Add ability to trim some local mail headers
When filterheaders is set to a comma-separated list of headers, OfflineIMAP removes those headers from messages before uploading them to the server. Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:

committed by
Eygene Ryabinkin

parent
844ca6b08c
commit
5391476dfb
@ -272,6 +272,17 @@ remoterepository = RemoteExample
|
||||
#maildir-windows-compatible = no
|
||||
|
||||
|
||||
# OfflineIMAP can strip off some headers when your messages are propagated
|
||||
# back to the IMAP server. This option carries the comma-separated list
|
||||
# of headers to trim off. Header name matching is case-sensitive.
|
||||
#
|
||||
# This knob is respected only by IMAP-based accounts. Value of labelsheader
|
||||
# for GMail-based accounts is automatically added to this list, you don't
|
||||
# need to specify it explicitely.
|
||||
#
|
||||
#filterheaders = X-Some-Weird-Header
|
||||
|
||||
|
||||
[Repository LocalExample]
|
||||
|
||||
# Each repository requires a "type" declaration. The types supported for
|
||||
|
Reference in New Issue
Block a user