From 27122ef8e885f6824afd395c0c0b7b4f19f71b21 Mon Sep 17 00:00:00 2001 From: "john1doe@ya.ru" Date: Mon, 31 Jan 2022 16:28:58 +0200 Subject: 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) --- doc/aerc-config.5.scd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index f40c9cb0..a5af0d21 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -340,6 +340,13 @@ These options are configured in the *[compose]* section of aerc.conf. Default: none +*reply-to-self* + Allow to include your own address. Otherwise, if set to false, do not mail + yourself when replying (e.g., if replying to emails previously sent by + yourself, address your replies to the original To: and Cc:). + + Default: true + ## FILTERS Filters allow you to pipe an email body through a shell command to render -- cgit