aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBence Ferdinandy <bence@ferdinandy.com>2022-11-12 11:18:11 +0100
committerRobin Jarry <robin@jarry.cc>2022-11-13 17:14:04 +0100
commit5dfc1ff5df71a62d9e114a84ac036cf4c2cb8540 (patch)
tree967397513eef3a8241274c1ad78a2db071ce40b1 /doc
parent1352942056940afb58d4e25d8094c08251fd54de (diff)
downloadaerc-5dfc1ff5df71a62d9e114a84ac036cf4c2cb8540.tar.gz
move and archive: common code for common operation
The code of Archive and Move are slightly different, even though they essentially do the same thing sans the destination and archive always creating the destination if it doesn't exist. Extract common code into a function used by both. This will also result in Move now also respecting next-message-on-delete. Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/aerc-config.5.scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index d943c18e..e40630bc 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -237,7 +237,7 @@ These options are configured in the *[ui]* section of aerc.conf.
Default: 0
*next-message-on-delete*
- Moves to next message when the current message is deleted
+ Moves to next message when the current message is deleted, archived, or moved.
Default: true