Changeset 4745:233524ae54e3 for contrib/sample.muttrc-tlr
- Timestamp:
- 2006-07-19 17:12:51 (2 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
contrib/sample.muttrc-tlr (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/sample.muttrc-tlr
r2767 r4745 105 105 # make it feel like emacs 106 106 107 macro generic "\ex" ":exec " 108 macro pager "\ex" ":exec " 109 macro generic "\eX" "\ex" 110 macro pager "\eX" "\ex" 111 macro index "~" ";~" 107 macro generic,pager "\ex" "<enter-command>exec " 108 macro generic,pager "\eX" "\ex" 109 macro index "~" "<limit>~" 112 110 113 111 # move messages to the pilot folder 114 112 115 macro index "\ew" "<decode-copy>+pilot\n" "Copy a message to the pilot folder." 116 macro pager "\ew" "<decode-copy>+pilot\n" "Copy a message to the pilot folder." 113 macro index,pager "\ew" "<decode-copy>+pilot<Enter>" "Copy a message to the pilot folder." 117 114 118 115 # for majordomo list owner and moderator jobs 119 116 120 macro index "\ea" ":set nopipe_decode wait_key\n|approve\n:set nowait_key\n" 121 macro pager "\ea" ":set nopipe_decode wait_key\n|approve\n:set nowait_key\n" 117 macro index,pager "\ea" "\ 118 <enter-command> set nopipe_decode wait_key<Enter>\ 119 <pipe-message> approve<Enter>\ 120 <enter-command> set nowait_key<Enter>" 122 121 123 122 # emulate the old URL-browser key bindings. 124 123 125 macro pager "\Cb" "| urlview -\n" 126 macro index "\Cb" "| urlview -\n" 124 macro index,pager "\Cb" "<pipe-message> urlview -<Enter>" 127 125 128 126 # permit limiting from the pager. 129 127 130 macro pager ";" "<exit><limit>" 128 macro pager ";" "<exit><limit>" 129 macro pager "~" "<exit><limit>~" 131 130 132 131 # emulate the old POP-feature bindings 133 132 134 macro index G "!fetchmail\n" 135 macro pager G "!fetchmail\n" 136 137 macro compose "\ee" "Fpgp -eatf " 133 macro index,pager G "<shell-escape> fetchmail<Enter>" 134 135 macro compose "\ee" "<filter-entry>pgp -eatf " 138 136 139 137
