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

set pipe_decode (and unset it afterwards) for urlview
authormartin f. krafft <madduck@madduck.net>
Sun, 26 Aug 2007 18:28:33 +0000 (20:28 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 26 Aug 2007 18:28:33 +0000 (20:28 +0200)
keybindings

index 9462ef351535d4ce4f7e10d6fab7f36b6c788752..0f8d1a1c9cb55bff9be5e4121a23f9fde120692f 100644 (file)
@@ -30,7 +30,7 @@ macro compose \eR     ":source $my_confdir/muttrc<enter>" "reload muttrc"
 macro index,pager      X       "<save-message>=retrain/spam<enter>" "retrain message as spam"
 macro index,pager      Z       "<save-message>=retrain/ham<enter>" "retrain message as ham"
 
-macro index,pager      \Cb     "<pipe-message>/usr/bin/urlview<enter>" "invoke urlview"
+macro index,pager      \Cb     ':set my_pipe_decode="$pipe_decode"<enter>:set pipe_decode<enter><pipe-message>/usr/bin/urlview<enter>:set pipe_decode="$my_pipe_decode"<enter>' "invoke urlview"
 
 #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"