aerc/worker
Koni Marti e4d418eed1 viewer: option to not mark message as seen
Add option to open a message in the message viewer without setting the
seen flag. Enables the message viewer to be used as a preview pane
without changing the message flags unintentionally. Before, the message
viewer would set the seen flag by default. The IMAP backend will now
always fetch the message body with the peek option enabled (same as we
fetch the headers).

An "auto-mark-read" option is added to the ui config which is set to
true by default. If set the false, the seen flag is not set by the
message viewer.

Co-authored-by: "James Cook" <falsifian@falsifian.org>
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-10-04 09:43:58 +02:00
..
handlers go.mod: change base git url 2021-11-05 10:21:45 +01:00
imap viewer: option to not mark message as seen 2022-10-04 09:43:58 +02:00
lib lib: parse address header fields to utf-8 2022-09-29 16:51:53 +02:00
maildir maildir: hide invalid folders 2022-10-03 21:07:59 +02:00
mbox logging: substitute %w for %v 2022-10-02 18:56:26 +02:00
notmuch logging: substitute %w for %v 2022-10-02 18:56:26 +02:00
types worker: use container/list as job queue 2022-10-04 09:18:30 +02:00
handler_notmuch.go format: reformat code with go 1.17 2021-12-11 23:24:08 +01:00
worker.go logging: use level-based logger functions 2022-07-23 22:52:15 +02:00
worker_enabled.go mbox: implement an mbox backend worker 2022-07-14 23:14:45 +02:00