### -*-muttrc-*- ### ### Configuration for Mutt. ###-------------------------------------------------------------------------- ### Local configuration stuff. source ~/.muttrc.auth source ~/.muttrc.local ###-------------------------------------------------------------------------- ### System things. ## Debian Mutt sets this from /etc/mailname, but it gets used (a) in ## message-ids and (b) as the SMTP `HELO' name, both of which are obviously ## wrong. Set it from the proper hostname. set hostname=`hostname -f` ###-------------------------------------------------------------------------- ### Mail fetching. ## General IMAP hacking. set imap_delim_chars=/ set imap_idle=yes ###-------------------------------------------------------------------------- ### Mail submission. ## Composition. set autoedit=yes set edit_headers=yes set use_domain=no set record=+mail.sent set use_envelope_from=yes set reverse_name=yes ## Replies. set attribution="%n <%a> writes:\n" set include=yes ## Postponed messages. set postpone=ask-no set postponed=+Drafts ###----- That's all, folks --------------------------------------------------