about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-06-18 17:56:07 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-06-18 17:56:07 +0200
commit9b8ab19a2be4ed190f722b309022ea6472e7ac15 (patch)
tree554636e75795c0d22e20f5d6491fb19fa799fa1b
parent2939be9f34b400fa59cb12c59c2c101c852fea92 (diff)
downloadmblaze-9b8ab19a2be4ed190f722b309022ea6472e7ac15.tar.gz
mblaze-9b8ab19a2be4ed190f722b309022ea6472e7ac15.tar.xz
mblaze-9b8ab19a2be4ed190f722b309022ea6472e7ac15.zip
mshow: show Reply-To by default
-rw-r--r--man/mshow.12
-rw-r--r--mshow.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/mshow.1 b/man/mshow.1
index d083778..073a918 100644
--- a/man/mshow.1
+++ b/man/mshow.1
@@ -38,7 +38,7 @@ The options are as follows:
 Display the headers in the colon-separated list
 .Ar headers
 instead of the default headers
-.Sq Li from:subject:to:cc:date: .
+.Sq Li from:subject:to:cc:date:reply-to: .
 .It Fl A Ar mimetypes
 Define
 .Sq Li "mixed/alternative"
diff --git a/mshow.c b/mshow.c
index e8773a7..c557901 100644
--- a/mshow.c
+++ b/mshow.c
@@ -23,7 +23,7 @@ static int Lflag;
 static int Nflag;
 static int tflag;
 static int nflag;
-static char defaulthflags[] = "from:subject:to:cc:date:";
+static char defaulthflags[] = "from:subject:to:cc:date:reply-to:";
 static char *hflag = defaulthflags;
 static char *xflag;
 static char *Oflag;