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
[destination]
> type = MDA_external
> path = /usr/bin/procmail
> ---
>
> And following is my ~/.muttrc
>
> set realname="Arvind Marathe"
> set from="Arvind Marathe <[EMAIL PROTECTED]>"
&
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 [
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