imap 756 B

1234567891011121314151617181920212223
  1. # -*- muttrc -*-
  2. #
  3. # Mutt configuration file
  4. # 2006, kolter <kolter@openics.org>
  5. #
  6. # This file is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY
  8. #
  9. # Dummy header to force generation of ~/.mutt/conf/mailboxes-imap from
  10. # ~/.mutt/conf/mailboxes
  11. my_hdr Dummy: `sed 's# +\.# =#' < ~/.mutt/conf/mailboxes > ~/.mutt/conf/mailboxes-imap`
  12. set mail_check = 60
  13. set folder = "imap://mx0.openics.org/"
  14. set mbox = "imap://mx0.openics.org/INBOX"
  15. set spoolfile = "imap://mx0.openics.org/INBOX"
  16. set record = "imap://mx0.openics.org/Sent" # where to save sent mails
  17. set postponed = "imap://mx0.openics.org/Draft" # where to save drafts
  18. source ~/.mutt/conf/mailboxes-imap