diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-07-13 21:29:39 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-07-13 21:29:39 -0600 |
commit | f08bd49ee1346f0db56d1e913f725fce27bdb4df (patch) | |
tree | d080506414b8b8c6fb6ffb1eaa4d5a5c792ca684 /pith | |
parent | ed5e72568b40db990bc375aa86f94c35cc8c05cc (diff) | |
download | alpine-f08bd49ee1346f0db56d1e913f725fce27bdb4df.tar.xz |
* Add the ability to select messages by number and thread-number by
using '.' character to represent the current message/thread, and "$"
to represent the last message/thread.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 9629ef6e..4af43ec8 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -338,6 +338,9 @@ Additions include: <LI> When messages are selected, warn the user if a message that is not selected will be bounced, or if not all selected messages will be bounced. Suggested by Ulf-Dietrich Braumann. + + <LI> When selecting messages by number, the "." character can + be used to specify the message on which the cursor is on. </UL> @@ -373,9 +376,6 @@ Bugs that have been addressed include: of the certificate to lowercase, which may make Alpine not be able to read such certificate. Reported by Dennis Davis. - <LI> Unix Alpine: First time users would not get their .pinerc file - created when starting Alpine. - <LI> Work in progress: Avoid calling non-safe functions when Alpine receives a signal. See bug report <A HREF="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825772">here.</A> @@ -36523,11 +36523,11 @@ message, or ^C to cancel. Enter the name of the Unix command to which you wish to send this attachment, or ^C to cancel. ========== h_select_by_num ========== -Enter a list of message numbers (or number ranges), or ^C to cancel. The word -"end" represents the last message. Example: 2-5,7-9,11,19,35-end +Enter a list of message numbers (or number ranges), or ^C to cancel. "end" +is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end ========== h_select_by_thrdnum ========== -Enter a list of thread numbers (or number ranges), or ^C to cancel. The word -"end" represents the last thread. Example: 2-5,7-9,11,19,35-end +Enter a list of message numbers (or number ranges), or ^C to cancel. "end" +is the last message. "." is the current message. Example: 1-.,7-9,11,19,35-end ========== h_select_txt_from ========== Messages with From: headers containing the entered string will be selected. ^C to cancel. ^G again to see original options. |