summaryrefslogtreecommitdiffstats
path: root/muttrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-04-26 09:34:13 +0200
committerGravatar Tom Willemsen2011-04-26 09:34:13 +0200
commit4ee97612184cf8b2dc0821b6f727a4d5566dcd77 (patch)
tree247eb03dbaa69ab962800f358831d6d478b97543 /muttrc
parent9d53d9b19c2d3fba7d4cfde96974e14e710c2022 (diff)
downloaddotfiles-4ee97612184cf8b2dc0821b6f727a4d5566dcd77.tar.gz
dotfiles-4ee97612184cf8b2dc0821b6f727a4d5566dcd77.zip
Reshuffled home directory
I changed the layout of my home directory, and these are the files that have been affected by that.
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc32
1 files changed, 16 insertions, 16 deletions
diff --git a/muttrc b/muttrc
index 79484bf..841302a 100644
--- a/muttrc
+++ b/muttrc
@@ -3,7 +3,7 @@
###
# directories and commands
-set alias_file = ~/.mutt/alias #alias file
+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
@@ -13,21 +13,21 @@ set editor = "/usr/bin/vim +/^$" # use vim and skip to first blank
# line
# main options
-set mbox_type = Maildir # mailbox type
-set folder = ~/Mail # mailbox location
-set spoolfile = "+arch/INBOX" # arch 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 mbox_type = Maildir # mailbox type
+set folder = ~/documents/mail # mailbox location
+set spoolfile = "+arch/INBOX" # arch 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