On Sun, Feb 08, 2009 at 11:15:31AM +0800, bill lam wrote:
> 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 [[
I recently switched mutt versions on one of my computers to 1.5.19
from the 1.4 series. A problem I'm having is that mutt is expanding
periods in mbox names to forward slashes, as if talking to a Maildir
imap server.
For example, I request a change-folder to imap://server/firstname.lastname
and I
On Sun, 08 Feb 2009, Josef Atmin wrote:
> Thanks for pointing that out. How would I do that? Set permissions to
> non-writable?
Does any of the followings help?
$ man -k lock | grep "(1)"
--
regards,
GPG key 1024D/4434BAB3 2008-08-24
gpg --k
>
> 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
> > ...
Thanks! Here is the improved macro:
macro index,pager G "\
unset wait_key\
\
if [[ -s /var/mail/$USER ]]; then\
mutt_dotlock -p /var/mail/$USER;\
cat /var/mail/$USER >> ~/INBOX;\
echo -n > /var/mail/$USER;\
mutt_dotlock -p -u /var/mail/$USER;\
fi\
set wait_key\
" "fetch local and pop3 m
Re: Cristóbal Palmer 2009-02-06 <20090206215134.gb23...@garp.metalab.unc.edu>
> > Is there a sidebar patch for 1.5.19 version? Where can I get it?
>
> I vaguely remember the debian package maintainer saying that he was
> working on mutt-patched to get it working for .19, but that there was
> a lot
Where does mutt get the date and time that it displays
in the index of emails in a folder? I ask because I am
trying to build an archive of old email in maildir
format and I have a troublesome email (well more than
one, but one is particularly troublesome).
The desplayed date is 1970-01-01 00:00:0
Hello
I think the IMAP isn't that bad and I'm considering to give up on mbsync
or offlineimap since I'm annoyed of those tools. But I think there at
least three issues with IMAP. Maybe those could be solved until 1.6
comes out.
1. Mutt can tell me w/o any problem that there is a new mail in a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday, February 8 at 03:34 PM, quoth Paul E Condon:
> Where does mutt get the date and time that it displays
> in the index of emails in a folder? I ask because I am
> trying to build an archive of old email in maildir
> format and I have a tro
On 2009-02-08_21:27:58, Kyle Wheeler wrote:
> On Sunday, February 8 at 03:34 PM, quoth Paul E Condon:
> > Where does mutt get the date and time that it displays
> > in the index of emails in a folder? I ask because I am
> > trying to build an archive of old email in maildir
> > format and I hav
10 matches
Mail list logo