from the secret journal of Jacob Kuntz ([EMAIL PROTECTED]):
> I've been using imap with mutt for some time, but there is one thing that I
> still can't figure out. How do I tell mutt to save sent messages to an imap
> folder?
>
> I have attched my .muttrc, with the comments stripped out.
OK, maybe I didn't. Let me try that again.
--
Jacob Kuntz
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://underworld.net/~jake
source ~/.mutt.aliases
source ~/.mutt.personal
mailboxes {postoffice:/ssl}INBOX
set alias_file=~/.mutt.aliases # file to use for saving new aliases
set allow_8bit # unset: convert 8bit data to 7bit
set ascii_chars # set: use ASCII characters to build the thread tree
set attribution="from the secret journal of %n (%a):" # attribution given to
quoted text
# before invoking the editor for composing
set noconfirmappend # set: prompt for confirmation on appending mail to folder
set confirmcreate # set: prompt for confirmation on creation of folders
set copy # Always keep a copy of my mails!
set delete=ask-yes
set edit_hdrs # set: header editing! total control over headers! :-)
set editor=/usr/bin/joe
# (ie right after the header)
set fast_reply
set folder={postoffice:/ssl} # directory with all mail folders
set force_name # set: save outbound mail by username
# (even is =username does not exist)
set history=50 # 0.51: number of input lines for prompts to remember
set hostname
set include # set: include mail as quoted text in replies
set nomark_old # set: make distinction between New mail and Old mail.
set nomove # do not move read mails from mailbox to $mbox (was: "set hold")
set pager_index_lines=0 # number of lines to see from the index
set pager_stop # next-undeleted when the end of the mail is shown
set noprompt_after # set: gives you a prompt when pager exits
set quote_regexp="^ *[a-zA-Z]*[]>|}()%:=-][]>|}():=-]*" # YESS!!
set read_inc=1 # '1': show count number with *every* mail.
set recall=no # do not prompt for recalling postponed mails with 'm'
set record={postoffice:/ssl}.Sent
set reply_to=ask-yes # "reply": set: Use address in Reply-To?
set reverse_alias # show the name of sender as set with my alias for him
set reverse_name # reply as the user to whom the mail was sent to
# Example: I often get emails addressed "To: [EMAIL PROTECTED]".
# With "reverse_name" I can thus reply as "[EMAIL PROTECTED]" -
# even from other accounts. :-)
unset save_name # set: save outbound mail to =username if it exists
set sig_dashes
set signature
set smart_wrap
set sort=threads # sorting method - I definitely like "threads" best
set spoolfile={postoffice:/ssl}INBOX
set status_on_top # set: present the status bar at top, ie before the index
set strict_threads # set: use references: for threading only, ie do not
# thread by subject or in-reply-to
set timeout=5 # time in seconds until mutt checks folder for new mail
set tmpdir="/tmp" # directory where temporary files are to be placed
set to_chars="X+TCF"
set write_inc=1 # number - display increment count for every n-th mail
set hdr_format="%4C %Z %[!%y%m%d] %-17.17L (%3l) %s" # Sven's favourite
set pager_format="%S [%C/%T] %n (%l) %s" # Sven's favourite
set status_format="[%v] - %h:%f [%M/%m] - (n=%n,t=%t,post=%p)"
alias muttann MUTT Announcments <[EMAIL PROTECTED]>
alias muttusers MUTT Users <[EMAIL PROTECTED]>
alias muttdev MUTT Developers <[EMAIL PROTECTED]>
alias muttauthor Michael Elkins <[EMAIL PROTECTED]>
alias muttfaq Felix von Leitner <[EMAIL PROTECTED]>
alias mutthan Park Myeong Seok <[EMAIL PROTECTED]>
alias muttpages Sven Guckes <[EMAIL PROTECTED]>
alias muttpatches Ollivier Robert <[EMAIL PROTECTED]>
alias md muttdev
alias me muttauthor
alias mf muttfaq
alias mp muttpages
alias mu muttusers
alias sveng Sven Guckes <[EMAIL PROTECTED]>
alias test1 Test Name1 <foo@bar>
alias test2 Test Name2 <me@here>
alias test3 Test Name3 <me@home>
alias testg1 TestGroup1: test1,test2,test3;
alias testg2 TestGroup2: test1,test1,test2,test3;
alias testg3 TestGroup3: test1,test2,test3,test1;
alias testg4 TestGroup: test1,testg1;
alias a b
alias b a
alias someone Someone <someaddress>
alias someone Someone Else <someaddress>
bind attach ' ' select-entry
bind attach \Cg exit
bind index P recall-message # 'R'ecall-message move to 'P' [0.46]
bind index R list-reply # 'L'ist-reply moved to 'R'
bind index \t next-unread
bind pager \t next-unread
bind index ,\t previous-unread
bind pager ,\t previous-unread
macro index \cb "|urlview\n"
bind index pagedown next-page
bind index pageup previous-page
bind index \Cb previous-page
bind index \Cf next-page # \Cf was 'f'orget-passphrase
bind index \Cv forget-passphrase # \Cv --> 'f'orget-passphrase
bind index < previous-page
bind index > next-page
bind index \Cx sync-mailbox # \Cx ->"sync-mailbox"
bind index + next-page
bind index - previous-page
macro index V "!mutt -v | less"
macro index "+so" ":source "
bind pager \Cu half-up
bind pager \Cd half-down
bind pager \Cm next-line
bind pager \Ce next-line
bind pager \Cy previous-line
bind pager + next-line
bind pager - previous-line
bind pager ' ' next-page
bind pager \Cf next-page
bind pager \Cn next-page
bind pager - previous-page
bind pager \Cb previous-page # was "browse-url"
bind pager \Cn half-down
bind pager \Cp half-up
bind pager t top
bind pager ^ top
bind pager G bottom
bind pager $ bottom
bind pager / search
bind pager n next-undeleted
bind pager p previous-undeleted
bind pager P print-message
bind pager R list-reply
bind pager L list-reply
bind pager ,b bounce-message
bind pager ,f forward-message
bind pager ,g group-reply
bind pager ,m mail
bind pager ,L list-reply
bind pager ,n reply
bind pager ,r reply
bind pager ,a reply # 'a' is for "answer"
bind pager ,j next-undeleted
bind pager ,k previous-undeleted
bind pager backspace previous-line
bind pager b previous-page
bind pager f next-page
bind pager g top
bind pager j next-line
bind pager k previous-line
bind pager m noop
bind pager L noop
bind pager r noop
bind pager : enter-command
color attachment green black # ..
color bold green black # ..
color error white black # global
color hdrdefault green black #
color indicator white blue # index
color markers red black # index
color message white black # index
color quoted white black # pager body
color quoted1 green black # pager body
color quoted2 cyan black # pager body
color quoted3 yellow black # pager body
color signature yellow black # pager body
color status white blue # index status bar default: black white
color tilde blue black # pager body
color tree red black # index
color underline yellow black #
ignore *
unignore from date subject to cc reply-to:
unignore organization organisation x-mailer: x-newsreader: x-mailing-list:
unignore posted-to: