Re: Mutt: Reading POP3 mail and moving the messages to folders based on To: and Cc: headers, before the messages are read.

2001-03-22 Thread malcolm.boekhoff
On 2001-03-21 16:38:53, Duke Normandin wrote: > On Wed, Mar 21, 2001 at 06:17:31PM -, Malcolm Boekhoff wrote: > > Does anyone know if you can save all messages, instead of holding down > > the "y" key, which is macro'ed as specified below? > > > > Is there a way to execute the "y" macro N tim

Re: turn off header display

2001-03-22 Thread malcolm.boekhoff
On 2001-03-22 18:01:41, Suresh Ramasubramanian wrote: > F. Heitkamp proclaimed on mutt-users that: > > > Is there anyway to turn off the display of the full > > headers in mutt? > > > ignore * > unignore From To Cc Subject Date Reply-To Organization X-Mailer User-Agent > # Order to display the

Re: Mutt: Reading POP3 mail and moving the messages to folders based on To: and Cc: headers, before the messages are read.

2001-03-23 Thread malcolm.boekhoff
On 2001-03-22 09:50:40, Enoch Wu wrote: > > Greetings, > > Will someone test the following for me. Thanks in advance! > > # If tagged, then save message with hooks applied. Must predefine > # save-hooks. > # One macro does all the mail "redirect". > macro index "\cy" "~C *\n:push \n\n" You ar

Mailcap entry for inline BMP?

2001-03-29 Thread malcolm.boekhoff
Can some clever person please post a mailcap entry to deal with messages from Microsoft Outlook Express, where the sender has attached a BMP. The BMP kind of gets in-lined into the message, so that if you were reading it with OE you would see the picture (some kind of OLE stuff, I think). I.e. y

How to get 'N' next to folder containing new messages?

2001-03-29 Thread malcolm.boekhoff
I have messages marked "N" in +cygwin, +mutt, but these folders are marked with "N" in the folder viewer (the screen you get if you ""). I have +cygwin and +mutt in "mailboxes". Funny that "N" appears next to "mbox" and "postponed", but not the other mailboxes containing new messages. Note tha

Re: Mailcap entry for inline BMP?

2001-03-29 Thread malcolm.boekhoff
orks, you should then be able to > deal with the BMP as a MIME attachments. As things currently stand, it > would just be treated as part of the message. > > On Thu, Mar 29, 2001 at 04:08:18PM +, malcolm.boekhoff ><[EMAIL PROTECTED]> wrote: > > Can some clever

How do I use variable in shell escape command?

2001-09-01 Thread malcolm.boekhoff
Problem --- Is there a way to pass e.g. the message number on the command line of a command such as the "print_command"? Background -- I would like my "print_command" to be: set print_command = "fold -s -w$PRCOLS | pr -f -J -e4 -l$PRROWS -w$PRCOLS -h\"%b %i %d\" >$PRNAME" wher