diff options
author | john1doe@ya.ru <john1doe@ya.ru> | 2022-01-31 16:28:58 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-01-31 16:22:54 +0100 |
commit | 27122ef8e885f6824afd395c0c0b7b4f19f71b21 (patch) | |
tree | d158fb435aeefce3ff1e103d7ccafaa2839f128b /config/aerc.conf.in | |
parent | 622802d3a5ea980b2d08ffec91497b57d3bae7f4 (diff) | |
download | aerc-27122ef8e885f6824afd395c0c0b7b4f19f71b21.tar.gz |
compose: add option to never include your own address when replying
Introduce an option in aerc.conf to disable the auto-including
of your own address when replying to your own emails (address
replies to the original To: and Cc: instead); default to true
(allow the auto-including)
Diffstat (limited to 'config/aerc.conf.in')
-rw-r--r-- | config/aerc.conf.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index 9f45883f..87f7e563 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -194,6 +194,12 @@ header-layout=To|From,Subject # ignored. address-book-cmd= +# +# Allow to address yourself when replying +# +# Default: true +reply-to-self=true + [filters] # # Filters allow you to pipe an email body through a shell command to render |