diff options
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r-- | pith/pine.hlp | 68 |
1 files changed, 44 insertions, 24 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 8e0feacb..ea85d75c 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 33 2013-10-05 22:46:52 +Alpine Commit 34 2013-10-13 00:44:53 ============= h_news ================= <HTML> <HEAD> @@ -179,31 +179,36 @@ Additions include: <P> <UL> - <LI> Alpine does not attempt to automatically reopen a collection that - was not opened due to cancellation by the user. Instead, the user - must try to open it explicitly. + <LI> Add support to selective expunge through a subcommand of the + select-apply commands. Read more in the <A + HREF="h_index_cmd_expunge">help</A> for the expunge command. + <LI> Alpine does not attempt to automatically reopen a collection + that was not opened due to cancellation by the user. + Instead, the user must try to open it explicitly. <LI> Alpine searches for a certificate that matches an email address in - all addresses in a certificate (instead of just the first one) but - when it tries to unlock the certificate, it asks for the password - for the first email address in that certificate. + all addresses in a certificate (instead of just the first + one) but when it tries to unlock the certificate, it asks + for the password for the first email address in that + certificate. <LI> Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a - server to use different ways to connect using ssl, for example - {server.com/tls1} will attempt to connect to server.com at the ssl - imap port (port 993) and establish a connection using TLSv1. These - flags can be used in conjunction with the /ssl flag, the ssl flag - is redundant. Conversely, however, the /ssl flag does not imply any - of these flags; the /ssl flag means SSLv3 or, if not available, + server to use different ways to connect using ssl, for + example {server.com/tls1} will attempt to connect to + server.com at the ssl imap port (port 993) and establish a + connection using TLSv1. These flags can be used in + conjunction with the /ssl flag, the ssl flag is redundant. + Conversely, however, the /ssl flag does not imply any of + these flags; the /ssl flag means SSLv3 or, if not available, SSLv2 in the SSL port. - <LI> Experimental: Write the content-type of a message in lowercase, as some - non-compliant servers do not understand uppercase content-type, such as - those of GMX.de. - <LI> Opening a folder updates recent count in maildrops (this already works - for other types of folders) - <LI> Automatically redraw screen after opening an attachment instead of - simply clearing it. - <LI> Pico: Justification works without need of a predefined quote string. - This allows justification of blocks of text that are indented with - spaces. + <LI> Experimental: Write the content-type of a message in + lowercase, as some non-compliant servers do not understand + uppercase content-type, such as those of GMX.de. + <LI> Opening a folder updates recent count in maildrops (this + already works for other types of folders) + <LI> Automatically redraw screen after opening an attachment + instead of simply clearing it. + <LI> Pico: Justification works without need of a predefined quote + string. This allows justification of blocks of text that are + indented with spaces. </UL> <P> @@ -3182,7 +3187,6 @@ There are also additional details on <End of help on this topic> </BODY> </HTML> - ====== h_help_index ====== <HTML> <HEAD> @@ -5735,6 +5739,22 @@ the text from the current folder. With newsgroups or shared mailboxes, you don't have permission to actually remove the message, so it is an exclude -- Alpine removes the message from your view of the folder even though it is not technically gone. + +<P> A selective expunge command is available in IMAP folders that support +the UID EXPUNGE extension in <A +HREF="http://tools.ietf.org/html/rfc4315">RFC 4315</A> as well as for all +other folders (local folders in all formats, POP3 inbox, and newsgroups) +as a subcommand of the apply command. If some selected messages are marked +deleted, then the apply command will offer the eXpunge command, which when +executed will only expunge those messages that are selected and deleted. + +<P> +Observe that the expunge command (when not used from the apply command) +will expunge/exclude all deleted messages from the folder, and so all +messages marked deleted will be expunged, regardless of if they are +selected or not. In other words, there is no protection against +potentially expunging more messages than only those that have been +selected and deleted. <P> The configuration features |