diff options
author | Koni Marti <koni.marti@gmail.com> | 2023-07-16 17:04:14 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-08-03 22:29:18 +0200 |
commit | 0e09c05937913a938bc4987db2b6d193ed0501bd (patch) | |
tree | 34a54eb15b3bbc2ff507671c7b28f8943cac73df /doc | |
parent | 2fbce2e2c9aa782cc3d99a7232d78876b835e513 (diff) | |
download | aerc-0e09c05937913a938bc4987db2b6d193ed0501bd.tar.gz |
imap: support the Gmail extension (X-GM-EXT-1)
Support the IMAP Gmail extension (X-GM-EXT-1) to fetch all messages for
a given thread. This allows client-side threading to display a full
message thread. Obviously, it requires a Gmail account to work.
The extension is only used when requested in accounts.conf with:
"use-gmail-ext = true" (default: false)
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Tested-by: Tristan Partin <tristan@partin.io>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-imap.5.scd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd index 9057d2ea..92993021 100644 --- a/doc/aerc-imap.5.scd +++ b/doc/aerc-imap.5.scd @@ -11,6 +11,7 @@ IMAP extensions: - IDLE (RFC 2177) - LIST-STATUS (RFC 5819) +- X-GM-EXT-1 (Gmail) # CONFIGURATION @@ -142,6 +143,12 @@ are available: Default: _10ms_ +*use-gmail-ext* = _true_|_false_ + If set to _true_, the X-GM-EXT-1 extension will be used if supported. + This only works for Gmail accounts. + + Default: _false_ + # SEE ALSO *aerc*(1) *aerc-accounts*(5) |