reply-to indicator?

Kevin J. McCarthy kevin at 8t8.us
Tue Oct 16 18:35:10 UTC 2018


On Tue, Oct 16, 2018 at 11:09:20AM -0700, Ian Zimmerman wrote:
> mutt seems to show a "C" flag in the index when my address is in the Cc
> list.  Is there anything similar for the Reply-To header?

I don't think so.

> Would it be easy for me (a competent C coder) to hack such a feature
> in?

Yes.  Start in hdr_format_str() [hdrline.c].  The Reply-To header is
already parsed and stored in the envelope.  You can see it being used
for the '%A' option.

Alternatively, if you just wanted another flag shown for %T or %Z, you
could modify mutt_user_is_recipient() and add a new state/Tochars flag.

-- 
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.mutt.org/pipermail/mutt-users/attachments/20181016/1ebb339e/attachment.asc>


More information about the Mutt-users mailing list