Compose to Sender Feature

Send new mail to the sender of the current mail

1. Introduction

The compose-to-sender feature adds a new command to start composing a new email to the sender of the current message. This is not a reply, but a new, separate, message.

It works on tagged messages too, sending one email to all of the senders of the tagged messages.

2. Functions

compose-to-sender adds the following function to NeoMutt. By default, it is not bound to a key.

Table 11.1. compose-to-sender Functions

Menus Function Description
index,pager <compose-to-sender> compose a new email to the sender of the current email

3. neomuttrc

# Example NeoMutt config file for the compose-to-sender feature.

# --------------------------------------------------------------------------
# FUNCTIONS – shown with an example mapping
# --------------------------------------------------------------------------
# Compose a new email (not a reply) to the sender
bind index,pager @ compose-to-sender

# vim: syntax=neomuttrc

4. Known Bugs

None

5. Credits

Brian Medley, Guillaume Brogi

Search by Algolia