From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60328 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: equivalent of (vm-subject-of msg) etc Date: Tue, 17 May 2005 15:19:13 +0000 Message-ID: <87psvpg9se.fsf@mat.ucm.es> References: <871x86ryl8.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116343607 24533 80.91.229.2 (17 May 2005 15:26:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 May 2005 15:26:47 +0000 (UTC) Original-X-From: ding-owner+M8855@lists.math.uh.edu Tue May 17 17:26:45 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DY3vM-00060j-Pb for ding-account@gmane.org; Tue, 17 May 2005 17:24:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1DY3qa-0000cm-00; Tue, 17 May 2005 10:19:04 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1DY3qS-0000ce-00 for ding@lists.math.uh.edu; Tue, 17 May 2005 10:18:56 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1DY3qS-00085E-B6 for ding@lists.math.uh.edu; Tue, 17 May 2005 10:18:56 -0500 Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1DY3qR-0006oz-00 for ; Tue, 17 May 2005 17:18:55 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 34 Original-NNTP-Posting-Host: maportatil10.quim.ucm.es Original-X-Trace: quimby.gnus.org 1116343135 26199 147.96.7.218 (17 May 2005 15:18:55 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Tue, 17 May 2005 15:18:55 +0000 (UTC) X-Hashcash: 1:20:050517:gnus.ding::Ly8rMSEGMeyN4uGz:000000003XeG User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4.17 (linux) Cancel-Lock: sha1:7iuGTCsEdojyQNEKbI2RCBX9YA8= X-Spam-Score: -4.5 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60328 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:60328 >>>>> "Katsumi" == Katsumi Yamaoka writes: Katsumi> For example, the following form returns the subject string in Katsumi> the summary buffer. Katsumi> (mail-header-subject gnus-current-headers) Katsumi> Besides this, there are mail-header-from, mail-header-date, etc. Katsumi> Note that gnus-current-headers is buffer-local in the summary Katsumi> buffer; see gnus-summary-local-variables. Thanks very much for this, that was what I was looking for. I question I would like to insert, the from, the subject and the date into the diary file. However unfortunately (mail-header-date gnus-current-headers) returns (insert (mail-header-date gnus-current-headers)) Tue, 17 May 2005 18:55:18 +0900 but the format for the diary, should be May 17, 2005 18:55:18 So I tried to change gnus-article-time-format to : "%b, %d %Y %T " but it did not help, the date of the current msg (yours) did not change. Is there any way to get that date format I need? Thanks Uwe