Jeremy Blosser wrote: > On Feb 03, Collin Peters [[EMAIL PROTECTED]] wrote:
> > macro pager "i" "<sync-mailbox><change-folder>?<toggle-mailboxes>" > > macro index "i" "<sync-mailbox><change-folder>?<toggle-mailboxes>" > You shouldn't need the explicit <sync-mailbox> in there, since > <change-folder> will sync anyway. I guess this might be desirable > with certain variable settings, but I'm not sure what you'd exactly > see in those cases... since you (ie the original poster) are a pine user, the following might do what you want... bind pager , exit macro index , "<change-folder>?<tab>" this makes ',' exit from the pager, and show a list of folders with new mail from the index. w