aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorinwit <inwit@sindominio.net>2024-06-29 17:14:21 +0200
committerRobin Jarry <robin@jarry.cc>2024-08-20 11:54:34 +0200
commitb94b4c00c9c96355c411881b5e5cc42c5f83d159 (patch)
tree6369a6010c04f5db6772774575770c2dc949d844 /doc
parenta64563466ddcb9fc321b8dd540f929c979310af9 (diff)
downloadaerc-b94b4c00c9c96355c411881b5e5cc42c5f83d159.tar.gz
forward: allow forwarded flag to be set
Usually, a MUA sets a flag for messages that have been forwarded, but this is currently not the case for aerc. Consider the forwarded flag and prepare aerc to set it everytime the :forward command is called and ends successfully. Changelog-added: The :forward command now sets the forwarded flag. Signed-off-by: inwit <inwit@sindominio.net> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd5
-rw-r--r--doc/aerc.1.scd2
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index d54609ca..85c1dedc 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -428,6 +428,11 @@ These options are configured in the *[ui]* section of _aerc.conf_.
Default: _r_
+*icon-forwarded* = _<string>_
+ The icon to display in *column-flags* when the message has been forwarded.
+
+ Default: _f_
+
*icon-flagged* = _<string>_
The icon to display in *column-flags* when the message is flagged.
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index 26713206..d91ce78f 100644
--- a/doc/aerc.1.scd
+++ b/doc/aerc.1.scd
@@ -475,6 +475,8 @@ message list, the message in the message viewer, etc).
Message has been read
_Answered_
Message has been answered
+ _Forwarded_
+ Message has been forwarded
_Flagged_
Message is flagged for urgent/special attention
_Draft_