]> 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:

include dashes in reply regexp
authormartin f. krafft <madduck@madduck.net>
Mon, 16 May 2011 15:27:14 +0000 (17:27 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 16 May 2011 15:27:14 +0000 (17:27 +0200)
.mutt/muttrc

index b90796c172801c5a537bf8ebfbd9b883e3524405..7bae4bac797b98f8bc2b0f0ad8c7e30ad9c395a5 100644 (file)
@@ -3430,7 +3430,7 @@ set record="=store"
 # and replying. The default value corresponds to the English "Re:" and
 # the German "Aw:".
 # 
-set reply_regexp="^((re([[(]?[[:digit:]]+[)]]?)?|a(nt)?w(ort)?|wg|s(gkb|v)):[[:space:]]*)+"
+set reply_regexp="^((re([-[(]?[[:digit:]]+[)]]?)?|a(nt)?w(ort)?|wg|s(gkb|v)):[[:space:]]*)+"
 # 
 # set reply_self=no
 #