summaryrefslogtreecommitdiffstats
path: root/.mutt
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-02 21:40:09 +0100
committerGravatar Tom Willemsen2011-11-02 21:40:09 +0100
commit3bc1d84d65d2fd3819ad12ae6dd48b054e0a3a2f (patch)
tree505d66aeda3134df7786a9eb4fe76d812f363ca3 /.mutt
parentbda80d828cb83a3b3505cd21bfb19e37302dc660 (diff)
downloaddotfiles-3bc1d84d65d2fd3819ad12ae6dd48b054e0a3a2f.tar.gz
dotfiles-3bc1d84d65d2fd3819ad12ae6dd48b054e0a3a2f.zip
MUTT some ninthfloor settings
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/aethon.muttrc11
-rw-r--r--.mutt/arch.muttrc9
-rw-r--r--.mutt/gmail.muttrc9
-rw-r--r--.mutt/muttrc47
-rw-r--r--.mutt/ninthfloor.muttrc9
-rw-r--r--.mutt/ryuslash.org.muttrc11
6 files changed, 49 insertions, 47 deletions
diff --git a/.mutt/aethon.muttrc b/.mutt/aethon.muttrc
index 259098a..0bb15da 100644
--- a/.mutt/aethon.muttrc
+++ b/.mutt/aethon.muttrc
@@ -2,11 +2,12 @@
# aethon.nl specific options
###
-set from = "thomas@aethon.nl"
-set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
-set mbox = "+aethon/INBOX"
-set signature = "~/documents/work/aethon/signature.txt"
-set postponed = "+aethon/drafts"
+set from = "thomas@aethon.nl"
+set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
+set mbox = "+aethon/INBOX"
+set signature = "~/documents/work/aethon/signature.txt"
+set postponed = "+aethon/drafts"
+set ssl_force_tls = yes
unset record
macro index E "<change-folder>+aethon/archive<enter><limit>~B " "search everything"
diff --git a/.mutt/arch.muttrc b/.mutt/arch.muttrc
index 64bebd0..ff574a1 100644
--- a/.mutt/arch.muttrc
+++ b/.mutt/arch.muttrc
@@ -2,10 +2,11 @@
# archlinux.us specific options
###
-set from = "tom.willemsen@archlinux.us"
-set smtp_url = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/"
-set mbox = "+arch/INBOX"
-set postponed = "+arch/drafts"
+set from = "tom.willemsen@archlinux.us"
+set smtp_url = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/"
+set mbox = "+arch/INBOX"
+set postponed = "+arch/drafts"
+set ssl_force_tls = yes
unset record
unset signature
diff --git a/.mutt/gmail.muttrc b/.mutt/gmail.muttrc
index 80c9178..5605ce2 100644
--- a/.mutt/gmail.muttrc
+++ b/.mutt/gmail.muttrc
@@ -2,10 +2,11 @@
# gmail specific option
###
-set from = "ryuslash@gmail.com"
-set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
-set mbox = "+gmail/INBOX"
-set postponed = "+gmail/drafts"
+set from = "ryuslash@gmail.com"
+set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
+set mbox = "+gmail/INBOX"
+set postponed = "+gmail/drafts"
+set ssl_foce_tls = yes
unset record
unset signature
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 "<change-folder>!<enter>" "go to Inbox"
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 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>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>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"
# 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
diff --git a/.mutt/ninthfloor.muttrc b/.mutt/ninthfloor.muttrc
index bda1c26..42a8162 100644
--- a/.mutt/ninthfloor.muttrc
+++ b/.mutt/ninthfloor.muttrc
@@ -2,11 +2,12 @@
# ninthfloor specific options
###
-set from = "ryuslash@ninthfloor.org"
-set smtp_url = "smtps://ryuslash@ninthfloor.org"
-set mbox = "+ninthfloor/INBOX"
-set record = "+ninthfloor/Sent"
+set from = "ryuslash@ninthfloor.org"
+set smtp_url = "smtp://uit.telenet.be"
+set mbox = "+ninthfloor/INBOX"
+set record = "+ninthfloor/Sent"
set postponed = "+ninthfloor/Drafts"
+unset ssl_force_tls
unset signature
macro index E "<change-folder>+ninthfloor/INBOX<enter><limit>~B " "search everything"
diff --git a/.mutt/ryuslash.org.muttrc b/.mutt/ryuslash.org.muttrc
index 6a5aaa1..827511b 100644
--- a/.mutt/ryuslash.org.muttrc
+++ b/.mutt/ryuslash.org.muttrc
@@ -2,11 +2,12 @@
# ryuslash.org specific options
###
-set from = "tom@ryuslash.org"
-set smtp_url = "smtp://tom@ryuslash.org@smtp.alwaysdata.com:587"
-set mbox = "+ryuslash.org/INBOX"
-set record = "+ryuslash.org/Sent"
-set postponed = "+ryuslash.org/Drafts"
+set from = "tom@ryuslash.org"
+set smtp_url = "smtp://tom@ryuslash.org@smtp.alwaysdata.com:587"
+set mbox = "+ryuslash.org/INBOX"
+set record = "+ryuslash.org/Sent"
+set postponed = "+ryuslash.org/Drafts"
+set ssl_force_tls = yes
unset signature
macro index E "<change-folder>+ryuslash.org/INBOX<enter><limit>~B " "search everything"