/[emacs]/emacs/lisp/gnus/pop3.el
ViewVC logotype

Diff of /emacs/lisp/gnus/pop3.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by pj, Sun Jul 15 16:15:34 2001 UTC revision 1.18 by monnier, Mon Apr 8 22:54:56 2002 UTC
# Line 332  If NOW, use that time instead." Line 332  If NOW, use that time instead."
332                               t (current-buffer) nil)                               t (current-buffer) nil)
333          ;; The meaningful output is the first 32 characters.          ;; The meaningful output is the first 32 characters.
334          ;; Don't return the newline that follows them!          ;; Don't return the newline that follows them!
335          (buffer-substring 1 33)))))          (buffer-substring (point-min) (+ 32 (point-min)))))))
336    
337  (defun pop3-stat (process)  (defun pop3-stat (process)
338    "Return the number of messages in the maildrop and the maildrop's size."    "Return the number of messages in the maildrop and the maildrop's size."

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26