Changeset 603:716c06ae29e5 for contrib
Legend:
- Unmodified
- Added
- Removed
-
contrib/Mush.rc
r437 r603 8 8 bind index t display-message 9 9 macro index n j\n 10 bind index + next- message11 bind index j next- message12 bind index J next- message13 bind index - previous- message14 bind index k previous- message15 bind index K previous- message10 bind index + next-entry 11 bind index j next-entry 12 bind index J next-entry 13 bind index - previous-entry 14 bind index k previous-entry 15 bind index K previous-entry 16 16 bind index { top-page 17 17 bind index } bottom-page -
contrib/Pine.rc
r591 r603 19 19 bind index $ sort-mailbox 20 20 bind index a tag-prefix 21 bind index ; tag-message21 bind index \; tag-entry 22 22 23 23 # Not possible to simulate zoom-out...
