1
0
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:
Yash Srivastav 2019-06-08 10:52:41 +05:30 committed by Drew DeVault
parent 6b7da37235
commit 06e1b45a78

@ -19,6 +19,7 @@ func (imapw *IMAPWorker) handleFetchMessageHeaders(
BodyPartName: imap.BodyPartName{
Specifier: imap.HeaderSpecifier,
},
Peek: true,
}
items := []imap.FetchItem{