1234567891011121314151617181920212223 |
- # -*- muttrc -*-
- #
- # Mutt configuration file
- # 2006, kolter <kolter@openics.org>
- #
- # This file is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY
- #
- # Dummy header to force generation of ~/.mutt/conf/mailboxes-imap from
- # ~/.mutt/conf/mailboxes
- my_hdr Dummy: `sed 's# +\.# =#' < ~/.mutt/conf/mailboxes > ~/.mutt/conf/mailboxes-imap`
- set mail_check = 60
- set folder = "imap://mx0.openics.org/"
- set mbox = "imap://mx0.openics.org/INBOX"
- set spoolfile = "imap://mx0.openics.org/INBOX"
- set record = "imap://mx0.openics.org/Sent" # where to save sent mails
- set postponed = "imap://mx0.openics.org/Draft" # where to save drafts
- source ~/.mutt/conf/mailboxes-imap
|