are options replaced or and'ed?

2001-12-11 Thread Peter Jay Salzman

when setting an option like lists, are: 

lists '[EMAIL PROTECTED] [EMAIL PROTECTED] \
[EMAIL PROTECTED] [EMAIL PROTECTED] \
[EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]'

and

lists [EMAIL PROTECTED] [EMAIL PROTECTED]
lists [EMAIL PROTECTED] [EMAIL PROTECTED]
lists [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]

equivalent?   or do susequent lists directives replace earlier ones?
is this behavior reasonably consistant?   by reasonably consistant, i mean
for example, that nobody would expect two editors to be set simultaneously
after

set editor='/usr/bin/vim'
set editor='/usr/bin/ed'

but things like unignore would behave this way.

also, is there a command (like vim's :set) that lets me view all
mutt configuration options?   for instance, is there a way of seeing all the
defined lists from within mutt?

hmmm.. this email was longer than i planned.   thanks for reading down this
far.  :)

pete

-- 
   ** Please don't send me html email **
PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D
PGP Public Key:  finger [EMAIL PROTECTED]



spamcop forwarding redux

2001-12-10 Thread Peter Jay Salzman

combining all 3 ideas that were posted to this list, i have:

macro pager \Cf forward-message[EMAIL PROTECTED]\n\n

there are still two problems:

1.  when forwarding (as opposed to bouncing), mutt places me in
an editor (vim).   is there a way to tell mutt to ixnay the
 editing here?

2.  mutt trims the headers (which makes this macro useless).  is
there a show-allheaders type directive i can give in the
 macro?


i'm reading the mutt manual, but it's slow going.  i'm on line 800 of 6000
and i feel like i've been reading forever.   i've already finished 2 huge
cups of coffee...:-)

thanks!
pete

-- 
   ** Please don't send me html email **
PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D
PGP Public Key:  finger [EMAIL PROTECTED]



binding a key to forward mail

2001-12-09 Thread Peter Jay Salzman

hi there,

how can i bind an unused key to:

1. turn on all headers
2. forward the email to [EMAIL PROTECTED]
3. run a script i wrote that keeps track of how much spam i get in a day

thanks!
pete

-- 
   ** Please don't send me html email **
PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D
PGP Public Key:  finger [EMAIL PROTECTED]



Re: binding a key to forward mail

2001-12-09 Thread Peter Jay Salzman

thanks everyone.

i just realized that running my script that keeps track of spam/day can be
done pretty easily using procmail -- i forward the spam with mutt.

spamcop sends a reply, and i can catch the reply with procmail and run the
external script.

thanks for filling in the missing piece!  :)

i love automation!   ;)

pete


begin: Rob 'Feztaa' Park [EMAIL PROTECTED] quote
 On Sun, Dec 09, 2001 at 11:45:10AM -0800, Peter Jay Salzman (dis)graced my inbox 
with:
  hi there,
 
 Hello!
 
  1. turn on all headers
 
 This is bound to 'h' by default.
 
  2. forward the email to [EMAIL PROTECTED]
 
 Just put together a macro that looks something like this:
 
 macro index \Cf bounce-message[EMAIL PROTECTED]entery
 macro pager \Cf bounce-message[EMAIL PROTECTED]entery
 
 This will bounce the message to that address when you press Control + F
 in the index or the pager. It's not tested, but it should work.
 
  3. run a script i wrote that keeps track of how much spam i get in a day
 
 Sorry, I don't know exactly how to do that. It can be done, though!
 
 -- 
 Rob 'Feztaa' Park
 [EMAIL PROTECTED]
 --
 The Windows NT workstations locked up every 2.58 minutes... The Linux
 workstations [which replaced them] haven't had a problem.
   -- Randy Kessell, SBC Communications Inc.



-- 
   ** Please don't send me html email **
PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E  70A9 A3B9 1945 67EA 951D
PGP Public Key:  finger [EMAIL PROTECTED]