diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-07-31 20:46:01 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-07-31 20:46:01 -0600 |
commit | 48fd5e5afc806ef407b01d70e75bd160e674da1e (patch) | |
tree | 5a54da85b09d42fd081d23a100bfa32d6f9b562c /pith | |
parent | 37652c6ff8acf7acb2196371a2c049647fc4b6c5 (diff) | |
download | alpine-48fd5e5afc806ef407b01d70e75bd160e674da1e.tar.xz |
* The "#" command, when used as part of an aggregate operation will
allow users to select the role used in either replying, forwarding or
replying to the group of selected messages, Suggested by Hisashi T
Fujinaka.
Diffstat (limited to 'pith')
-rw-r--r-- | pith/pine.hlp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 36d69402..dcf3d721 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -264,6 +264,11 @@ Additions include: <LI> HTML: Add support for decoding entities in hexadecimal notation. Suggested by Tulipánt Gergely. + <LI> The "#" command, when used as part of an aggregate + operation will allow users to select the role used in either + replying, forwarding or replying to the group of selected messages, + Suggested by Hisashi T Fujinaka. + <LI> If the charset of a message can not be determined, use the value set in the <A HREF="h_config_unk_char_set"><!--#echo var="VAR_unknown-character-set"--></A> for its value. @@ -36752,6 +36757,9 @@ contain only configuration data. It shouldn't contain other mail messages. ========== h_role_compose ========== Compose a New message, Reply to current message, Forward current message, or Bounce message. Then you will be asked to choose one of your Roles to be used. +========== h_role_aggregate ========== +Compose a reply, or forward, or bounce the selected messages. Then you +will be asked to choose one of your Roles to be used for this operation. ========== h_save_size_changed ========== The reported size of a message is not the same as the actual size. Answer Yes to continue and hope for the best or No to Cancel the entire Save. |