Synch to No Gnus 200409291613.
[elisp/gnus.git-] / lisp / pop3.el
index 6189a61..ec3c27b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; pop3.el --- Post Office Protocol (RFC 1460) interface
 
-;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
 ;;        Free Software Foundation, Inc.
 
 ;; Author: Richard L. Pieri <ratinox@peorth.gweep.net>
@@ -64,7 +64,7 @@
 ;;(setq mail-sources '((pop :server "pop3.mail.server" :leave t)))
 ;;
 ;;    Already read mails are registered into the ~/.uidls-SERVER file
-;;    (which is the default, see `pop3-uidl-file-name'), and You will
+;;    (which is the default, see `pop3-uidl-file-name'), and you will
 ;;    never need to fetch them twice.  The default value for the
 ;;    `:leave' keyword is specified by the `pop3-leave-mail-on-server'
 ;;    variable.  You have no need to modify that value normally.