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
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
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
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