diff options
author | Eduardo Chappa <chappa@washington.edu> | 2015-05-08 10:07:03 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2015-05-08 10:07:03 -0600 |
commit | c321daf6cf4a68fbe5166584fbf7d3b738d4c291 (patch) | |
tree | bd24988fafcaef6ff03cf1bb6fa3580c9f9e0c99 /pith | |
parent | 78cdd43ac7f0b6b14dddc0a539f50bf2609ebfa5 (diff) | |
download | alpine-c321daf6cf4a68fbe5166584fbf7d3b738d4c291.tar.xz |
* 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.
This makes a difference when decrypting a password file, as the
password file was attempted to be decrypted before the user was asked
if they intended to save such password. Now the logic is that the
user will be asked if they intend to save the password, and if they
agree, then users will be asked to provide the password to unlock
their private key.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 820c553a..08e57b91 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -224,10 +224,14 @@ Additions include: <LI> Make sure titlebar (the line at the top of the screen) always contains the name of the folder/newsgroup that is open, if this fits in the title. + <LI> The feature <a href="h_config_scramble_message_id">FEATURE: <!--#echo var="FEAT_scramble-message-id"--></a> will also scramble the name, version and operative system in the message-id header. Based on a contribution by Dennis Davis, which is itself based on a contribution by Mark Hills. + + <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. </UL> |