diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-06-07 21:14:19 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-06-07 21:14:19 -0600 |
commit | d1300c95499f3b422c2299432eb4acc93cf4618a (patch) | |
tree | f516d0630fbb085ac689c2010e07cbbe6c281ca5 /pith/atttype.h | |
parent | 6c702a26f10f04bf225aa914b2eae5b89e3d0b4a (diff) | |
download | alpine-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/atttype.h')
-rw-r--r-- | pith/atttype.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/atttype.h b/pith/atttype.h index df471d4f..a43a16bb 100644 --- a/pith/atttype.h +++ b/pith/atttype.h @@ -25,6 +25,8 @@ typedef struct attachment { unsigned can_display:4; unsigned shown:1; unsigned suppress_editorial:1; + char *cid_tmpfile; + char *tmpdir; char *number; char size[25]; } ATTACH_S; |