Under Development
stars

Reply with Original Address

Reply with Original Address#

Direct reply to email using X-Original-To header

Introduction#

Adds a reply_with_xorig for NeoMutt configuration files. If enabled, allows to reply to an email using the email address in the first X-Original-To: header of a mail as the From: header of the answer.

Variables#

Name

Type

Default

reply_with_xorig

Boolean

no

neomuttrc#

# Example NeoMutt config file for the reply-with-xorig feature.

# --------------------------------------------------------------------------
# VARIABLES – shown with their default values
# --------------------------------------------------------------------------
# X-Original-To header to reply when reverse is disabled or no alternate
# is found.
set reply_with_xorig = "yes"

# vim: filetype=neomuttrc