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/osdep/creatdir.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/osdep/creatdir.h')
-rw-r--r-- | pith/osdep/creatdir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/osdep/creatdir.h b/pith/osdep/creatdir.h index e9d844e7..8ad6eeb5 100644 --- a/pith/osdep/creatdir.h +++ b/pith/osdep/creatdir.h @@ -22,6 +22,6 @@ * Exported Prototypes */ int create_mail_dir(char *); - +int create_random_dir(char *, size_t); #endif /* PITH_OSDEP_CREATDIR_INCLUDED */ |