Pedro L Vera wrote:
I found this website very useful:
http://crunchbanglinux.org/wiki/howto/howto_setup_mutt_with_gmail_imap
The instructions worked for my email account and my setup.
What I would like to do now is sort my mail so that it goes into
different boxes locally. I had previously run mutt with fetchmail and
procmail, and it was working ok for gmail. However, if I can just run
mutt that would be better.
Pedro
I have implemented one account so far and I am experiencing problems
with the following lines for my (non-Gmail) IMAP account:
set sent = "+/Sent"
set trash = "+/Trash"
The first returns an error of:
Error in ~/foo/.muttrc, line 9: sent: unknown variable
The second I encounter an error with when I attempt to quit Mutt:
Purge 12 deleted messages? ([yes]/no): y
Create .Trash? ([yes]/no): y
Can't open trash folder
Where is the .Trash folder supposed to be created? In my ~/ .mutt folder
or on the IMAP server? There is one already on the IMAP server as far as
I know.
Cheers,
Brian