Gnus development mailing list
 help / color / mirror / Atom feed
* Adding weekday to Date header
@ 2001-06-20 22:43 Jason R. Mastaler
  2001-06-21 10:38 ` Matthias Wiehl
  2001-06-21 17:19 ` ShengHuo ZHU
  0 siblings, 2 replies; 4+ messages in thread
From: Jason R. Mastaler @ 2001-06-20 22:43 UTC (permalink / raw)


When reading past messages of mine, I'm getting really tired of typing
`cal' to find out what day of the week that was.

The following patch simply adds the weekday to the "Date" header that
gnus generates.  Please consider it for committal.


Index: lisp/message.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/message.el,v
retrieving revision 6.88
diff -u -r6.88 message.el
--- lisp/message.el     2001/06/19 19:44:00     6.88
+++ lisp/message.el     2001/06/20 22:26:55
@@ -3208,6 +3208,7 @@
       (setq sign "-")
       (setq zone (- zone)))
     (concat
+     (format-time-string "%a, " now)
      (format-time-string "%d" now)
      ;; The month name of the %b spec is locale-specific.  Pfff.
      (format " %s "


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-06-21 17:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-20 22:43 Adding weekday to Date header Jason R. Mastaler
2001-06-21 10:38 ` Matthias Wiehl
2001-06-21 15:09   ` Jason R. Mastaler
2001-06-21 17:19 ` ShengHuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).