diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-12-18 12:55:31 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-12-18 12:55:31 -0700 |
commit | 0674c5f2bbeb0402fccc41eb5855d24ed1220ea8 (patch) | |
tree | 2780a4b7c3e9442dbbfab1788d21bfff8bb04a0b /pith/pine.hlp | |
parent | accf5768851fc5f323e66c41de43061e86d4a9f6 (diff) | |
download | alpine-0674c5f2bbeb0402fccc41eb5855d24ed1220ea8.tar.xz |
* New token SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT to shorten
the subject, removing list name information from the subject (text
enclosed between "[" and "]".)
Diffstat (limited to 'pith/pine.hlp')
-rw-r--r-- | pith/pine.hlp | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 753983d4..3c731585 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 193 2016-12-16 20:11:15 +Alpine Commit 194 2016-12-18 12:55:24 ============= h_news ================= <HTML> <HEAD> @@ -199,6 +199,10 @@ Additions include: to 1.0.0c. This includes version 1.1.0. Alpine also builds with LibreSSL. + <LI> New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for index + format, which removes text in the SUBJECT between "[" and + "]". + <LI> Alpine will include attachments when forwarding some multipart/alternative messages for which it did not use to include attachments. @@ -19048,7 +19052,7 @@ and in the target of Filter Rules. <DT>SUBJECT</DT> <DD> This token represents the Subject the sender gave the message. -Alternatives for use in the index screen are +Alternatives for use in the index screen are SHORTSUBJECT, SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT. You may color the subject text in the MESSAGE INDEX screen differently by using the <A HREF="h_config_index_subject_color">Index Subject Color</A> and the @@ -19256,7 +19260,7 @@ to format the date string. It may end up formatting dates so that they look like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely. The feature <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A> -may have an affect on the values of these tokens. +may have an effect on the values of these tokens. If you want more control you may use one of the following. <DL> <DT>SMARTDATE</DT> <DD>If the option @@ -19289,7 +19293,7 @@ to format the date string. It may end up formatting dates so that they look like DATEISO tokens, or SHORTDATE2 tokens, or something else entirely. The feature <A HREF="h_config_dates_to_local"><!--#echo var="FEAT_convert-dates-to-localtime"--></A> -may have an affect on the values of these tokens. +may have an effect on the values of these tokens. The possible choices are: <DL> <DT>SMARTDATETIME</DT> <DD>If the option @@ -19640,6 +19644,15 @@ the "<!--#echo var="VAR_index-format"-->" could slow down the display a little while Alpine collects the necessary information. </DD> +<DT>SHORTSUBJECT</DT> +<DD> +This token is the same as SUBJECT, but +removes text between "[" and "]". +Typically text enclosed between these characters corresponds to +mailing list names, and may be unnecessary or unwanted in some +instances. +</DD> + <DT>SUBJKEY</DT> <DD> This token is the same as the SUBJECT token unless keywords are set for |