mshow: show Reply-To by default

pull/37/head
Leah Neukirchen 7 years ago
parent 2939be9f34
commit 9b8ab19a2b

@ -38,7 +38,7 @@ The options are as follows:
Display the headers in the colon-separated list Display the headers in the colon-separated list
.Ar headers .Ar headers
instead of the default 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 .It Fl A Ar mimetypes
Define Define
.Sq Li "mixed/alternative" .Sq Li "mixed/alternative"

@ -23,7 +23,7 @@ static int Lflag;
static int Nflag; static int Nflag;
static int tflag; static int tflag;
static int nflag; 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 *hflag = defaulthflags;
static char *xflag; static char *xflag;
static char *Oflag; static char *Oflag;

Loading…
Cancel
Save