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

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

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

revision 1.23 by miles, Fri Mar 18 02:49:57 2005 UTC revision 1.24 by miles, Tue Apr 5 04:10:27 2005 UTC
# Line 1388  function is generally only called when G Line 1388  function is generally only called when G
1388    
1389  (defun nnimap-date-days-ago (daysago)  (defun nnimap-date-days-ago (daysago)
1390    "Return date, in format \"3-Aug-1998\", for DAYSAGO days ago."    "Return date, in format \"3-Aug-1998\", for DAYSAGO days ago."
1391      (require 'parse-time)
1392      (defvar parse-time-months)
1393    (let* ((time (nnimap-time-substract (current-time) (days-to-time daysago)))    (let* ((time (nnimap-time-substract (current-time) (days-to-time daysago)))
1394           (date (format-time-string           (date (format-time-string
1395                  (format "%%d-%s-%%Y"                  (format "%%d-%s-%%Y"

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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