Hi,

I use different email addresses for different things. To select the
corresponding addresses I use folder hooks the following way:

  folder-hook somefolder \
    'my_hdr From: Marco <addre...@xyz.com>'

  folder-hook anotherfolder \
    'my_hdr From: Marco <addre...@xyz.com>'

To specify the default address I use a folder hook which triggers on
every folder:

  folder-hook . \
    'my_hdr From: Marco <defaultaddr...@xyz.com>'

I want to reply from the address the email was sent to, thus I have
set:

  set reverse_name
  set use_from

However, responses always are being sent from the default address.
If I remove the folder-hook . my_hdr From: …, then the reverse_name
works fine, but the default address is set to the address of the
last visited folder, which is undesirable.

How do I correctly set a default address which does not break
reverse_name?

Marco

Attachment: signature.asc
Description: Digital signature

Reply via email to