MUTT some ninthfloor settings
This commit is contained in:
parent
bda80d828c
commit
3bc1d84d65
6 changed files with 49 additions and 47 deletions
|
@ -7,6 +7,7 @@ set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
|
||||||
set mbox = "+aethon/INBOX"
|
set mbox = "+aethon/INBOX"
|
||||||
set signature = "~/documents/work/aethon/signature.txt"
|
set signature = "~/documents/work/aethon/signature.txt"
|
||||||
set postponed = "+aethon/drafts"
|
set postponed = "+aethon/drafts"
|
||||||
|
set ssl_force_tls = yes
|
||||||
unset record
|
unset record
|
||||||
|
|
||||||
macro index E "<change-folder>+aethon/archive<enter><limit>~B " "search everything"
|
macro index E "<change-folder>+aethon/archive<enter><limit>~B " "search everything"
|
||||||
|
|
|
@ -6,6 +6,7 @@ set from = "tom.willemsen@archlinux.us"
|
||||||
set smtp_url = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/"
|
set smtp_url = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/"
|
||||||
set mbox = "+arch/INBOX"
|
set mbox = "+arch/INBOX"
|
||||||
set postponed = "+arch/drafts"
|
set postponed = "+arch/drafts"
|
||||||
|
set ssl_force_tls = yes
|
||||||
unset record
|
unset record
|
||||||
unset signature
|
unset signature
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ set from = "ryuslash@gmail.com"
|
||||||
set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
|
set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
|
||||||
set mbox = "+gmail/INBOX"
|
set mbox = "+gmail/INBOX"
|
||||||
set postponed = "+gmail/drafts"
|
set postponed = "+gmail/drafts"
|
||||||
|
set ssl_foce_tls = yes
|
||||||
unset record
|
unset record
|
||||||
unset signature
|
unset signature
|
||||||
|
|
||||||
|
|
15
.mutt/muttrc
15
.mutt/muttrc
|
@ -14,7 +14,7 @@ set editor = "emacs -nw"
|
||||||
# main options
|
# main options
|
||||||
set mbox_type = Maildir # mailbox type
|
set mbox_type = Maildir # mailbox type
|
||||||
set folder = ~/documents/mail # mailbox location
|
set folder = ~/documents/mail # mailbox location
|
||||||
set spoolfile = "+ryuslash.org/INBOX" # ryuslash.org is the default inbox
|
set spoolfile = "+ninthfloor/INBOX" # ninthfloor is the default inbox
|
||||||
set timeout = 3 # idle time before scanning
|
set timeout = 3 # idle time before scanning
|
||||||
set mail_check = 0 # minimum time between scans
|
set mail_check = 0 # minimum time between scans
|
||||||
set sort_alias = alias # sort alias file by alias
|
set sort_alias = alias # sort alias file by alias
|
||||||
|
@ -27,8 +27,7 @@ unset mark_old # read/new is good enough for me
|
||||||
set beep_new # bell on new mails
|
set beep_new # bell on new mails
|
||||||
set pipe_decode # strip headers and eval mimes when piping
|
set pipe_decode # strip headers and eval mimes when piping
|
||||||
set thorough_search # strip headers and eval mimes before searching
|
set thorough_search # strip headers and eval mimes before searching
|
||||||
#set ascii_chars = yes
|
#set ascii_chars = yes
|
||||||
set ssl_force_tls = yes
|
|
||||||
|
|
||||||
# index options
|
# index options
|
||||||
set sort = threads # like gmail
|
set sort = threads # like gmail
|
||||||
|
@ -90,7 +89,7 @@ mailboxes +ryuslash.org/INBOX
|
||||||
# always sourced
|
# always sourced
|
||||||
source $alias_file # required for functionality
|
source $alias_file # required for functionality
|
||||||
source ~/.mutt/colors.muttrc # source colors file
|
source ~/.mutt/colors.muttrc # source colors file
|
||||||
source ~/.mutt/ryuslash.org.muttrc # source arch as default
|
source ~/.mutt/ninthfloor.muttrc # source arch as default
|
||||||
|
|
||||||
# account specific sources
|
# account specific sources
|
||||||
folder-hook arch/* source ~/.mutt/arch.muttrc
|
folder-hook arch/* source ~/.mutt/arch.muttrc
|
||||||
|
@ -108,11 +107,11 @@ macro index I "<change-folder>!<enter>" "go to Inbox"
|
||||||
macro index Z "<shell-escape>/usr/bin/offlineimap -q -o<enter>" "sync IMAP"
|
macro index Z "<shell-escape>/usr/bin/offlineimap -q -o<enter>" "sync IMAP"
|
||||||
macro generic,index,pager \ca "<shell-escape>abook<return>" "launch abook"
|
macro generic,index,pager \ca "<shell-escape>abook<return>" "launch abook"
|
||||||
macro index,pager A "<pipe-message>abook --add-email<return>" "add the sender address to abook"
|
macro index,pager A "<pipe-message>abook --add-email<return>" "add the sender address to abook"
|
||||||
macro generic,index,pager <ESC>1 "<change-folder>=ryuslash.org/INBOX<return>" "Show ryuslash.org inbox"
|
macro generic,index,pager <ESC>1 "<change-folder>=ninthfloor/INBOX<return>" "Show ninthfloor inbox"
|
||||||
macro generic,index,pager <ESC>2 "<change-folder>=gmail/INBOX<return>" "Show gmail inbox"
|
macro generic,index,pager <ESC>2 "<change-folder>=gmail/INBOX<return>" "Show gmail inbox"
|
||||||
macro generic,index,pager <ESC>3 "<change-folder>=arch/INBOX<return>" "Show arch inbox"
|
macro generic,index,pager <ESC>3 "<change-folder>=arch/INBOX<return>" "Show arch inbox"
|
||||||
macro generic,index,pager <ESC>4 "<change-folder>=aethon/INBOX<return>" "Show aethon inbox"
|
macro generic,index,pager <ESC>4 "<change-folder>=aethon/INBOX<return>" "Show aethon inbox"
|
||||||
macro generic,index,pager <ESC>5 "<change-folder>=ninthfloor/INBOX<return>" "Show ninthfloor inbox"
|
macro generic,index,pager <ESC>5 "<change-folder>=ryuslash.org/INBOX<return>" "Show ryuslash.org inbox"
|
||||||
macro generic,index,pager <ESC>6 "<change-folder>=iactor/INBOX<return>" "Show iactor inbox"
|
macro generic,index,pager <ESC>6 "<change-folder>=iactor/INBOX<return>" "Show iactor inbox"
|
||||||
|
|
||||||
# key bindings
|
# key bindings
|
||||||
|
@ -120,6 +119,4 @@ bind pager \177 previous-line # default didn't want to work anymore
|
||||||
#bind generic i what-key
|
#bind generic i what-key
|
||||||
|
|
||||||
# mailing lists
|
# mailing lists
|
||||||
subscribe emacs-devel aur-general help-gnu-emacs arch-general
|
subscribe dev@suckless.org
|
||||||
subscribe debbugs.gnu.org django-users dev@suckless.org arch-releng
|
|
||||||
subscribe arch-dev-public arch-projects
|
|
||||||
|
|
|
@ -3,10 +3,11 @@
|
||||||
###
|
###
|
||||||
|
|
||||||
set from = "ryuslash@ninthfloor.org"
|
set from = "ryuslash@ninthfloor.org"
|
||||||
set smtp_url = "smtps://ryuslash@ninthfloor.org"
|
set smtp_url = "smtp://uit.telenet.be"
|
||||||
set mbox = "+ninthfloor/INBOX"
|
set mbox = "+ninthfloor/INBOX"
|
||||||
set record = "+ninthfloor/Sent"
|
set record = "+ninthfloor/Sent"
|
||||||
set postponed = "+ninthfloor/Drafts"
|
set postponed = "+ninthfloor/Drafts"
|
||||||
|
unset ssl_force_tls
|
||||||
unset signature
|
unset signature
|
||||||
|
|
||||||
macro index E "<change-folder>+ninthfloor/INBOX<enter><limit>~B " "search everything"
|
macro index E "<change-folder>+ninthfloor/INBOX<enter><limit>~B " "search everything"
|
||||||
|
|
|
@ -7,6 +7,7 @@ set smtp_url = "smtp://tom@ryuslash.org@smtp.alwaysdata.com:587"
|
||||||
set mbox = "+ryuslash.org/INBOX"
|
set mbox = "+ryuslash.org/INBOX"
|
||||||
set record = "+ryuslash.org/Sent"
|
set record = "+ryuslash.org/Sent"
|
||||||
set postponed = "+ryuslash.org/Drafts"
|
set postponed = "+ryuslash.org/Drafts"
|
||||||
|
set ssl_force_tls = yes
|
||||||
unset signature
|
unset signature
|
||||||
|
|
||||||
macro index E "<change-folder>+ryuslash.org/INBOX<enter><limit>~B " "search everything"
|
macro index E "<change-folder>+ryuslash.org/INBOX<enter><limit>~B " "search everything"
|
||||||
|
|
Loading…
Reference in a new issue