Re: Where did this line come from?

2009-02-07 Thread David Maus
On 07 Feb 09 16:03, Rem P Roberti wrote: > I must be getting senile. Either I have never noticed this before, or I > inadvertently messed something up in my .muttrc. Observe: > > -N F- 1/1: Rem P Roberti test -- (all) > Date: Sat, 7 Feb 2009 15:56:40 -0800 > ... > > Where on ea

Re: How can I get mail from /var/mail/jatmin to my spoolfile

2009-02-07 Thread bill lam
On Sat, 07 Feb 2009, Josef Atmin wrote: > After having discovered macros I came up with the following solution for > moving mail from /var/mail/jatmin to ~/INBOX. > >macro index,pager G "\ > unset wait_key\ > \ > if [[ -s /var/mail/$USER ]]; then\ > cat /var/mail/$USER >> ~/INBOX;\ > echo

Where did this line come from?

2009-02-07 Thread Rem P Roberti
I must be getting senile. Either I have never noticed this before, or I inadvertently messed something up in my .muttrc. Observe: -N F- 1/1: Rem P Roberti test -- (all) Date: Sat, 7 Feb 2009 15:56:40 -0800 From

Re: How can I get mail from /var/mail/jatmin to my spoolfile

2009-02-07 Thread Josef Atmin
After having discovered macros I came up with the following solution for moving mail from /var/mail/jatmin to ~/INBOX. macro index,pager G "\ unset wait_key\ \ if [[ -s /var/mail/$USER ]]; then\ cat /var/mail/$USER >> ~/INBOX;\ echo -n > /var/mail/$USER;\ fi\ set wait_key\ " "fetch local a