From: martin f. krafft Date: Tue, 9 Dec 2008 13:50:54 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/mutt X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/4ce1470c03dd4679912c0bd070f139e44185194e?hp=7a0177863cba9e8c0fba19df96c9c37d7019701c Merge branch 'master' of ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/mutt --- diff --git a/.mutt/keybindings b/.mutt/keybindings index a5578ab..64dd0f9 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -1,25 +1,15 @@ bind index,pager | pipe-message bind index,pager ! flag-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 -bind index,pager n next-undeleted bind index,pager \eS decode-save bind index,pager \eU undelete-subthread bind index,pager \eD delete-subthread -#bind pager previous-line -#bind pager next-line -#bind index,pager previous-undeleted -#bind index,pager next-undeleted bind pager,index previous-unread -#macro pager,index p "" "do nothing" - -##bind index p previous-undeleted -##bind index n next-undeleted +macro pager,index p "" "do nothing" ##macro index L "=store" macro index S "=store" "save messages to store" @@ -53,6 +43,9 @@ macro compose \Cy 'cY' "send message without storing or signing" macro index F '~L ' "search for correspondents" +bind pager [ half-up +bind pager ] half-down + macro index \Co 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'save message to logcheck-todo' macro pager \Co 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'save message to logcheck-todo' macro index,pager \eo 'imaps://logcheck-todo%40madduck.net:logcheck@imap.madduck.net' 'go to logcheck todo folder'