From 248f360cd5054184fb93ab6c8d28c1b114541583 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 5 Jan 2002 22:24:36 +0000 Subject: [PATCH] *** empty log message *** --- etc/gnus/oort.xface | 3 +++ texi/ChangeLog | 10 +++++++++- texi/gnus.texi | 29 ++++++++++++++++++++++------- 3 files changed, 34 insertions(+), 8 deletions(-) create mode 100644 etc/gnus/oort.xface diff --git a/etc/gnus/oort.xface b/etc/gnus/oort.xface new file mode 100644 index 000000000..6444b55ea --- /dev/null +++ b/etc/gnus/oort.xface @@ -0,0 +1,3 @@ +X-Face: $BP*2z+\?fNM."!*~JsIgw(Y]n?WG!KMc;^jL$SLrt@X4%uMguO/$3HO<5@43P@[~'kE'fG + #YdP[sb6IJ5|Sm[z#9sI|)iJ})U5;Rt-?jI3i24zoJmonTV}kTVOm/5wMCnc3P~d#+BF1c&N6mdF{u + CE+<;lN!v~JRyR"q0d5<\y]faXpTC4,wpQ{=<==?LRA`}3qqIgr diff --git a/texi/ChangeLog b/texi/ChangeLog index 12573043b..331d632ca 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,12 @@ +2002-01-05 Harry Putnam + + * gnus.texi (Score Variables): Clarify. + +2002-01-05 Lars Magne Ingebrigtsen + + * gnus.texi (Agent Expiry): Addition. + (Sorting the Summary Buffer): Addition. + 2002-01-05 Simon Josefsson * gnus.texi (Conformity): Add MIME and Disposition Notifications. @@ -11,7 +20,6 @@ * gnus.texi (Advanced Formatting): Double @'s. Use thumbpdf. - 2002-01-05 Norman Walsh * gnus-faq.texi: Fix typo. diff --git a/texi/gnus.texi b/texi/gnus.texi index 23751eff4..83ae050e7 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -6568,7 +6568,8 @@ By default, sorting is done on article numbers. Ready-made sorting predicate functions include @code{gnus-thread-sort-by-number}, @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject}, @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score}, -@code{gnus-thread-sort-by-most-recent-thread} and +@code{gnus-thread-sort-by-most-recent-number}, +@code{gnus-thread-sort-by-most-recent-date} and @code{gnus-thread-sort-by-total-score}. Each function takes two threads and returns non-@code{nil} if the first @@ -16383,6 +16384,20 @@ whenever you feel that you're running out of space. It's not particularly fast or efficient, and it's not a particularly good idea to interrupt it (with @kbd{C-g} or anything else) once you've started it. +@code{gnus-agent-expire-days} can also be a list of regexp/day pairs. +The regexps will be matched against group names to allow differing +expiry in different groups. + +@lisp +(setq gnus-agent-expire-days + '(("alt\\." 7) + (".*binary" 1) + ("." 21))) +@end lisp + +If you use the list form, the last element must always be the default +method---it must always match all groups. + @vindex gnus-agent-expire-all if @code{gnus-agent-expire-all} is non-@code{nil}, this command will expire all articles---unread, read, ticked and dormant. If @code{nil} @@ -17026,12 +17041,12 @@ are expired. It's 7 by default. @item gnus-update-score-entry-dates @vindex gnus-update-score-entry-dates -If this variable is non-@code{nil}, matching score entries will have -their dates updated. (This is how Gnus controls expiry---all -non-matching entries will become too old while matching entries will -stay fresh and young.) However, if you set this variable to @code{nil}, -even matching entries will grow old and will have to face that oh-so -grim reaper. +If this variable is non-@code{nil}, temporary score entries that have +been triggered (matched) will have their dates updated. (This is how Gnus +controls expiry---all non-matched-entries will become too old while +matched entries will stay fresh and young.) However, if you set this +variable to @code{nil}, even matched entries will grow old and will +have to face that oh-so grim reaper. @item gnus-score-after-write-file-function @vindex gnus-score-after-write-file-function -- 2.34.1