Coder Social home page Coder Social logo

Comments (4)

tats avatar tats commented on August 18, 2024

What's your expected behavior? If you'd like to reply only to the
address on Reply-To, set mew-reply-all-alist as follows:

 (setq mew-reply-all-alist
       '((("Followup-To:" "poster")
          ("To:" "From:"))
         ("Followup-To:"
          ("Newsgroups:" "Followup-To:"))
         ("Newsgroups:"
          ("Newsgroups:" "Newsgroups:"))
         ("Reply-To:"
          ("To:" "Reply-To:"))
         (t
          ("To:" "From:")
          ("Cc:" "To:" "Cc:" "Apparently-To:"))))

See also the manual:
http://www.mew.org/ja/info/release/mew_3.html#reply
http://www.mew.org/en/info/release/mew_3.html#reply

from mew.

ryoon avatar ryoon commented on August 18, 2024

Hi,

For example, to reply with a key, I have gotten following header.

I have no [email protected] e-mail address in replay e-mail's header.
Is this expected behavior? I think Reply-To: is simply ignored.

Original e-mail:
Subject: pkg/47933: make configure in pkgsrc/audio/nas fails
From: [email protected]
To: [email protected], [email protected], [email protected]
Cc:
Date: Sun, 16 Jun 2013 02:00:00 +0000 (UTC)
Sender: [email protected]
Reply-To: [email protected]

WIth a key, my reply:
To: [email protected], [email protected], [email protected]
Subject: Re: pkg/47933: make configure in pkgsrc/audio/nas fails
From: Ryo ONODERA [email protected]
Fcc: +fcc
In-Reply-To: [email protected]

from mew.

tats avatar tats commented on August 18, 2024

If the From: address is yours (in your cases), mew-reply-fromme-alist
is used. The following setting may help you.

(setq mew-reply-fromme-alist
      '((t
     ("To:" 
      "Mail-Followup-To:" "Mail-Reply-To:" "Reply-To:"
      "To:" "Original-To:" "X-To:" "Apparently-To:")
     ("Cc:"
      "Cc:" "Original-Cc:" "X-Cc:")
     ;;("Newsgroups:" "Followup-To:" "Newsgroups:")
     )))

from mew.

tats avatar tats commented on August 18, 2024

Note that restarting Mew isn't enough to reset your addresses.
Restart Emacs and Mew, and then confirm a value of
(mew-get-my-address-regex-list).

Anyway, if the replied mail is yours, Reply-To is ignored by default,
though my local mew-reply-fromme-alist has Reply-To.

from mew.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.