diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-12-18 13:09:44 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-12-18 13:09:44 -0700 |
commit | 8fcf27901346881a26d39e2f15618c59bd02cc32 (patch) | |
tree | 75f05876b8de37fba3d8d48ca3b56c73dfebc5a5 | |
parent | 0674c5f2bbeb0402fccc41eb5855d24ed1220ea8 (diff) | |
download | alpine-8fcf27901346881a26d39e2f15618c59bd02cc32.tar.xz |
* Update to documentation to add SHORT versions of SUBJKEY and
SUBJKEYINIT.
-rw-r--r-- | pith/pine.hlp | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/pith/pine.hlp b/pith/pine.hlp index 3c731585..e34e9dc4 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 194 2016-12-18 12:55:24 +Alpine Commit 195 2016-12-18 13:09:41 ============= h_news ================= <HTML> <HEAD> @@ -19053,7 +19053,8 @@ and in the target of Filter Rules. <DD> This token represents the Subject the sender gave the message. Alternatives for use in the index screen are SHORTSUBJECT, -SUBJKEY, SUBJKEYINIT, SUBJECTTEXT, SUBJKEYTEXT, and SUBJKEYINITTEXT. +SUBJKEY, SHORTSUBJKEY, SUBJKEYINIT, SHORTSUBJKEYINIT, 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 <A HREF="h_config_index_opening_color">Index Opening Color</A> @@ -19644,13 +19645,11 @@ 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. +<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> @@ -19676,6 +19675,11 @@ It is also possible to color keywords in the index using the Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>). </DD> +<DT>SHORTSUBJKEY</DT> +<DD> This token is the same as SUBJKEY, but it is based on +SHORTSUBJECT, instead of in SUBJECT. +</DD> + <DT>SUBJKEYINIT</DT> <DD> This token is the same as the SUBJKEY token except that instead of @@ -19703,6 +19707,11 @@ It is also possible to color keywords in the index using the Setup/Kolor screen (<A HREF="h_config_kw_color">Keyword Colors</A>). </DD> +<DT>SHORTSUBJKEYINIT</DT> +<DD> This token is the same as SUBJKEYINIT, but it is based on +SHORTSUBJECT, instead of in SUBJECT. +</DD> + <DT>SUBJECTTEXT</DT> <DD> Same as SUBJECT but if there is room in the Subject field for more text, |