Bonjour Loïc,
Le samedi 4 août 2007 à 17:58:05 +0200, Loïc Minier écrivait:
> I often want to set/clear some flags on a message I'm reading; for
> example mark it as important.
Try <flag-message> function to "toggle a message's 'important'
flag", by default bound to the [F] key.
> I wish the set-flag and clear-flag functions would be available in the
> "pager" key bindings map.
In some way, those functions are already available from the pager,
via macros like that:
| macro pager w <exit><set-flag> "set a status flag on a message"
| macro pager W <exit><clear-flag> "clear a status flag from a message"
Bye! Alain.
--
Everything about locales on Sven Mascheck's excellent site at new
location <URL:http://www.in-ulm.de/~mascheck/locale/>. The little tester
utility is at <URL:http://www.in-ulm.de/~mascheck/locale/checklocale.c>.