From 3bc1d84d65d2fd3819ad12ae6dd48b054e0a3a2f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 2 Nov 2011 21:40:09 +0100 Subject: MUTT some ninthfloor settings --- .mutt/muttrc | 47 ++++++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 25 deletions(-) (limited to '.mutt/muttrc') diff --git a/.mutt/muttrc b/.mutt/muttrc index b21fae9..6172a5d 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -12,23 +12,22 @@ set tmpdir = ~/.mutt/temp # where to keep temp files set editor = "emacs -nw" # main options -set mbox_type = Maildir # mailbox type -set folder = ~/documents/mail # mailbox location -set spoolfile = "+ryuslash.org/INBOX" # ryuslash.org is the default inbox -set timeout = 3 # idle time before scanning -set mail_check = 0 # minimum time between scans -set sort_alias = alias # sort alias file by alias -set reverse_alias # show names from alias file in index -unset move # gmail does that -set delete # don't ask, just do -unset confirmappend # don't ask, just do! -set quit # don't ask, just do!! -unset mark_old # read/new is good enough for me -set beep_new # bell on new mails -set pipe_decode # strip headers and eval mimes when piping -set thorough_search # strip headers and eval mimes before searching -#set ascii_chars = yes -set ssl_force_tls = yes +set mbox_type = Maildir # mailbox type +set folder = ~/documents/mail # mailbox location +set spoolfile = "+ninthfloor/INBOX" # ninthfloor is the default inbox +set timeout = 3 # idle time before scanning +set mail_check = 0 # minimum time between scans +set sort_alias = alias # sort alias file by alias +set reverse_alias # show names from alias file in index +unset move # gmail does that +set delete # don't ask, just do +unset confirmappend # don't ask, just do! +set quit # don't ask, just do!! +unset mark_old # read/new is good enough for me +set beep_new # bell on new mails +set pipe_decode # strip headers and eval mimes when piping +set thorough_search # strip headers and eval mimes before searching + #set ascii_chars = yes # index options set sort = threads # like gmail @@ -88,9 +87,9 @@ mailboxes +ninthfloor/INBOX mailboxes +ryuslash.org/INBOX # always sourced -source $alias_file # required for functionality -source ~/.mutt/colors.muttrc # source colors file -source ~/.mutt/ryuslash.org.muttrc # source arch as default +source $alias_file # required for functionality +source ~/.mutt/colors.muttrc # source colors file +source ~/.mutt/ninthfloor.muttrc # source arch as default # account specific sources folder-hook arch/* source ~/.mutt/arch.muttrc @@ -108,11 +107,11 @@ macro index I "!" "go to Inbox" macro index Z "/usr/bin/offlineimap -q -o" "sync IMAP" macro generic,index,pager \ca "abook" "launch abook" macro index,pager A "abook --add-email" "add the sender address to abook" -macro generic,index,pager 1 "=ryuslash.org/INBOX" "Show ryuslash.org inbox" +macro generic,index,pager 1 "=ninthfloor/INBOX" "Show ninthfloor inbox" macro generic,index,pager 2 "=gmail/INBOX" "Show gmail inbox" macro generic,index,pager 3 "=arch/INBOX" "Show arch inbox" macro generic,index,pager 4 "=aethon/INBOX" "Show aethon inbox" -macro generic,index,pager 5 "=ninthfloor/INBOX" "Show ninthfloor inbox" +macro generic,index,pager 5 "=ryuslash.org/INBOX" "Show ryuslash.org inbox" macro generic,index,pager 6 "=iactor/INBOX" "Show iactor inbox" # key bindings @@ -120,6 +119,4 @@ bind pager \177 previous-line # default didn't want to work anymore #bind generic i what-key # mailing lists -subscribe emacs-devel aur-general help-gnu-emacs arch-general -subscribe debbugs.gnu.org django-users dev@suckless.org arch-releng -subscribe arch-dev-public arch-projects +subscribe dev@suckless.org -- cgit v1.2.3-54-g00ecf