diff options
author | 2020-03-18 21:10:40 +0100 | |
---|---|---|
committer | 2020-03-18 21:10:40 +0100 | |
commit | fe73f2022c89ab7e32644668a3499698dd2f8368 (patch) | |
tree | c6ecd8f53cdd7045c1ed87574604961e8a677936 /plugins/base/imap.go | |
parent | feb8c7ac80c49744957da9f8a0c9d666c7116bbc (diff) | |
download | alps-fe73f2022c89ab7e32644668a3499698dd2f8368.tar.gz alps-fe73f2022c89ab7e32644668a3499698dd2f8368.tar.bz2 alps-fe73f2022c89ab7e32644668a3499698dd2f8368.zip |
plugins/base: add action param to handleSetFlags
This alows to add/remove flags instead of setting them.
Diffstat (limited to 'plugins/base/imap.go')
-rwxr-xr-x | plugins/base/imap.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/base/imap.go b/plugins/base/imap.go index dd78e3f..ffa172f 100755 --- a/plugins/base/imap.go +++ b/plugins/base/imap.go @@ -450,7 +450,6 @@ func getMessagePart(conn *imapclient.Client, mboxName string, uid uint32, partPa partHeaderSection.Path = partPath var partBodySection imap.BodySectionName - partBodySection.Peek = true if len(partPath) > 0 { partBodySection.Specifier = imap.EntireSpecifier } else { |