[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / f8 / e760fe875b6d8db19b5ddb15bdb8bedcfa46e9
1 Return-Path: <cworth@cworth.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id BE706431FBD\r
6         for <notmuch@notmuchmail.org>; Sat, 20 Feb 2010 12:19:19 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -3.238\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-3.238 tagged_above=-999 required=5\r
12         tests=[ALL_TRUSTED=-1.8, AWL=1.161, BAYES_00=-2.599] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id bgl88hTEG+sr; Sat, 20 Feb 2010 12:19:19 -0800 (PST)\r
16 Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
17         by olra.theworths.org (Postfix) with ESMTP id DDCCD431FAE;\r
18         Sat, 20 Feb 2010 12:19:18 -0800 (PST)\r
19 Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
20         id 8F8AD25427A; Sat, 20 Feb 2010 12:19:18 -0800 (PST)\r
21 From: Carl Worth <cworth@cworth.org>\r
22 To: david@tethera.net, notmuch@notmuchmail.org\r
23 In-Reply-To: <1265942650-30781-1-git-send-email-david@tethera.net>\r
24 References: <id:1265942072-30247-3-git-send-email-david@tethera.net>\r
25         <1265942650-30781-1-git-send-email-david@tethera.net>\r
26 Date: Sat, 20 Feb 2010 12:19:18 -0800\r
27 Message-ID: <87bpfjhd89.fsf@yoom.home.cworth.org>\r
28 MIME-Version: 1.0\r
29 Content-Type: multipart/signed; boundary="=-=-=";\r
30         micalg=pgp-sha1; protocol="application/pgp-signature"\r
31 Cc: David Bremner <bremner@unb.ca>\r
32 Subject: Re: [notmuch] [PATCH v2] Add functions notmuch-show-get-(bcc, cc,\r
33  date, from, subject, to).\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.13\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Sat, 20 Feb 2010 20:19:20 -0000\r
47 \r
48 --=-=-=\r
49 \r
50 On Thu, 11 Feb 2010 22:44:10 -0400, david@tethera.net wrote:\r
51 > Return the corresponding header field for the current message as a\r
52 > string.  These are thin wrappers around notmuch-show-get-header, which\r
53 > means they each cause a full parse of the RFC822 header. The main idea\r
54 > is to fix an api.\r
55 \r
56 OK. You at least acknowledge the only misgiving I had about this\r
57 patch. (And frankly, my own emacs lisp code probably has much worse\r
58 performance bugs.) So I'm not going to worry about that for now.\r
59 \r
60 > Sorry, resending with fixed commit message.\r
61 \r
62 Much appreciated.\r
63 \r
64 > +(defun notmuch-show-get-bcc ()\r
65 > +  "Return To address of current message"\r
66 > +  (notmuch-show-get-header-field 'bcc))\r
67 > +\r
68 > +(defun notmuch-show-get-cc ()\r
69 > +  "Return To address of current message"\r
70 > +  (notmuch-show-get-header-field 'cc))\r
71 > +\r
72 > +(defun notmuch-show-get-date ()\r
73 > +  "Return To address of current message"\r
74 > +  (notmuch-show-get-header-field 'date))\r
75 \r
76 I fixed the obviously copied documentation strings above, deleted the\r
77 trailing whitespace, and applied this patch.\r
78 \r
79 Thanks!\r
80 \r
81 -Carl\r
82 \r
83 --=-=-=\r
84 Content-Type: application/pgp-signature\r
85 \r
86 -----BEGIN PGP SIGNATURE-----\r
87 Version: GnuPG v1.4.10 (GNU/Linux)\r
88 \r
89 iD8DBQFLgEPG6JDdNq8qSWgRAmhjAKCpeAoZ3fs0ma1ODdX70WiqJ0JHXgCgosV5\r
90 YvpLhF1CIvc8NwTVMaDW1U4=\r
91 =2NV2\r
92 -----END PGP SIGNATURE-----\r
93 --=-=-=--\r