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

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:

usability enhancements: wrapping and tilde
[etc/mutt.git] / .mutt / muttrc
index b76643065ecdfa475b1f6ee5351104384a3e60cd..25215eebce808d82b5319e1d9ef73870db20e08a 100644 (file)
@@ -3436,7 +3436,7 @@ set record="=store"
 # and replying. The default value corresponds to the English "Re:" and
 # the German "Aw:".
 # 
-set reply_regexp="^((re([[(]?[[:digit:]]+[)]]?)?|aw|antwort|wg|sgkb):[[:space:]]*)+"
+set reply_regexp="^((re([[(]?[[:digit:]]+[)]]?)?|a(nt)?w(ort)?|wg|s(gkb|v)):[[:space:]]*)+"
 # 
 # set reply_self=no
 #
@@ -3693,6 +3693,7 @@ set save_history=100
 # 
 #set sendmail="/bin/true"
 #set sendmail="~/.mutt/sendmail"
+set sendmail="/usr/sbin/sendmail -oem -oi"
 # 
 # set sendmail_wait=0
 #
@@ -4192,6 +4193,7 @@ set thorough_search=yes
 # When set, the internal-pager will pad blank lines to the bottom of the
 # screen with a tilde (~).
 # 
+set tilde=yes
 # 
 # set time_inc=0
 #
@@ -4438,7 +4440,7 @@ set wait_key=no
 # When set to a negative value, mutt will wrap text so that there are $wrap
 # characters of empty space on the right side of the terminal.
 # 
-set wrap=80
+set wrap=-10
 # 
 # set wrap_search=yes
 #