[gnus git] branch master updated: m0-7-212-gaee4ad7 =1= gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via aee4ad783678a5d6a48ea356ee647bf45fe524ff (commit)
from 70219a78f539a29fc94c8a3591db58f1386099de (commit)
- Log -----------------------------------------------------------------
commit aee4ad783678a5d6a48ea356ee647bf45fe524ff
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Aug 12 01:47:59 2013 +0000
gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave
diff --git a/texi/ChangeLog b/texi/ChangeLog
index c324d9d..3b6422d 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-12 Katsumi Yamaoka <[email protected]>
+
+ * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
+
2013-08-01 Lars Magne Ingebrigtsen <[email protected]>
* gnus.texi (Basic Usage): Mention that warp means jump here.
diff --git a/texi/gnus.texi b/texi/gnus.texi
index eba08b8..01e519f 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -9011,7 +9011,7 @@ Translate many non-@acronym{ASCII} characters into their
@acronym{ASCII} equivalents (@code{gnus-article-treat-non-ascii}).
This is mostly useful if you're on a terminal that has a limited font
and doesn't show accented characters, ``advanced'' punctuation, and the
-like. For instance, @samp{»} is translated into @samp{>>}, and so on.
+like. For instance, @samp{»} is translated into @samp{>>}, and so on.
@item W Y f
@kindex W Y f (Summary)
@@ -14796,14 +14796,16 @@ and says what authentication scheme to use. The default is
@item :leave
Non-@code{nil} if the mail is to be left on the @acronym{POP} server
-after fetching. Mails once fetched will never be fetched again by the
-@acronym{UIDL} control. Only the built-in @code{pop3-movemail} program
-(the default) supports this keyword.
+after fetching. Only the built-in @code{pop3-movemail} program (the
+default) supports this keyword.
-If this is neither @code{nil} nor a number, all mails will be left on
-the server. If this is a number, leave mails on the server for this
-many days since you first checked new mails. If this is @code{nil}
-(the default), mails will be deleted on the server right after fetching.
+If this is a number, leave mails on the server for this many days since
+you first checked new mails. In that case, mails once fetched will
+never be fetched again by the @acronym{UIDL} control. If this is
+@code{nil} (the default), mails will be deleted on the server right
+after fetching. If this is neither @code{nil} nor a number, all mails
+will be left on the server, and you will end up getting the same mails
+again and again.
@vindex pop3-uidl-file
The @code{pop3-uidl-file} variable specifies the file to which the
@@ -20852,7 +20854,7 @@ then this operator will return @code{false}.
@item !
@itemx not
-@itemx ¬
+@itemx ¬
This logical operator only takes a single argument. It returns the
logical negation of the value of its argument.
@@ -22508,7 +22510,7 @@ and so on. Create as many faces as you wish. The same goes for the
@samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
@cindex %<<, %>>, guillemets
-@c @cindex %<<, %>>, %«, %», guillemets
+@c @cindex %<<, %>>, %«, %», guillemets
@vindex gnus-balloon-face-0
Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
special @code{balloon-help} property set to
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
texi/ChangeLog | 4 ++++
texi/gnus.texi | 22 ++++++++++++----------
2 files changed, 16 insertions(+), 10 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project