summaryrefslogtreecommitdiff
path: root/mh/mh_getopt.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-04-12 09:20:47 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-04-12 09:20:47 +0300
commitec100ee63e55ba60369363c72d6d2e1fbc3663a2 (patch)
treeb6f30d165f6fade93bbd806171ffd58de05a6148 /mh/mh_getopt.h
parentd7dec96841e872ffa6924d6c5f93a1be473bf8ff (diff)
downloadmailutils-ec100ee63e55ba60369363c72d6d2e1fbc3663a2.tar.gz
mailutils-ec100ee63e55ba60369363c72d6d2e1fbc3663a2.tar.bz2
Implement MH show utility.
* mh/show.c: New file. * NEWS: Document changes. * libmailutils/stream/message_stream.c (copy_trimmed_value): Fix string length calculation to allow for empty lines. * mh/.gitignore: Update. * mh/Makefile.am: Build show. * mh/TODO: Document show. * mh/mh_getopt.h: Add new option codes. * mh/mh_init.c (mh_expand_name): Change handling of the last argument. All callers updated. (mh_draft_name): Remove.
Diffstat (limited to 'mh/mh_getopt.h')
-rw-r--r--mh/mh_getopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mh/mh_getopt.h b/mh/mh_getopt.h
index a46ddb261..35a4f3b21 100644
--- a/mh/mh_getopt.h
+++ b/mh/mh_getopt.h
@@ -135,6 +135,7 @@ enum mh_arg {
ARG_NORMALIZE,
ARG_NOSERIALONLY,
ARG_NOSHOW,
+ ARG_NOSHOWPROC,
ARG_NOSTORE,
ARG_NOT,
ARG_NOTEXTFIELD,
@@ -168,6 +169,7 @@ enum mh_arg {
ARG_SEQUENCE,
ARG_SERIALONLY,
ARG_SHOW,
+ ARG_SHOWPROC,
ARG_SOURCE,
ARG_SPLIT,
ARG_STORE,

Return to:

Send suggestions and report system problems to the System administrator.