On Sun, 30 Jul 2023 17:48:07 +0200 Pelle <[email protected]> wrote: > I think it would make sense if address book completion was enabled for > the reply-to header field like it is for other fields for entering > email addresses (From, To, CC, BCC).
Hi Pelle, this is not supported at the moment. The list of headers for which there is address completion is hard coded. https://git.sr.ht/~rjarry/aerc/tree/0.15.2/item/completer/completer.go#L66-74 Feel free to submit a patch to add "reply-to" to that list. It should be trivial ;)

