aerc/worker/notmuch
ARaspiK 0535f6333f Add additional flagging functionality
More mail flags can now be set, unset, and toggled, not just the
read/seen flag.

This functionality is implemented with a new `:flag` and `:unflag`
command, which are extensions to the matching `:read` and `:unread`
commands, adding support for different flags.  In fact, the
`read`/`unread` commands are now recognized aliases to `flag`/`unflag`.
The new commands are also well documented in aerc(1).

The change mostly extends the previous read/unread setting functionality
by adding a selection for the flag to change.
2020-07-08 09:13:03 +02:00
..
lib notmuch: avoid stale DBs 2020-02-16 10:41:10 -05:00
eventhandlers.go Add missing notmuch build tags 2020-02-26 21:46:31 +01:00
events.go Add missing notmuch build tags 2020-02-26 21:46:31 +01:00
message.go Add additional flagging functionality 2020-07-08 09:13:03 +02:00
worker.go Add additional flagging functionality 2020-07-08 09:13:03 +02:00