comparison doc/misc/gnus.texi @ 97350:f0689cd563e3

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1372
author Miles Bader <miles@gnu.org>
date Thu, 07 Aug 2008 07:18:07 +0000
parents 51b8e9670c45
children 172640e67bed
comparison
equal deleted inserted replaced
97349:71b3b925a155 97350:f0689cd563e3
8109 functions might be @code{max}, @code{min}, or squared means, or whatever 8109 functions might be @code{max}, @code{min}, or squared means, or whatever
8110 tickles your fancy. 8110 tickles your fancy.
8111 8111
8112 @findex gnus-article-sort-functions 8112 @findex gnus-article-sort-functions
8113 @findex gnus-article-sort-by-date 8113 @findex gnus-article-sort-by-date
8114 @findex gnus-article-sort-by-most-recent-date
8114 @findex gnus-article-sort-by-score 8115 @findex gnus-article-sort-by-score
8115 @findex gnus-article-sort-by-subject 8116 @findex gnus-article-sort-by-subject
8116 @findex gnus-article-sort-by-author 8117 @findex gnus-article-sort-by-author
8117 @findex gnus-article-sort-by-random 8118 @findex gnus-article-sort-by-random
8118 @findex gnus-article-sort-by-number 8119 @findex gnus-article-sort-by-number
8120 @findex gnus-article-sort-by-most-recent-number
8119 If you are using an unthreaded display for some strange reason or 8121 If you are using an unthreaded display for some strange reason or
8120 other, you have to fiddle with the @code{gnus-article-sort-functions} 8122 other, you have to fiddle with the @code{gnus-article-sort-functions}
8121 variable. It is very similar to the 8123 variable. It is very similar to the
8122 @code{gnus-thread-sort-functions}, except that it uses slightly 8124 @code{gnus-thread-sort-functions}, except that it uses slightly
8123 different functions for article comparison. Available sorting 8125 different functions for article comparison. Available sorting
8516 @findex gnus-summary-pipe-output 8518 @findex gnus-summary-pipe-output
8517 @vindex gnus-summary-pipe-output-default-command 8519 @vindex gnus-summary-pipe-output-default-command
8518 Save the current article in a pipe. Uhm, like, what I mean is---Pipe 8520 Save the current article in a pipe. Uhm, like, what I mean is---Pipe
8519 the current article to a process (@code{gnus-summary-pipe-output}). 8521 the current article to a process (@code{gnus-summary-pipe-output}).
8520 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the 8522 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
8521 complete headers in the piped output. The 8523 complete headers in the piped output. The symbolic prefix @code{r} is
8522 @code{gnus-summary-pipe-output-default-command} variable can be set to a 8524 special; it lets this command pipe a raw article including all headers.
8523 string containing the default command and options (default @code{nil}). 8525 The @code{gnus-summary-pipe-output-default-command} variable can be set
8526 to a string containing the default command and options (default
8527 @code{nil}).
8524 8528
8525 @item O P 8529 @item O P
8526 @kindex O P (Summary) 8530 @kindex O P (Summary)
8527 @findex gnus-summary-muttprint 8531 @findex gnus-summary-muttprint
8528 @vindex gnus-summary-muttprint-program 8532 @vindex gnus-summary-muttprint-program
10791 @item C-c C-s C-n 10795 @item C-c C-s C-n
10792 @kindex C-c C-s C-n (Summary) 10796 @kindex C-c C-s C-n (Summary)
10793 @findex gnus-summary-sort-by-number 10797 @findex gnus-summary-sort-by-number
10794 Sort by article number (@code{gnus-summary-sort-by-number}). 10798 Sort by article number (@code{gnus-summary-sort-by-number}).
10795 10799
10800 @item C-c C-s C-m C-n
10801 @kindex C-c C-s C-n (Summary)
10802 @findex gnus-summary-sort-by-most-recent-number
10803 Sort by most recent article number
10804 (@code{gnus-summary-sort-by-most-recent-number}).
10805
10796 @item C-c C-s C-a 10806 @item C-c C-s C-a
10797 @kindex C-c C-s C-a (Summary) 10807 @kindex C-c C-s C-a (Summary)
10798 @findex gnus-summary-sort-by-author 10808 @findex gnus-summary-sort-by-author
10799 Sort by author (@code{gnus-summary-sort-by-author}). 10809 Sort by author (@code{gnus-summary-sort-by-author}).
10800 10810
10810 10820
10811 @item C-c C-s C-d 10821 @item C-c C-s C-d
10812 @kindex C-c C-s C-d (Summary) 10822 @kindex C-c C-s C-d (Summary)
10813 @findex gnus-summary-sort-by-date 10823 @findex gnus-summary-sort-by-date
10814 Sort by date (@code{gnus-summary-sort-by-date}). 10824 Sort by date (@code{gnus-summary-sort-by-date}).
10825
10826 @item C-c C-s C-m C-d
10827 @kindex C-c C-s C-m C-d (Summary)
10828 @findex gnus-summary-sort-by-most-recent-date
10829 Sort by most recent date (@code{gnus-summary-sort-by-most-recent-date}).
10815 10830
10816 @item C-c C-s C-l 10831 @item C-c C-s C-l
10817 @kindex C-c C-s C-l (Summary) 10832 @kindex C-c C-s C-l (Summary)
10818 @findex gnus-summary-sort-by-lines 10833 @findex gnus-summary-sort-by-lines
10819 Sort by lines (@code{gnus-summary-sort-by-lines}). 10834 Sort by lines (@code{gnus-summary-sort-by-lines}).
10844 use threading. In the latter case, all summary lines will be sorted, 10859 use threading. In the latter case, all summary lines will be sorted,
10845 line by line. In the former case, sorting will be done on a 10860 line by line. In the former case, sorting will be done on a
10846 root-by-root basis, which might not be what you were looking for. To 10861 root-by-root basis, which might not be what you were looking for. To
10847 toggle whether to use threading, type @kbd{T T} (@pxref{Thread 10862 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
10848 Commands}). 10863 Commands}).
10864
10865 If a prefix argument if given, the sort order is reversed.
10849 10866
10850 10867
10851 @node Finding the Parent 10868 @node Finding the Parent
10852 @section Finding the Parent 10869 @section Finding the Parent
10853 @cindex parent articles 10870 @cindex parent articles