diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-07-22 12:43:32 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-07-22 12:43:32 -0600 |
commit | b8483b5f6859a343516c8782f6f8d3dbcb4db168 (patch) | |
tree | 6498b703b0008f107963d074931a212ddf14bf88 /pith | |
parent | f08bd49ee1346f0db56d1e913f725fce27bdb4df (diff) | |
download | alpine-b8483b5f6859a343516c8782f6f8d3dbcb4db168.tar.xz |
* Re-add _BSD_SOURCE, which is deprecated by gcc6. It will be fixed
later when it becomes an issue again.
* Minor fix to documentation.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 4af43ec8..a0aee484 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -5371,8 +5371,10 @@ Each element in the list may be either a single message number or a range of numbers with a dash between the lowest and highest member of the range. Some examples are 7 to select only message number 7; 2-5 to select messages 2 through 5; and 2-5,7-9,11 to select messages 2, 3, 4, 5, 7, 8, 9, and 11. -The word "end" may be used as a substitute for the highest numbered -message in the folder. +The word "end" or the character "$" may be used as a +substitute for the highest numbered message in the folder, while the +character "." represents the message number holding the position +of the cursor in the folder. If in a separate thread index where the numbers refer to threads instead of to messages, then you will be selecting all of the messages in the referenced threads instead of selecting by message number. |