mutt configuration: problem with getting mail

2007-09-11 Thread Arvind Marathe
wing is my ~/.muttrc set realname="Arvind Marathe" set from="Arvind Marathe <[EMAIL PROTECTED]>" set mbox_type=maildir set mbox="~/mail/inbox/" set spoolfile="~/mail/inbox/" set folder="~/mail/" set record="~/mail/sent/" set

Re: mutt configuration: problem with getting mail

2007-09-11 Thread Arvind Marathe
[destination] > type = MDA_external > path = /usr/bin/procmail > --- > > And following is my ~/.muttrc > > set realname="Arvind Marathe" > set from="Arvind Marathe <[EMAIL PROTECTED]>" &

Re: mutt configuration: problem with getting mail

2007-09-11 Thread Arvind Marathe
Following is my .procmailrc, if that is any help --- MAILDIR=$HOME/mail/ LOGFILE=$HOME/.procmaillog VERBOSE=no :0 inbox/ --- And this is my ~/.procmaillog --- >From [

Re: mutt configuration: problem with getting mail

2007-09-11 Thread Arvind Marathe
Some more info: I found out that all my mails were sitting in the file /var/mail/arvind, realised that exim had by default set "Delivery method for local mail:" to "mbox format in /var/mail/". I changed it to "Maildir format in home directory". Not sure if that was the cause of the problem but sti