aerc/worker
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
..
handlers Register worker in init. 2019-07-19 15:37:55 -04:00
imap Add additional flagging functionality 2020-07-08 09:13:03 +02:00
lib Guess date from received if not present 2020-05-06 10:00:33 -04:00
maildir Add additional flagging functionality 2020-07-08 09:13:03 +02:00
notmuch Add additional flagging functionality 2020-07-08 09:13:03 +02:00
types Add additional flagging functionality 2020-07-08 09:13:03 +02:00
handler_notmuch.go Add notmuch backend 2019-08-08 10:10:34 +09:00
worker.go Register worker in init. 2019-07-19 15:37:55 -04:00
worker_enabled.go Register worker in init. 2019-07-19 15:37:55 -04:00