73 bind index,pager <F5> sync-mailbox |
73 bind index,pager <F5> sync-mailbox |
74 bind index,pager <Tab> previous-new-then-unread |
74 bind index,pager <Tab> previous-new-then-unread |
75 bind index,pager <BackTab> next-new-then-unread |
75 bind index,pager <BackTab> next-new-then-unread |
76 bind index,pager R group-reply |
76 bind index,pager R group-reply |
77 |
77 |
|
78 bind index g noop |
78 bind index gg first-entry |
79 bind index gg first-entry |
79 bind index G last-entry |
80 bind index G last-entry |
80 bind index M recall-message |
81 bind index M recall-message |
81 |
82 |
|
83 bind pager g noop |
|
84 bind pager i noop |
82 bind pager <up> previous-line |
85 bind pager <up> previous-line |
83 bind pager <down> next-line |
86 bind pager <down> next-line |
84 bind pager gg top |
87 bind pager gg top |
85 bind pager G bottom |
88 bind pager G bottom |
86 bind pager ? search-reverse |
89 bind pager ? search-reverse |
87 bind pager i noop |
|
88 |
90 |
89 macro index,pager \Cb "<pipe-message> urlscan<enter>" 'urlscan' |
91 macro index,pager \Cb "<pipe-message> urlscan<enter>" 'urlscan' |
90 macro attach,compose \Cb "<pipe-entry> urlscan<enter>" 'urlscan' |
92 macro attach,compose \Cb "<pipe-entry> urlscan<enter>" 'urlscan' |
91 |
93 |
92 # Turn a text/plain markdown part into text/html |
94 # Turn a text/plain markdown part into text/html |