Discussion:
Various "From addresses" - Show "To address" in sent mail archive
(too old to reply)
Andreas Gösele
2020-08-30 03:15:39 UTC
Permalink
Hi,

I'm moving to a setup where I use various "From" addresses and various
SMTP-servers depending on whether I send private or work related mail.

But in my sent mail archive I would like to see the "To" addresses
instead of the "From" address for all of my "From" addresses and also
for my previous "From" address.

So far only for the "From" address coinciding with the address I have
set as user-mail-address the "To" addresses are shown.

Any way to achieve this?

Thanks

Andreas
Gijs Hillenius
2020-08-31 06:28:56 UTC
Permalink
[...] in my sent mail archive I would like to see the "To" addresses
instead of the "From" address for all of my "From" addresses and also
for my previous "From" address.
So far only for the "From" address coinciding with the address I have
set as user-mail-address the "To" addresses are shown.
Any way to achieve this?
I believe I fixed that 'here' by adding my own address to
gnus-ignored-from-addresses


(setq gnus-ignored-from-addresses
(regexp-opt
'("***@address"
"***@address")))
Andreas
2020-09-01 01:00:38 UTC
Permalink
Thanks, this solved the problem also for me.

Loading...