comparison man/gnus.texi @ 72810:709ee6c1e02a

Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 136) - Update from CVS 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate mails in the doc string. Add some URLs in comment. 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix backslashes handling and the way to find boundaries of quoted strings. 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (Mail Source Specifiers): Mention problem of duplicate mails with pop3-leave-mail-on-server. Fix wording. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-431
author Miles Bader <miles@gnu.org>
date Mon, 11 Sep 2006 14:45:20 +0000
parents eddf5f0ed3c9
children 637b0854d9b5 a1a25ac6c88a
comparison
equal deleted inserted replaced
72809:2e3600f9c992 72810:709ee6c1e02a
6346 articles younger than that number of days. 6346 articles younger than that number of days.
6347 6347
6348 @item / n 6348 @item / n
6349 @kindex / n (Summary) 6349 @kindex / n (Summary)
6350 @findex gnus-summary-limit-to-articles 6350 @findex gnus-summary-limit-to-articles
6351 Limit the summary buffer to the current article 6351 With prefix @samp{n}, limit the summary buffer to the next @samp{n}
6352 (@code{gnus-summary-limit-to-articles}). Uses the process/prefix 6352 articles. If not given a prefix, use the process marked articles
6353 convention (@pxref{Process/Prefix}). 6353 instead. (@code{gnus-summary-limit-to-articles}).
6354 6354
6355 @item / w 6355 @item / w
6356 @kindex / w (Summary) 6356 @kindex / w (Summary)
6357 @findex gnus-summary-pop-limit 6357 @findex gnus-summary-pop-limit
6358 Pop the previous limit off the stack and restore it 6358 Pop the previous limit off the stack and restore it
13631 @end table 13631 @end table
13632 13632
13633 @vindex pop3-movemail 13633 @vindex pop3-movemail
13634 @vindex pop3-leave-mail-on-server 13634 @vindex pop3-leave-mail-on-server
13635 If the @code{:program} and @code{:function} keywords aren't specified, 13635 If the @code{:program} and @code{:function} keywords aren't specified,
13636 @code{pop3-movemail} will be used. If the 13636 @code{pop3-movemail} will be used. If @code{pop3-leave-mail-on-server}
13637 @code{pop3-leave-mail-on-server} is non-@code{nil} the mail is to be 13637 is non-@code{nil} the mail is to be left on the @acronym{POP} server
13638 left on the @acronym{POP} server after fetching when using 13638 after fetching when using @code{pop3-movemail}. Note that POP servers
13639 @code{pop3-movemail}. Note that POP servers maintain no state 13639 maintain no state information between sessions, so what the client
13640 information between sessions, so what the client believes is there and 13640 believes is there and what is actually there may not match up. If they
13641 what is actually there may not match up. If they do not, then the whole 13641 do not, then you may get duplicate mails or the whole thing can fall
13642 thing can fall apart and leave you with a corrupt mailbox. 13642 apart and leave you with a corrupt mailbox.
13643 13643
13644 Here are some examples. Fetch from the default @acronym{POP} server, 13644 Here are some examples for getting mail from a @acronym{POP} server.
13645 using the default user name, and default fetcher: 13645 Fetch from the default @acronym{POP} server, using the default user
13646 name, and default fetcher:
13646 13647
13647 @lisp 13648 @lisp
13648 (pop) 13649 (pop)
13649 @end lisp 13650 @end lisp
13650 13651
22181 22182
22182 The variable that controls this is the 22183 The variable that controls this is the
22183 @code{gnus-article-x-face-command} variable. If this variable is a 22184 @code{gnus-article-x-face-command} variable. If this variable is a
22184 string, this string will be executed in a sub-shell. If it is a 22185 string, this string will be executed in a sub-shell. If it is a
22185 function, this function will be called with the face as the argument. 22186 function, this function will be called with the face as the argument.
22186 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches 22187 If @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
22187 the @code{From} header, the face will not be shown. 22188 the @code{From} header, the face will not be shown.
22188 22189
22189 (Note: @code{x-face} is used in the variable/function names, not 22190 (Note: @code{x-face} is used in the variable/function names, not
22190 @code{xface}). 22191 @code{xface}).
22191 22192