summaryrefslogtreecommitdiff
path: root/pith/conftype.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-07 21:14:19 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-07 21:14:19 -0600
commitd1300c95499f3b422c2299432eb4acc93cf4618a (patch)
treef516d0630fbb085ac689c2010e07cbbe6c281ca5 /pith/conftype.h
parent6c702a26f10f04bf225aa914b2eae5b89e3d0b4a (diff)
downloadalpine-d1300c95499f3b422c2299432eb4acc93cf4618a.tar.xz
* Experimental: Alpine can pass an HTML message to an external web browser, by using
the "External" command in the ATTACHMENT INDEX screen. * Experimental: New configuration variable "External Command Loads Inline Images Only" that controls if Alpine will pass to an external browser a link to all the images in the HTML message, or will only pass a link to inline images included in the message. For your privacy and security this feature is enabled by default.
Diffstat (limited to 'pith/conftype.h')
-rw-r--r--pith/conftype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/conftype.h b/pith/conftype.h
index 88f479c1..38f62416 100644
--- a/pith/conftype.h
+++ b/pith/conftype.h
@@ -292,6 +292,7 @@ typedef enum { V_PERSONAL_NAME = 0
, V_CURSOR_STYLE
#endif
#endif
+ , V_HTML_DIRECTORY
#ifdef SMIME
, V_PUBLICCERT_DIR
, V_PUBLICCERT_CONTAINER
@@ -462,6 +463,7 @@ typedef enum {
F_VIEW_SEL_URL_HOST,
F_SCAN_ADDR,
F_FORCE_ARROWS,
+ F_EXTERNAL_INLINE_IMAGES,
F_PREFER_PLAIN_TEXT,
F_QUELL_CHARSET_WARNING,
F_COPY_TO_TO_FROM,