comparison man/gnus.texi @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 1917ad0d78d7
children e04119814345
comparison
equal deleted inserted replaced
29:7976500f47f9 30:ec9a17fef872
1163 @item u 1163 @item u
1164 User defined specifier. The next character in the format string should 1164 User defined specifier. The next character in the format string should
1165 be a letter. @sc{gnus} will call the function 1165 be a letter. @sc{gnus} will call the function
1166 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter 1166 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1167 following @samp{%u}. The function will be passed a single dummy 1167 following @samp{%u}. The function will be passed a single dummy
1168 paratere as argument. The function should return a string, which will 1168 parameter as argument. The function should return a string, which will
1169 be inserted into the buffer just like information from any other 1169 be inserted into the buffer just like information from any other
1170 specifier. 1170 specifier.
1171 @end table 1171 @end table
1172 1172
1173 @cindex * 1173 @cindex *
2002 @end table 2002 @end table
2003 2003
2004 Use the @kbd{G p} command to edit group parameters of a group. 2004 Use the @kbd{G p} command to edit group parameters of a group.
2005 2005
2006 Also @pxref{Topic Parameters}. 2006 Also @pxref{Topic Parameters}.
2007
2008 Here's an example group parameter list:
2009
2010 @example
2011 ((to-address . "ding@@ifi.uio.no")
2012 (auto-expiry . t))
2013 @end example
2007 2014
2008 2015
2009 @node Listing Groups 2016 @node Listing Groups
2010 @section Listing Groups 2017 @section Listing Groups
2011 @cindex group listing 2018 @cindex group listing
9000 9007
9001 @vindex nnmail-keep-last-article 9008 @vindex nnmail-keep-last-article
9002 If you use @code{procmail} to split things directory into an @code{nnmh} 9009 If you use @code{procmail} to split things directory into an @code{nnmh}
9003 directory (which you shouldn't do), you should set 9010 directory (which you shouldn't do), you should set
9004 @code{nnmail-keep-last-article} to non-@code{nil} to prevent Gnus from 9011 @code{nnmail-keep-last-article} to non-@code{nil} to prevent Gnus from
9005 ever expiring the final article in a mail newsgroup. This is quite, 9012 ever expiring the final article (i. e., the article with the highest
9006 quite important. 9013 article number) in a mail newsgroup. This is quite, quite important.
9007 9014
9008 Here's an example setup: The incoming spools are located in 9015 Here's an example setup: The incoming spools are located in
9009 @file{~/incoming/} and have @samp{""} as suffixes (i. e., the incoming 9016 @file{~/incoming/} and have @samp{""} as suffixes (i. e., the incoming
9010 spool files have the same names as the equivalent groups). The 9017 spool files have the same names as the equivalent groups). The
9011 @code{nnfolder} backend is to be used as the mail interface, and the 9018 @code{nnfolder} backend is to be used as the mail interface, and the
9280 there is controlled by the @code{nnmail-message-id-cache-length} 9287 there is controlled by the @code{nnmail-message-id-cache-length}
9281 variable, which is 1000 by default. (So 1000 @code{Message-ID}s will be 9288 variable, which is 1000 by default. (So 1000 @code{Message-ID}s will be
9282 stored.) If all this sounds scary to you, you can set 9289 stored.) If all this sounds scary to you, you can set
9283 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by 9290 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
9284 default), and @code{nnmail} won't delete duplicate mails. Instead it 9291 default), and @code{nnmail} won't delete duplicate mails. Instead it
9285 will generate a brand new @code{Message-ID} for the mail and insert a 9292 will insert a warning into the head of the mail saying that it thinks
9286 warning into the head of the mail saying that it thinks that this is a 9293 that this is a duplicate of a different message.
9287 duplicate of a different message.
9288 9294
9289 This variable can also be a function. If that's the case, the function 9295 This variable can also be a function. If that's the case, the function
9290 will be called from a buffer narrowed to the message in question with 9296 will be called from a buffer narrowed to the message in question with
9291 the @code{Message-ID} as a parameter. The function must return either 9297 the @code{Message-ID} as a parameter. The function must return either
9292 @code{nil}, @code{warn}, or @code{delete}. 9298 @code{nil}, @code{warn}, or @code{delete}.
13829 and 13835 and
13830 Jack Vinson. 13836 Jack Vinson.
13831 13837
13832 Also thanks to the following for patches and stuff: 13838 Also thanks to the following for patches and stuff:
13833 13839
13840 Adrian Aichner,
13834 Peter Arius, 13841 Peter Arius,
13835 Marc Auslander, 13842 Marc Auslander,
13836 Chris Bone, 13843 Chris Bone,
13837 Mark Borges, 13844 Mark Borges,
13838 Lance A. Brown, 13845 Lance A. Brown,
13839 Kees de Bruin, 13846 Kees de Bruin,
13840 Martin Buchholz, 13847 Martin Buchholz,
13841 Kevin Buhr, 13848 Kevin Buhr,
13842 Alastair Burt, 13849 Alastair Burt,
13843 Joao Cachopo, 13850 Joao Cachopo,
13851 Zlatko Calusic,
13844 Massimo Campostrini, 13852 Massimo Campostrini,
13845 Michael R. Cook, 13853 Michael R. Cook,
13846 Glenn Coombs, 13854 Glenn Coombs,
13847 Frank D. Cringle, 13855 Frank D. Cringle,
13848 Geoffrey T. Dairiki, 13856 Geoffrey T. Dairiki,
13866 Lee Iverson, 13874 Lee Iverson,
13867 Rajappa Iyer, 13875 Rajappa Iyer,
13868 Randell Jesup, 13876 Randell Jesup,
13869 Fred Johansen, 13877 Fred Johansen,
13870 Greg Klanderman, 13878 Greg Klanderman,
13879 Karl Kleinpaste,
13871 Peter Skov Knudsen, 13880 Peter Skov Knudsen,
13872 Shuhei Kobayashi, @c Kobayashi 13881 Shuhei Kobayashi, @c Kobayashi
13873 Thor Kristoffersen, 13882 Thor Kristoffersen,
13874 Jens Lautenbacher, 13883 Jens Lautenbacher,
13875 Carsten Leonhardt, 13884 Carsten Leonhardt,
13885 James LewisMoss,
13876 Christian Limpach, 13886 Christian Limpach,
13877 Markus Linnala, 13887 Markus Linnala,
13878 Dave Love, 13888 Dave Love,
13879 Tonny Madsen, 13889 Tonny Madsen,
13880 Shlomo Mahlab, 13890 Shlomo Mahlab,
13881 Nat Makarevitch, 13891 Nat Makarevitch,
13892 David Martin,
13882 Timo Metzemakers, 13893 Timo Metzemakers,
13883 Richard Mlynarik, 13894 Richard Mlynarik,
13884 Lantz Moore, 13895 Lantz Moore,
13885 Morioka Tomohiko, @c Morioka 13896 Morioka Tomohiko, @c Morioka
13886 Erik Toubro Nielsen, 13897 Erik Toubro Nielsen,