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

2009-02-08 Thread Josef Atmin
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 [[

Stopping expansion of periods in mbox name?

2009-02-08 Thread Ben
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

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

2009-02-08 Thread bill lam
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

Re: Where did this line come from?

2009-02-08 Thread Rem P Roberti
> > 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 > > ...

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

2009-02-08 Thread Josef Atmin
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: sidebar patch for 1.5.19

2009-02-08 Thread Christoph Berg
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

time stamps on emails in mutt index display

2009-02-08 Thread 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 troublesome email (well more than one, but one is particularly troublesome). The desplayed date is 1970-01-01 00:00:0

IMAP support

2009-02-08 Thread Thomas Bohn
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

Re: time stamps on emails in mutt index display

2009-02-08 Thread Kyle Wheeler
-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

Re: time stamps on emails in mutt index display

2009-02-08 Thread Paul E Condon
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