On Thu, Jun 14, 2001 at 01:02:57AM -0700, Eugene Lee wrote:

> [SNIP]                  Is there an undocumented way to remove a macro?
> If not, is "noop" recognized by "macro" in the 1.3 series?

Simply `bind' noop to the key that you've defined the macro for. For
example, I have this macro:

,----
| # Use the "@" key as a quick save and synx button.
| macro index @ "<save-message>=mbox\n<sync-mailbox>\n"
`----

defined when I'm in my $MAIL folder, but I don't want it defined anywhere
else. To clear it I use:

,----
| bind index @ noop
`----

-- 
Dave Pearson:              | mutt.octet.filter - autoview octet-streams
http://www.davep.org/      | mutt.vcard.filter - autoview simple vcards
Mutt:                      | muttrc2html       - muttrc -> HTML utility
http://www.davep.org/mutt/ | muttrc.sl         - Jed muttrc mode

Reply via email to