]> git.madduck.net Git - etc/mutt.git/commitdiff

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
authormartin f. krafft <madduck@madduck.net>
Wed, 11 Mar 2009 12:19:33 +0000 (13:19 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 11 Mar 2009 12:19:33 +0000 (13:19 +0100)
.mutt/muttrc

index 7a487d3541921d817e1735c23a18e1d41b160ef3..25215eebce808d82b5319e1d9ef73870db20e08a 100644 (file)
@@ -4193,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
 #
@@ -4439,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=0
+set wrap=-10
 # 
 # set wrap_search=yes
 #