From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85036 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Capturing outgoing gnus e-mail Date: Thu, 25 Sep 2014 09:45:31 +0200 Organization: Probably a good idea Message-ID: References: <8761k3rivi.fsf@kanis.fr> <87ppekk9wc.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411631431 15282 80.91.229.3 (25 Sep 2014 07:50:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Sep 2014 07:50:31 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33280@lists.math.uh.edu Thu Sep 25 09:50:22 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XX3oh-0003PX-SL for ding-account@gmane.org; Thu, 25 Sep 2014 09:50:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XX3oX-0002Kh-T7; Thu, 25 Sep 2014 02:50:09 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XX3oW-0002KH-0i for ding@lists.math.uh.edu; Thu, 25 Sep 2014 02:50:08 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XX3oU-0007gY-MY for ding@lists.math.uh.edu; Thu, 25 Sep 2014 02:50:07 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XX3oT-0006yI-Cm for ding@gnus.org; Thu, 25 Sep 2014 09:50:05 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XX3oS-0003B7-Id for ding@gnus.org; Thu, 25 Sep 2014 09:50:04 +0200 Original-Received: from 155.55.49.12 ([155.55.49.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 09:50:04 +0200 Original-Received: from sb by 155.55.49.12 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 09:50:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 155.55.49.12 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.3 (windows-nt) Mail-Copies-To: never Cancel-Lock: sha1:SYNTpL4wxQEMymrB2Gtjq1h1ToU= X-Spam-Score: -2.4 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85036 Archived-At: >>>>> Ted Zlatanov : > (defun message-to-diary () > (make-diary-entry (concat > (format-time-string "%B %d, %Y %H:%M" (gnus-date-get-time (message-fetch-field "date"))) > (if (message-fetch-field "newsgroups") > (concat " Sent news To: " (message-fetch-field "newsgroups")) > (concat " Sent mail To: " (message-fetch-field "to"))) > " Subject: \"" (message-fetch-field "subject") "\"" > " Message-ID: " (message-fetch-field "message-id"))) > (save-buffer "diary")) Um... what does this do? Write a log of sent messages to the diary? I thought the diary was for future appointments, and appointment notifications?