diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index a45e2443..200c0609 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -958,6 +958,19 @@ They are configured in the *[hooks]* section of aerc.conf. *mail-received* = _notify-send "[$AERC_ACCOUNT/$AERC_FOLDER] New mail from $AERC_FROM_NAME" "$AERC_SUBJECT"_ +*mail-deleted* = _<command>_ + Executed when a message is deleted from a folder. Note that this hook is + triggered when moving a message from one folder to another. + + Variables: + + - *AERC_ACCOUNT* + - *AERC_FOLDER* + + Example: + + *mail-deleted* = _mbsync "$AERC_ACCOUNT:$AERC_FOLDER"_ + *aerc-shutdown* = _<command>_ Executed when aerc shuts down. Aerc will wait for the command to finish before exiting. |