diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-03-26 14:52:27 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-03-26 14:52:27 -0600 |
commit | 3663a2fa89721e3568fdb10b4dffeea0a8670eaf (patch) | |
tree | 7e7b2c99b69b5140e34a3a433d2190e144ab1b61 /pith | |
parent | 272f3b5774b673c55ebc970eb2b59436ef1e9d1b (diff) | |
download | alpine-3663a2fa89721e3568fdb10b4dffeea0a8670eaf.tar.xz |
* When exporting all parts of a message, if two attachments have the
same name, do not overwrite a file more than once, but instead add a
counter number to the filename to make a new file that does not exist
in the file system.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index bbe2e294..21ca2553 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -276,6 +276,11 @@ Additions include: <LI> Change in logic in imap_set_password function to make Alpine ask if a user wants to save a password before reading the password file. + <LI> When exporting all parts of a message, if two attachments have the same + name, do not overwrite a file more than once, but instead add a counter + number to the filename to make a new file that does not exist in the file + system. + <LI> Add the Control-R subcommand to the save command for attachments. This subcommand toggles if the saving will be done in binary mode for text attachments. When a user saves an attachment using binary |