From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36671 Path: main.gmane.org!not-for-mail From: "Jason R. Mastaler" Newsgroups: gmane.emacs.gnus.general Subject: Adding weekday to Date header Date: Wed, 20 Jun 2001 16:43:44 -0600 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172221 9864 80.91.224.250 (21 Oct 2002 03:50:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:50:21 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 4792 invoked from network); 20 Jun 2001 22:43:49 -0000 Original-Received: from localhost (HELO nightshade.la.mastaler.com) (jason@127.0.0.1) by localhost with SMTP; 20 Jun 2001 22:43:49 -0000 Original-Received: (qmail 16697 invoked by uid 666); 20 Jun 2001 22:43:45 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org X-Face: "Whz7py/hGVg+:}u&Q$/5z>j)gy%qNRX{j]0xGF&?Z"^b3`[6dY'^jSDlZDHh$m1~YX6U3J 1gOce%&je3)lVMOa/P,=9Kj:lmZb6]1hMmam*SW$GrVPa>b05y9/svb[uX.i><]^; iE1^(p_*=eLQJ6g$[aOX9I#`DCP\^O=RR:7|95hZ User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.4 (Academic Rigor) X-Delivery-Agent: TMDA v0.21/Python 2.1 (freebsd4) Original-Lines: 22 Xref: main.gmane.org gmane.emacs.gnus.general:36671 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36671 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 "