summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-13 23:01:05 +0200
committerGravatar Tom Willemse2013-08-13 23:01:05 +0200
commitd72f1da828129cf783b9cdc53df1dacceed2e0f6 (patch)
tree4270eb914d21cfcf915802c86bdfa87adbd4272b
downloadmutt-d72f1da828129cf783b9cdc53df1dacceed2e0f6.tar.gz
mutt-d72f1da828129cf783b9cdc53df1dacceed2e0f6.zip
Initial commit of my mutt configuration in vcsh
-rw-r--r--.mutt/.gitignore4
-rw-r--r--.mutt/aethon.muttrc14
-rw-r--r--.mutt/arch.muttrc14
-rw-r--r--.mutt/colors.muttrc65
-rw-r--r--.mutt/gmail.muttrc14
-rw-r--r--.mutt/iactor.muttrc13
-rw-r--r--.mutt/macros1
-rw-r--r--.mutt/mailcap6
-rw-r--r--.mutt/muttrc121
-rw-r--r--.mutt/ninthfloor.muttrc13
-rw-r--r--.mutt/ryuslash.org.muttrc13
-rw-r--r--.mutt/sig0
12 files changed, 278 insertions, 0 deletions
diff --git a/.mutt/.gitignore b/.mutt/.gitignore
new file mode 100644
index 0000000..ce8da72
--- /dev/null
+++ b/.mutt/.gitignore
@@ -0,0 +1,4 @@
+cache
+temp
+alias
+certificates
diff --git a/.mutt/aethon.muttrc b/.mutt/aethon.muttrc
new file mode 100644
index 0000000..259098a
--- /dev/null
+++ b/.mutt/aethon.muttrc
@@ -0,0 +1,14 @@
+###
+# 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"
+unset record
+
+macro index E "<change-folder>+aethon/archive<enter><limit>~B " "search everything"
+macro index D "<save-message>+aethon/trash<enter>" "move message to the trash"
+macro index S "<save-message>+aethon/spam<enter>" "mark message as spam"
diff --git a/.mutt/arch.muttrc b/.mutt/arch.muttrc
new file mode 100644
index 0000000..36b260b
--- /dev/null
+++ b/.mutt/arch.muttrc
@@ -0,0 +1,14 @@
+###
+# 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"
+unset record
+unset signature
+
+macro index E "<change-folder>+arch/archive<enter><limit>~B " "search everything"
+macro index D "<save-message>+arch/trash<enter>" "move message to the trash"
+macro index S "<save-message>+arch/spam<enter>" "mark message as spam"
diff --git a/.mutt/colors.muttrc b/.mutt/colors.muttrc
new file mode 100644
index 0000000..0779b07
--- /dev/null
+++ b/.mutt/colors.muttrc
@@ -0,0 +1,65 @@
+### -*- eval: (git-auto-commit-mode 1) -*-
+# mutt colors file
+###
+
+# set default
+color normal default default
+
+# main colors
+# element foreground background
+color status color7 color1
+color indicator color0 color2
+color tree color5 default
+color error brightcolor1 default
+color message color3 default
+
+# uncolor certain messages
+uncolor index "~P"
+uncolor index "~N ~u"
+uncolor index "~N !~u"
+uncolor index "~T"
+uncolor index "~D"
+
+# and recolor them appropriately
+color index color3 default "~P"
+color index color2 default "~u"
+color index brightcolor2 default "~N ~u" # new ML mail
+color index brightcolor3 default "~N !~u" # new non-ML mail
+color index brightcolor5 default "~T"
+color index color1 default "~D"
+
+# set up the headers
+color header brightcolor2 default "^from:"
+color header brightcolor2 default "^to:"
+color header brightcolor2 default "^cc:"
+color header brightcolor2 default "^date:"
+color header brightcolor2 default "^subject:"
+
+# message bodies
+color attachment color3 default
+color search color1 color0
+color signature color5 default
+color tilde color4 default
+
+# urls
+color body brightcolor4 default "(^|<| )mailto:[^ ]+@[^ ]( |>|$)"
+color body brightcolor4 default "(^|<| )(http|https|ftp|file|telnet|news|finger)://[^ ]+( |>|$)"
+
+# smileys
+color body brightcolor5 default "(^| )+(|[<>|])[8;:](|[^ ])[)(/|DOPS]( |$)+"
+color body brightcolor5 default "(^| )+[)(/|DOPS](|[^ ])[8;:](|[<>|])( |$)+"
+
+# *bold*, _underline_ and /italic/
+color body brightcolor6 default "(^| )\\*[^*]+\\*( |$)"
+color body brightcolor6 default "(^| )_[^_]+_( |$)"
+color body brightcolor6 default "(^| )/[^/]+/( |$)"
+
+# quote blocks
+color quoted brightcolor7 default
+color quoted1 brightcolor1 default
+color quoted2 brightcolor2 default
+color quoted3 brightcolor3 default
+color quoted4 brightcolor4 default
+color quoted5 brightcolor5 default
+color quoted6 brightcolor6 default
+color quoted7 brightdefault default
diff --git a/.mutt/gmail.muttrc b/.mutt/gmail.muttrc
new file mode 100644
index 0000000..80c9178
--- /dev/null
+++ b/.mutt/gmail.muttrc
@@ -0,0 +1,14 @@
+###
+# 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"
+unset record
+unset signature
+
+macro index E "<change-folder>+gmail/archive<enter><limit>~B " "search everything"
+macro index D "<save-message>+gmail/trash<enter>" "move message to the trash"
+macro index S "<save-message>+gmail/spam<enter>" "mark message as spam"
diff --git a/.mutt/iactor.muttrc b/.mutt/iactor.muttrc
new file mode 100644
index 0000000..f090b5f
--- /dev/null
+++ b/.mutt/iactor.muttrc
@@ -0,0 +1,13 @@
+###
+# iactor specific options
+###
+
+set from = "tom@iactor.nl"
+set smtp_url = "mail.iactor.nl:2525"
+set mbox = "+iactor/INBOX"
+set record = "+iactor/Sent"
+set postponed = "+iactor/Drafts"
+unset signature
+
+macro index E "<change-folder>+iactor/INBOX<enter><limit>~B " "search everything"
+macro index D "<save-message>+iactor/Trash<enter>" "move message to the trash"
diff --git a/.mutt/macros b/.mutt/macros
new file mode 100644
index 0000000..3f6ec6b
--- /dev/null
+++ b/.mutt/macros
@@ -0,0 +1 @@
+macro pager \cb <pipe-entry>'urlview'<enter> 'Follow links with urlview'
diff --git a/.mutt/mailcap b/.mutt/mailcap
new file mode 100644
index 0000000..fba56f6
--- /dev/null
+++ b/.mutt/mailcap
@@ -0,0 +1,6 @@
+text/html; w3m -dump -T text/html -cols 80 %s; nametemplate=%s.html; copiousoutput
+application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s
+application/vnd.ms-excel; libreoffice %s
+image/jpeg; feh %s
+image/png; feh %s
+application/pdf; gv %s
diff --git a/.mutt/muttrc b/.mutt/muttrc
new file mode 100644
index 0000000..2af358d
--- /dev/null
+++ b/.mutt/muttrc
@@ -0,0 +1,121 @@
+# ~/.muttrc
+###
+
+# directories and commands
+set alias_file = ~/.mutt/alias # alias file
+set header_cache = ~/.mutt/cache/headers # where to store headers
+set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
+set certificate_file = ~/.mutt/certificates # where to store certs
+set mailcap_path = ~/.mutt/mailcap # entries for filetypes
+set tmpdir = ~/.mutt/temp # where to keep temp files
+set editor = "emacsclient -c"
+
+# main options
+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 ssl_force_tls = yes
+
+# index options
+set sort = threads # like gmail
+set sort_aux = last-date-received # not like gmail
+set uncollapse_jump # don't collapse on an unread message
+#set sort_re # thread based on regex
+
+# pager options
+set pager_index_lines = 10 # number of index lines to
+ # show
+set pager_context = 5 # number of context lines
+ # to show
+set pager_stop # don't go to next message
+ # automatically
+set menu_scroll # scroll in menus
+set smart_wrap # don't split words
+set tilde # show tildes like in vim
+unset markers # no ugly plus signs
+auto_view text/html # view html automatically
+alternative_order text/plain text/enriched text/html # save html for last
+set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+| {4}"
+
+# formats
+set status_format = "-%r %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?] (%s/%S) %> (%P) "
+set date_format = "%d %b %H:%M"
+set index_format = "%3C %Z %D [%-12.12L] %s"
+set alias_format = "%4n %t %-20a %r"
+
+# composing mail
+set realname = "Tom Willemse" # who am I?
+set envelope_from # which from?
+set sig_dashes # dashes before my sig... sweet
+set edit_headers # show headers when composing
+set fast_reply # skip to compose when replying
+set askcc # ask for CC:
+set fcc_attach # save attachments with the body
+unset mime_forward # forward attachments as part fo body
+set forward_format = "Fwd: %s" # format for subject when forwarding
+set forward_decode # decode when forwarding
+set attribution = "On %d, %n wrote:" # set the attribution
+set reply_to # reply to Reply to: field
+set reverse_name # reply as whomever it was to
+set include # include message in replies
+set forward_quote # include message inforwards
+
+# headers to show
+ignore * # ignore all headers
+unignore from: to: cc: date: subject: # show only these
+hdr_order from: to: cc: date: subject: # and in this order
+
+# boxes
+mailboxes +arch/INBOX #+arch/archive +arch/sent +arch/drafts +arch/spam +arch/trash
+mailboxes +gmail/INBOX #+gmail/archive +gmail/sent +gmail/drafts +gmail/spam +gmail/trash
+mailboxes +iactor/INBOX #+iactor/INBOX.Admin +iactor/INBOX.Important +iactor/INBOX.Intern +iactor/INBOX.Taken +iactor/Sent +iactor/Drafts +iactor/Trash
+mailboxes +aethon/INBOX
+mailboxes +ninthfloor/INBOX +ninthfloor/mailinglists
+mailboxes +ryuslash.org/INBOX
+
+# always sourced
+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
+folder-hook gmail/* source ~/.mutt/gmail.muttrc
+folder-hook iactor/* source ~/.mutt/iactor.muttrc
+folder-hook aethon/* source ~/.mutt/aethon.muttrc
+folder-hook ninthfloor/* source ~/.mutt/ninthfloor.muttrc
+folder-hook ryuslash.org/* source ~/.mutt/ryuslash.org.muttrc
+
+# abook
+set query_command = "abook --mutt-query '%s'"
+
+# macros
+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>=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>=ryuslash.org/INBOX<return>" "Show ryuslash.org inbox"
+macro generic,index,pager <ESC>6 "<change-folder>=iactor/INBOX<return>" "Show iactor inbox"
+
+# key bindings
+bind pager \177 previous-line # default didn't want to work anymore
+#bind generic i what-key
+
+# mailing lists
+subscribe dev@suckless.org
diff --git a/.mutt/ninthfloor.muttrc b/.mutt/ninthfloor.muttrc
new file mode 100644
index 0000000..16a3358
--- /dev/null
+++ b/.mutt/ninthfloor.muttrc
@@ -0,0 +1,13 @@
+###
+# ninthfloor specific options
+###
+
+set from = "ryuslash@ninthfloor.org"
+set smtp_url = "smtp://ryuslash@mail.ninthfloor.org:587"
+set mbox = "+ninthfloor/INBOX"
+set record = "+ninthfloor/Sent"
+set postponed = "+ninthfloor/Drafts"
+unset signature
+
+macro index E "<change-folder>+ninthfloor/INBOX<enter><limit>~B " "search everything"
+macro index D "<save-message>+ninthfloor/Trash<enter>" "move message to the trash"
diff --git a/.mutt/ryuslash.org.muttrc b/.mutt/ryuslash.org.muttrc
new file mode 100644
index 0000000..315aa9d
--- /dev/null
+++ b/.mutt/ryuslash.org.muttrc
@@ -0,0 +1,13 @@
+###
+# 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"
+unset signature
+
+macro index E "<change-folder>+ryuslash.org/INBOX<enter><limit>~B " "search everything"
+macro index D "<save-message>+ninthfloor/Trash<enter>" "move message to the trash"
diff --git a/.mutt/sig b/.mutt/sig
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.mutt/sig