Installing Mutt
Steve
yorvik.ubunto at googlemail.com
Mon Feb 8 21:00:10 UTC 2010
On Mon, 08 Feb 2010 20:54:01 -0000, Knapp <magick.crow at gmail.com> wrote:
> These are my current settings.
>
> # Setting up IMAP
> set from = "magick.crow at gmail.com"
> set realname = "Douglas"
>
> set imap_user = "magick.crow at gmail.com"
> set imap_pass = "aoeuaoeuaoeuaoeu"
> set spoolfile = imaps://imap.gmail.com:993/INBOX
>
> # Remote Folders
> set folder = imaps://imap.gmail.com:993
> set record="imaps://imap.gmail.com/[Gmail]/Sent Mail"
It copes OK with the space then -----------------^
> set postponed="imaps://imap.gmail.com/[Gmail]/Drafts"
> set trash = "imaps://imap.gmail.com/[Gmail]/Trash"
>
> # Local folders
> set header_cache="~/.mutt/cache/headers"
> set message_cachedir="~/.mutt/cache/bodies"
> set certificate_file=~/.mutt/certificates
>
> # SMTP
> set smtp_url = "smtp://magick.crow@smtp.gmail.com:587/"
> set smtp_pass = "aoeuaoeuaoeuaoeu"
>
> set sort=threads
> set pager_index_lines=5#You might want to increase this
> set pager_context=1
> set index_format='%4C %Z %{%b %d} %-15.15F (%4l) %s'
>
> # Special keybindings
> bind editor <space> noop
> macro index gi "<change-folder> =INBOX<enter>" "Go to inbox"
> macro index ga "<change-folder> =[Gmail]/All Mail<enter>" "Go to all
> mail"
> macro index gs "<change-folder> =[Gmail]/Sent Mail<enter>" "Go to Sent
> Mail"
> macro index gd "<change-folder> =[Gmail]/Drafts<enter>" "Go to drafts"
>
> # Secure your muttsession
> set move = no #Stop asking to "move read messages to mbox"!
> set imap_keepalive = 900
>
> # Header stuff
> ignore "Authentication-Results:"
> ignore "DomainKey-Signature:"
> ignore "DKIM-Signature:"
> hdr_order Date From To Cc
>
> ignore *
> unignore from: date subject to cc
> unignore x-mailing-list: posted-to:
> unignore x-mailer:
>
> # For better looks
> set markers=no # don't put '+' at the beginning of wrapped lines
> set pager_index_lines= 5 # how large is the index window?
> set sort = 'threads'
> set sort_aux = 'last-date-received'
>
> # My Editor
> set editor='vim + -c "set textwidth=72" -c "set wrap" -c "set nocp" -c
> "?^$"'
>
> # My Rolodeck :)
> set alias_file= ~/.mutt/aliases
> set sort_alias= alias
> set reverse_alias=yes
> source $alias_file
>
> # Different colors for different levels of quoting
> color quoted magenta black
> color quoted1 blue black
> color quoted2 red black
> color quoted3 yellow black
> color quoted4 cyan black
> color quoted5 blue black
> color quoted6 magenta black
> color quoted7 red black
> color quoted8 yellow black
> color quoted9 cyan black
> color signature blue default
>
>
>
Dutifully stolen and placed in my working configs folder :D
--
Steve
More information about the ubuntu-users
mailing list