summaryrefslogtreecommitdiff
path: root/alpine/arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/arg.h')
-rw-r--r--alpine/arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/alpine/arg.h b/alpine/arg.h
index 339e793b..4faddfe9 100644
--- a/alpine/arg.h
+++ b/alpine/arg.h
@@ -27,6 +27,7 @@
typedef struct argdata {
enum {aaFolder = 0, aaMore, aaURL, aaMail,
aaPrcCopy, aaAbookCopy} action;
+ int noutf8;
union {
char *folder;
char *file;