Re: next-page previous-page
On Thu, Mar 18, 2004 at 02:40:49PM +0100, Michael Tatge wrote:
> * On Thu, Mar 18, 2004 Jeff Fulmer (jeff@xxxxxxxxxx) muttered:
> > ~/.muttrc:
> > # Key Binding Binding
> > ##++
> > ## THESE DON'T WORK
> > ##
> > bind generic \cf next-page
> > bind pager \cf next-page
> > bind generic \cb previous-page
> > bind pager \cb previous-page
> > ##--
>
> You need to unbind them first
> bind pager \cf noop
> bind pager \cf next-pag
> ...
>
Sadly, this didn't work...
If it matters, this didn't work on mutt-1.0.1 or mutt-1.4.1
In an effort to reduce variables, I created a .muttrc file which
contained only this:
bind pager \cf noop
bind pager \cf next-page
And that didn't work. It still erased my pgp pass phrase. Can I just
turn off the pgp pass phrase stuff?
Cheers,
Jeff
--
#include <stdio.h>
int main(){int a[]={74,117,115,116,32,97,110,111,116,104,101,114,32, \
67,32,104,97,99,107,101,114,10,0}; int *b=a;while(*b>0)putchar(*b++);}