[PATCH] Document that '%f' in $index_format affects message sender, not From: line
This addresses bug #1894: The code doesn't write the From: line but
whatever mutt used to derive a message's author from (e.g. Return-Path:
if From: is invalid).
---
init.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/init.h b/init.h
index 2674bef..6e94bf0 100644
--- a/init.h
+++ b/init.h
@@ -994,7 +994,7 @@ struct option_t MuttVars[] = {
** ``date_format'' converted to the local time zone
** .dt %e .dd current message number in thread
** .dt %E .dd number of messages in current thread
- ** .dt %f .dd entire From: line (address + real name)
+ ** .dt %f .dd message author (address + real name)
** .dt %F .dd author name, or recipient name if the message is from you
** .dt %H .dd spam attribute(s) of this message
** .dt %i .dd message-id of the current message
--
1.5.1.rc3.659.g88c1