From 341bd6ce5893da21a65c8e0fd6fc3970d09308b8 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 12 May 2008 12:48:34 +0100 Subject: [PATCH] add keybinding to print to file --- .mutt/keybindings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.mutt/keybindings b/.mutt/keybindings index f2a5312..2126b16 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -1,6 +1,7 @@ bind index,pager | pipe-message bind index,pager ! flag-message -bind index,pager \ep print-message +macro index,pager \ep "muttprint -p TO_FILE:$tmpdir/muttprint.ps -D && gv $tmpdir/muttprint.ps && rm $tmpdir/muttprint.ps" +bind index,pager \eP print-message bind index,pager previous-entry bind index,pager next-entry bind index,pager p previous-undeleted -- 2.39.2