]> git.madduck.net Git - etc/mutt.git/blobdiff - .mutt/confvars

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Hide sidebar by default
[etc/mutt.git] / .mutt / confvars
index 0067c58a29193ddbb9432d21b80347c977467c35..74a417f6ad6378427bc6d4b20c350b95d40c718f 100644 (file)
@@ -636,7 +636,7 @@ set copy=yes
 # messages and settings can be overridden by use of the smime menu instead of the
 # pgp menu. (Crypto only)
 # 
-set crypt_autosign=yes
+set crypt_autosign=no
 
 
 # 3.44. crypt_autosmime
@@ -648,6 +648,7 @@ set crypt_autosign=yes
 # encryption/signing for messages. See also $crypt_autoencrypt,
 # $crypt_replyencrypt, $crypt_autosign, $crypt_replysign and $smime_is_default.
 # 
+set crypt_autosmime=no
 
 
 # 3.45. crypt_confirmhook
@@ -681,6 +682,7 @@ set crypt_autosign=yes
 # this option will be disabled for that message. It can be manually re-enabled in
 # the pgp or smime menus. (Crypto only)
 # 
+set crypt_opportunistic_encrypt=no
 
 
 # 3.47. crypt_replyencrypt
@@ -783,7 +785,7 @@ set crypt_use_pka=yes
 # string is a bang, the bang is discarded, and the month and week day names in
 # the rest of the string are expanded in the C locale (that is in US English).
 # 
-set date_format="%F %T%Z"
+set date_format="%F"
 
 
 # 3.55. default_hook
@@ -1118,7 +1120,7 @@ set folder="~/mail"
 # %m, %n, and %N only work for monitored mailboxes. %m requires $mail_check_stats
 # to be set. %n requires $mail_check_stats to be set (except for IMAP mailboxes).
 # 
-
+set folder_format='%t%N%2C  %D  %4s  %f'
 
 # 3.77. followup_to
 # 
@@ -2016,7 +2018,7 @@ set mail_check_stats=yes
 # This variable specifies which files to consult when attempting to display MIME
 # bodies not directly supported by Mutt.
 # 
-set mailcap_path="$my_confdir/mailcap.icalendar:$my_confdir/mailcap.backgrounding:$my_confdir/mailcap.htmldump"
+set mailcap_path="$my_confdir/mailcap.containers:$my_confdir/mailcap.icalendar:$my_confdir/mailcap.backgrounding:$my_confdir/mailcap.htmldump"
 
 
 # 3.139. mailcap_sanitize
@@ -2126,6 +2128,7 @@ set markers=no
 # 
 # Also see the $move variable.
 # 
+set mbox="=spool"
 
 
 # 3.148. mbox_type
@@ -2147,7 +2150,7 @@ set mbox_type=Maildir
 # This variable controls the number of lines of context that are given when
 # scrolling through menus. (Similar to $pager_context.)
 # 
-set menu_context=2
+set menu_context=5
 
 
 # 3.150. menu_move_off
@@ -2485,7 +2488,7 @@ set pager_format="<%a> %*  %i (%P)"
 # less than $pager_index_lines, then the index will only use as many lines as it
 # needs. 
 # 
-set pager_index_lines=5
+set pager_index_lines=$menu_context
 
 
 # 3.176. pager_stop
@@ -4007,7 +4010,7 @@ set sidebar_sort_method=path
 # 
 # See also: $sidebar_format, $sidebar_width
 # 
-set sidebar_visible=yes
+set sidebar_visible=no
 
 
 # 3.279. sidebar_width
@@ -5111,7 +5114,7 @@ set ts_enabled=yes
 # that “$ts_enabled” has been set. This string is identical in formatting to the
 # one used by “$status_format”.
 # 
-set ts_status_format="mutt: %f%?V?[%V]&?"
+set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 
 
 # 3.353. tunnel