mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-11 09:21:35 +01:00
Fetch headers w/peek to leave emails unread
This commit is contained in:
parent
6b7da37235
commit
06e1b45a78
@ -19,6 +19,7 @@ func (imapw *IMAPWorker) handleFetchMessageHeaders(
|
||||
BodyPartName: imap.BodyPartName{
|
||||
Specifier: imap.HeaderSpecifier,
|
||||
},
|
||||
Peek: true,
|
||||
}
|
||||
|
||||
items := []imap.FetchItem{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user