From: yamaoka Date: Thu, 17 Jul 2003 14:20:00 +0000 (+0000) Subject: Synch to Gnus 200307171419. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=06c2f5eb6815df5b13fff43c41a1b0f62f74fa8d;p=elisp%2Fgnus.git- Synch to Gnus 200307171419. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d7b7ad9..658885e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-07-17 Jesper Harder + + * gnus-sum.el (gnus-thread-latest-date): Move condition-case to + the right place. + 2003-07-14 Simon Josefsson * mail-source.el (mail-source-fetch-imap): Don't assume diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 0e1a462..04a6d8c 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -4527,10 +4527,10 @@ Unscored articles will be counted as having a score of zero." (mapcar (lambda (header) (setq previous-time - (time-to-seconds - (condition-case () - (mail-header-parse-date (mail-header-date header)) - (error previous-time))))) + (condition-case () + (time-to-seconds (mail-header-parse-date + (mail-header-date header))) + (error previous-time)))) (sort (message-flatten-list thread) (lambda (h1 h2) diff --git a/texi/ChangeLog b/texi/ChangeLog index e07eba5..c831fe4 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2003-07-17 Jesper Harder + + * gnus.texi (Sorting the Summary Buffer): Index. + 2003-07-15 Reiner Steib * gnus-faq.texi ([3.8]): Fixed example. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index b885f2b..e391771 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -6715,7 +6715,8 @@ gnus $B$OA4$F$N5-;v$N40A4$J(B @code{References} $BMs$r8+$F!"F1$8%9%l%C%I$KB0$ @findex gnus-thread-sort-by-number @findex gnus-thread-sort-by-random @vindex gnus-thread-sort-functions -@findex gnus-thread-sort-by-most-recent-thread +@findex gnus-thread-sort-by-most-recent-number +@findex gnus-thread-sort-by-most-recent-date $B$b$7%9%l%C%I$N35N,I=<($r;H$C$F$$$k$N$G$"$l$P!"(B @code{gnus-thread-sort-functions} $B$r@_Dj$9$k$3$H$G%9%l%C%I$rJB$SBX$($k$3(B $B$H$,$G$-$^$9!#$=$l$O!"C1FH$N4X?t!"4X?t$N%j%9%H!"4X?t$H(B @code{($B4X?t$G$J$$(B diff --git a/texi/gnus.texi b/texi/gnus.texi index 5757427..8f99ceb 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -6905,7 +6905,8 @@ Matching}). @findex gnus-thread-sort-by-number @findex gnus-thread-sort-by-random @vindex gnus-thread-sort-functions -@findex gnus-thread-sort-by-most-recent-thread +@findex gnus-thread-sort-by-most-recent-number +@findex gnus-thread-sort-by-most-recent-date If you are using a threaded summary display, you can sort the threads by setting @code{gnus-thread-sort-functions}, which can be either a single function, a list of functions, or a list containing functions and @@ -22278,7 +22279,7 @@ non-spam messages. So, what happens when you load @file{spam.el}? First of all, you @strong{must} set the variable -@code{spam-install-hooks} to t and install the @code{spam.el} hooks: +@code{spam-install-hooks} to @code{t} and install the @code{spam.el} hooks: @example (setq spam-install-hooks t)