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 |
|---|---|---|
|
Boolean |
|
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