diff options
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r-- | pith/pine.hlp | 89 |
1 files changed, 88 insertions, 1 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 2a7159fd..7590d850 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 162 2016-08-26 16:30:49 +Alpine Commit 163 2016-08-27 09:32:18 ============= h_news ================= <HTML> <HEAD> @@ -188,6 +188,11 @@ Additions include: <LI> Unix-Alpine: Connect securely to a LDAP server on a secure port. Based on a contribution by Wang Kang. + <LI> New configuration option + <a href="h_config_alt_reply_menu"><!--#echo var="FEAT_alternate-reply-menu"--></a> + which adds more ways to control features and variables when you + start to reply to a message. + <LI> Added support for RFC 2971 - IMAP ID extension. <LI> Add configuration <A href="h_config_ignore_size"><!--#echo var="FEAT_ignore-size-changes"--></A> @@ -3744,6 +3749,7 @@ There are also additional details on <li><a href="h_config_allow_talk">FEATURE: <!--#echo var="FEAT_allow-talk"--></a> <li><a href="h_config_alt_compose_menu">FEATURE: <!--#echo var="FEAT_alternate-compose-menu"--></a> <li><a href="h_config_alt_role_menu">FEATURE: <!--#echo var="FEAT_alternate-role-menu"--></a> +<li><a href="h_config_alt_reply_menu">FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></a> <li><a href="h_config_force_low_speed">FEATURE: <!--#echo var="FEAT_assume-slow-link"--></a> <li><a href="h_config_auto_read_msgs">FEATURE: <!--#echo var="FEAT_auto-move-read-msgs"--></a> <li><a href="h_config_auto_open_unread">FEATURE: <!--#echo var="FEAT_auto-open-next-unread"--></a> @@ -29398,6 +29404,87 @@ of flowed text. <End of help on this topic> </BODY> </HTML> +====== h_config_alt_reply_menu ===== +<HTML> +<HEAD> +<TITLE>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></TITLE> +</HEAD> +<BODY> +<H1>FEATURE: <!--#echo var="FEAT_alternate-reply-menu"--></H1> + +Note that if this option is enabled, then the option +<A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A> +is ignored. See below to understand why. +<P> +When you reply to a message, a series of questions are asked that +determines how your reply will be handled by Alpine. This feature only +affects the result of the first question you are asked, and its purpose is +to set values that could override defaults set in Alpine's main +configuration screen. As a result, this menu allows you to configure even +more features than you would be able to do without this option. For +example, this menu always allows you to override or select a <A +HREF="h_rules_roles">Role</A> if you have defined one, or allows you to +override your indent string, regardless of if you have enabled +<A HREF="h_config_prefix_editing"><!--#echo var="FEAT_enable-reply-indent-string-editing"--></A>. +The full list of options can be found below. +<P> +Here is an example of how this option works. After you press Reply, +if you see "A Inc Attach" in the menu, it means that +if you press "A", then Alpine will include the attachments +of the original message, and the default is not to include them. +Conversely, if you see "A No Attach" +then by pressing "A" Alpine will not include +attachments in your reply, and the default is that Alpine will +include them in your reply. The value that you see when you +start your reply is controlled by the option +<A HREF="h_config_attach_in_reply"> +<!--#echo var="FEAT_include-attachments-in-reply"--> +</A>. If the feature is enabled, then Alpine will display +"A No Attach" to override the default behavior. You can +toggle between the two values of this option by pressing "A". +Remember that the value that you see in the menu is the action that will +be done when you press the associated command. +<P> +Below are your options: +<OL> +<LI><B>A</B>: This determines if Alpine will include or not the +attachments sent to you in the message that you are replying to. The default +is to use the value of the configuration option +<A HREF="h_config_attach_in_reply"><!--#echo var="FEAT_include-attachments-in-reply"--></A> and can be overriden by using this command. + +<LI><B>H</B>: This command determines if the headers of a message are +included in the body of the message that is being replied to. By default +Alpine will use the value of the configuration option +<A HREF="h_config_include_header"><!--#echo var="FEAT_include-header-in-reply"--></A>. +Observe that by toggling this option to include headers, text will be toggled +to be included by default. + +<LI><B>R</B>: Can be used to set a role different from the default. + +<LI><B>S</B>: Determines if Alpine will strip the signature from a +message. The default is to strip the signature when the message is not +viewed in headers mode, and you either have enabled +<A HREF="h_config_sigdashes"><!--#echo var="FEAT_enable-sigdashes"--></A> +or +<A HREF="h_config_strip_sigdashes"><!--#echo var="FEAT_strip-from-sigdashes-on-reply"--></A>. + +<LI><B>Ctrl-R</B>: Can be used to edit the +<A HREF="h_config_reply_indent_string">"<!--#echo var="VAR_reply-indent-string"-->"</A>. +</OL> +<P> +In order to include the text of the original message in the reply +you either need to press 'y' to include the original text, or 'n' to +exclude it from the reply. Pressing return will execute the default +action, which is to include text only if the option +<A HREF="h_config_auto_include_reply"><!--#echo var="FEAT_include-text-in-reply"--></A> +is enabled. However, notice that the default is to include text if you edit the +reply indent string or if you explicitly set through this menu that you +want headers included in the reply message. + +<P> +<End of help on this topic> +</BODY> +</HTML> ====== h_config_del_from_dot ===== <HTML> <HEAD> |