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

do not tag-prefix when editing in pager,index
authormartin f. krafft <madduck@madduck.net>
Wed, 16 Jul 2008 11:40:49 +0000 (13:40 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 16 Jul 2008 11:40:49 +0000 (13:40 +0200)
.mutt/keybindings

index 0410ebcaa798dc97a1ad6ea8acfe5cdc1ef9fa26..1565bd70600595f6645209f901f75bdafdc051fc 100644 (file)
@@ -49,7 +49,7 @@ macro index           F       '<limit>~L ' "search for correspondents"
 
 #TODO this is a hack until switch-profile does not readd headers.
 macro compose  e       ':set my_editor="$editor"<enter>:set editor=sensible-editor<enter><edit-headers>:set editor="$my_editor"<enter>' "invoke normal editor to edit message"
-macro index,pager      e       ':set my_editor="$editor"<enter>:set editor=sensible-editor<enter><tag-prefix><edit>:set editor="$my_editor"<enter>' "invoke normal editor to edit message"
+macro index,pager      e       ':set my_editor="$editor"<enter>:set editor=sensible-editor<enter><edit>:set editor="$my_editor"<enter>' "invoke normal editor to edit message"
 
 macro index            \ej     ':set my_editor="$editor"<enter>:source "$my_confdir/batch-subject-editor|"<enter><tag-prefix><edit>:set editor="$my_editor"<enter>' "change message subject"