From b8e19a2b9829620b9d78fd4cd41cf7f144f01884 Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Wed, 13 Feb 2002 04:03:13 +0000 Subject: [PATCH] * message.texi (Sending Variables): Addition. * gnus.texi (Group Parameters): Add unread, not read. (Archived Messages): Addition. --- texi/ChangeLog | 7 +++++++ texi/gnus.texi | 22 ++++++++++++++++------ texi/message.texi | 5 +++++ 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index 2ab3a183b..bd976c316 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,10 @@ +2002-02-12 ShengHuo ZHU + + * message.texi (Sending Variables): Addition. + + * gnus.texi (Group Parameters): Add unread, not read. + (Archived Messages): Addition. + 2002-02-09 ShengHuo ZHU * gnus.texi (Group Parameters): Addition. diff --git a/texi/gnus.texi b/texi/gnus.texi index d1b4c50a4..5478673e5 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -2719,12 +2719,14 @@ news group. @item gcc-self @cindex gcc-self If @code{(gcc-self . t)} is present in the group parameter list, newly -composed messages will be @code{Gcc}'d to the current group. If +composed messages will be @code{Gcc}'d to the current group If @code{(gcc-self . none)} is present, no @code{Gcc:} header will be generated, if @code{(gcc-self . "string")} is present, this string will be inserted literally as a @code{gcc} header. This parameter takes precedence over any default @code{Gcc} rules as described later -(@pxref{Archived Messages}). +(@pxref{Archived Messages}). CAVEAT:: It yields an error putting +@code{(gcc-self . t)} in groups of a @code{nntp} server or so, because +a @code{nntp} server doesn't accept artciles. @item auto-expire @cindex auto-expire @@ -2795,8 +2797,8 @@ Display articles that satisfy a predicate. Here are some examples: @table @code -@item [read] -Display only read articles. +@item [unread] +Display only unread articles. @item [not expire] Display everything except expirable articles. @@ -2808,9 +2810,9 @@ responded to. The available operators are @code{not}, @code{and} and @code{or}. Predicates include @code{tick}, @code{unsend}, @code{undownload}, -@code{read}, @code{dormant}, @code{expire}, @code{reply}, +@code{unread}, @code{dormant}, @code{expire}, @code{reply}, @code{killed}, @code{bookmark}, @code{score}, @code{save}, -@code{cache}, @code{forward}, @code{seen} and @code{recent}. +@code{cache}, @code{forward}, @code{unseen} and @code{recent}. @end table @@ -10896,6 +10898,14 @@ but the latter is the preferred method. @vindex gnus-gcc-mark-as-read If non-@code{nil}, automatically mark @code{Gcc} articles as read. +@item gnus-gcc-externalize-attachments +@vindex gnus-gcc-externalize-attachments +If @code{nil}, attach files as normal parts in Gcc copies; if a regexp +and matches the Gcc group name, attach files as external parts; if it is +@code{all}, attach local files as external parts; if it is other +non-@code{nil}, the behavior is the same as @code{all}, but it may be +changed in the future. + @end table diff --git a/texi/message.texi b/texi/message.texi index a494fc1d8..265aca3a7 100644 --- a/texi/message.texi +++ b/texi/message.texi @@ -1621,6 +1621,11 @@ this variable is @code{nil}, no such courtesy message will be added. The default value is @samp{"The following message is a courtesy copy of an article\\nthat has been posted to %s as well.\\n\\n"}. +@item message-fcc-externalize-attachments +@vindex message-gcc-externalize-attachments +If @code{nil}, attach files as normal parts in Fcc copies; if it is +non-@code{nil}, attach local files as external parts. + @end table -- 2.25.1