]> 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 0a5ba45c2ae1faeac65bc00a990462e91deb4164..74a417f6ad6378427bc6d4b20c350b95d40c718f 100644 (file)
@@ -1,5 +1,5 @@
 # Auto-generated using mkconf from manual.txt
-# on 2019-01-18 23:23:40
+# on 2019-01-18 23:28:41
 #
 # Invoked as: ./mkconf confvars
 #
@@ -29,7 +29,7 @@ set abort_noattach=ask-yes
 # pattern contains at least one upper case letter, and case insensitive
 # otherwise. 
 # 
-set abort_noattach_regexp='attach|beigefügt|angehängt|an(hang|lage)'
+set abort_noattach_regexp='attach|beigefügt|angehängt|an(hang|lage)|screenshot|bildschirmphoto'
 #'attach(ing|ed|ment)?|included\W+(with|in)\W+th(is|e\W+(curr|pres)ent)\W+mail|an(geh(ä|=E4|=C3=A4)ngt|h(ä|=E4|=C3=A4)ngsel|bei)|bei(gef(ü|=FC|=C3=BC)gt|lage)|(im|siehe)\W+(anhang|beilage)|attach(e|er|(é|=E9|=C3=A9)e?s?|ement|ant)'
 
 
@@ -292,7 +292,7 @@ set alias_file="$my_confdir/aliases"
 # reply. For a full listing of defined printf(3)-like sequences see the section
 # on $index_format.
 # 
-set attribution="also sprach %n <%a> [%[%Y-%m-%d %H:%M %z]]:"
+set attribution="$my_attribution_en"
 
 
 # 3.19. attribution_locale
@@ -584,6 +584,7 @@ set confirmappend=no
 # 
 # Sets the default Content-Type for the body of newly composed messages.
 # 
+set content_type="text/plain; markup=markdown"
 
 
 # 3.40. copy
@@ -635,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
@@ -647,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
@@ -680,7 +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=yes
+set crypt_opportunistic_encrypt=no
 
 
 # 3.47. crypt_replyencrypt
@@ -755,6 +757,7 @@ set crypt_replysignencrypted=yes
 # pka-intro.de.pdf) during signature verification (only supported by the GPGME
 # backend). 
 # 
+set crypt_use_pka=yes
 
 
 # 3.53. crypt_verify_sig
@@ -782,7 +785,7 @@ set crypt_replysignencrypted=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="%d %b %Y %T%Z"
+set date_format="%F"
 
 
 # 3.55. default_hook
@@ -1117,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
 # 
@@ -1994,6 +1997,7 @@ set include=yes
 # defaults to unset, and has a separate option, $mail_check_stats_interval, to
 # control how often to update these counts.
 # 
+set mail_check_stats=yes
 
 
 # 3.137. mail_check_stats_interval
@@ -2014,7 +2018,7 @@ set include=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
@@ -2087,7 +2091,7 @@ set maildir_header_cache_verify=no
 # mutt, the messages will show up with an “O” next to them in the index menu,
 # indicating that they are old.
 # 
-set mark_old=yes
+set mark_old=no
 
 
 # 3.145. markers
@@ -2124,6 +2128,7 @@ set markers=no
 # 
 # Also see the $move variable.
 # 
+set mbox="=spool"
 
 
 # 3.148. mbox_type
@@ -2145,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
@@ -2483,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
@@ -3484,6 +3489,7 @@ set record="=store"
 # 
 # Also see $wrap.
 # 
+set reflow_wrap=-10
 
 
 # 3.246. reply_regexp
@@ -3761,6 +3767,7 @@ set search_context=5
 # In case the text cannot be converted into one of these exactly, mutt uses
 # $charset as a fallback.
 # 
+set send_charset="utf-8"
 
 
 # 3.266. sendmail
@@ -3897,7 +3904,7 @@ set sidebar_folder_indent=yes
 # In order to use %S, %N, %F, and %!, $mail_check_stats must be set. When thus
 # set, a suggested value for this option is "%B%?F? [%F]?%* %?N?%N/?%S".
 # 
-set sidebar_format="%B%?F? [%F]?%* %?N?%N/?%S"
+set sidebar_format="%B%?F? [%F]?%*  %?N?%N/?%S"
 
 
 # 3.273. sidebar_indent_string
@@ -3934,6 +3941,7 @@ set sidebar_indent_string=" "
 # of mailboxes, but wrap around to the beginning. The <sidebar-prev-new> command
 # is similarly affected, wrapping around to the end of the list.
 # 
+set sidebar_next_new_wrap=yes
 
 
 # 3.276. sidebar_short_path
@@ -3989,6 +3997,7 @@ set sidebar_short_path=yes
 # You may optionally use the “reverse-” prefix to specify reverse sorting order
 # (example: “set sort_browser=reverse-date”).
 # 
+set sidebar_sort_method=path
 
 
 # 3.278. sidebar_visible
@@ -5105,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
@@ -5273,7 +5282,7 @@ set wait_key=no
 # 
 # Also see $reflow_wrap.
 # 
-set wrap=-10
+set wrap=$reflow_wrap
 
 
 # 3.366. wrap_headers
@@ -5335,3 +5344,5 @@ set wrap=-10
 # Also see the $read_inc, $net_inc and $time_inc variables and the “tuning”
 # section of the manual for performance considerations.
 # 
+
+# vim:sw=12:noet:sts=12:ts=12:ft=muttrc