Differences between revisions 1 and 2
Revision 1 as of 2007-07-04 09:24:17
Size: 562
Editor: AchimBohnet
Comment: describe config of mutt for imap access
Revision 2 as of 2007-07-04 09:33:18
Size: 632
Editor: AchimBohnet
Comment: don't ask move read msg to local disk into ~/mbox
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:

# 'No' avoids "Move read messages to ~/mbox ([n]/y):"
set move=no

Configure Mutt for MPE's Mail Services

Sending Mail

Mutt uses by default your system mail configuration

Reading Mails on IMAP Server

Edit ~/.muttrc and add:

set imap_user=<username>

# Automatically log in to this mailbox at startup
set spoolfile="imaps://imaps.mpe.mpg.de/INBOX"

# Define the = shortcut, and the entry point for the folder browser
set folder="imaps://imaps.mpe.mpg.de/INBOX"

set record="=Sent"
set postponed="=Drafts"

# 'No' avoids "Move read messages to ~/mbox ([n]/y):"
set move=no

Tips

IT: MailConfigMutt (last edited 2009-07-15 14:34:35 by localhost)