<<< Date Index >>>     <<< Thread Index >>>

Re: zapping mailbox with new eMail



Hello Sander,

 On Wednesday, February 25, 2004 at 9:22:05 AM +0100, Sander Smeenk wrote:

>| # This binds the default 'c' action to '@' because I want
>| # c to be a macro for change-folder, ?, tab :)
>| bind index @ change-folder
>| macro index c "@?\t"
>| macro pager c "@?\t"

    The better way is to always use function names in macros, not keys.
It's clearer, easyier to reuse for someone else, no need to rebind
masqued function to an intermediate @ key, and nothing is broken the day
you rebind one of those keys:

| macro index c "<change-folder>?<toggle-mailboxes>"
| macro pager c "<change-folder>?<toggle-mailboxes>"


Bye!    Alain.
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?