aerc/worker/imap
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
..
cache.go cache: fetch flags from UI 2022-09-20 21:10:35 +02:00
checkmail.go imap: stop checkmail if there are pending actions 2022-09-29 17:14:07 +02:00
configure.go imap,smtp: add XOAUTH2 support 2022-10-01 15:47:33 +02:00
connect.go imap,smtp: add XOAUTH2 support 2022-10-01 15:47:33 +02:00
create.go go vet: composite literal uses unkeyed fields 2022-03-18 13:33:16 +01:00
fetch.go viewer: option to not mark message as seen 2022-10-04 09:43:58 +02:00
flags.go imap: send message info updates for bulk flag ops 2022-09-29 16:41:42 +02:00
idler.go idler: fix data race for access to idleing and waiting 2022-09-26 17:32:00 +02:00
imap.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
list.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
movecopy.go imap: implement MoveMessages handling 2022-08-22 15:46:53 +02:00
observer.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
open.go lint: ensure errors are at least logged (errcheck) 2022-08-04 21:57:57 +02:00
remove.go go vet: composite literal uses unkeyed fields 2022-03-18 13:33:16 +01:00
search.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
seqmap.go imap: create copy of uids to retain sort order 2022-08-22 15:46:49 +02:00
seqmap_test.go imap: create copy of uids to retain sort order 2022-08-22 15:46:49 +02:00
worker.go imap,smtp: add XOAUTH2 support 2022-10-01 15:47:33 +02:00