diff options
author | Robin Jarry <robin@jarry.cc> | 2022-11-22 23:44:31 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-24 19:19:10 +0100 |
commit | 15743ca513bc4a7b2f34c0875fc23cda88398b33 (patch) | |
tree | 0e6575f325812a02d9863270fae7d564dc5a2f55 /doc | |
parent | af63bd0188d13ecf00628c30f88d0ee06c07e500 (diff) | |
download | aerc-15743ca513bc4a7b2f34c0875fc23cda88398b33.tar.gz |
doc: add example for piping messages to git am
Mention that multiple marked messages are reordered if they look like
a patch series.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index afc8d90a..61f17263 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -209,6 +209,14 @@ message list, the message in the message viewer, etc). *-p*: Pipe just the selected message part, if applicable + This can be used to apply patch series with git: + + *:pipe -m* _git am -3_ + + When at least one marked message subject matches a patch series (e.g. + _[PATCH X/Y]_), all marked messages will be sorted by subject to ensure + that the patches are applied in order. + *:reply* [*-aq*] [*-T* _<template-file>_] Opens the composer to reply to the selected message. |