Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / 3a / d1ffc56cf7a7945f72de937bc2a2f2e1c18327
1 Return-Path: <markwalters1009@gmail.com>\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 CCE10431FD6\r
6         for <notmuch@notmuchmail.org>; Mon,  1 Jul 2013 13:05:57 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id kFeiOjJesuzp for <notmuch@notmuchmail.org>;\r
18         Mon,  1 Jul 2013 13:05:50 -0700 (PDT)\r
19 Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com\r
20  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  1E883431FBF    for <notmuch@notmuchmail.org>; Mon,  1 Jul 2013 13:05:50 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f45.google.com with SMTP id j13so4140252wgh.12\r
25         for <notmuch@notmuchmail.org>; Mon, 01 Jul 2013 13:05:49 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=Zk/qUFScXv9Yvbjh/Xq1uaojaWV6KxEdrwf1JwiP7HM=;\r
29         b=BWDH61R6gbKFbQNnJNjnyR3hyAwz6uLir/DEpi6Iwoe2huIiZbTQv1bi1pBt/pM7Hd\r
30         eOeYpwsDDTyD/w6G48ZFMidSpdkALT3lBJWfGjTHWtYvFfQ6Y2aRfCRDsflTz13XoEsn\r
31         0RQ51l/X8WntX5astTK0Xpf92euAUs0iCEoOIRdQ3EfIjiJC/17B3FLD/YHa7qdMrY1k\r
32         lrzQhUi38IEMh2/3Vi1TpvPi+8aWypGdkFT3WqeHcrL1rG8QM6x5oRUI3lDv5l2dAUgB\r
33         IJJV6ttUv6vDdLH4dBUw571BmwYaJ9zgneUJpkooka7NV88cm6w6xr7B/U+YVWc5nkU4\r
34         F2+A==\r
35 X-Received: by 10.194.157.99 with SMTP id wl3mr21067963wjb.76.1372709147683;\r
36         Mon, 01 Jul 2013 13:05:47 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id p1sm18523409wix.9.2013.07.01.13.05.46\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Mon, 01 Jul 2013 13:05:47 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 0/4] contrib: pick: add docstrings to several functions\r
45 Date: Mon,  1 Jul 2013 21:05:39 +0100\r
46 Message-Id: <1372709143-12319-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 01 Jul 2013 20:05:58 -0000\r
61 \r
62 This series adds docstrings to several previously undocumented\r
63 functions in notmuch-pick. It is probably independent of the previous\r
64 series id:1372665243-7675-1-git-send-email-markwalters1009@gmail.com\r
65 but I haven't checked that so safest to apply on top of it.\r
66 \r
67 Best wishes\r
68 \r
69 Mark\r
70 \r
71 \r
72 \r
73 Mark Walters (4):\r
74   pick: contrib: document notmuch-pick-show-out\r
75   pick: contrib: document notmuch-pick-refresh-result\r
76   pick: contrib: document notmuch-pick-message-window-kill-hook\r
77   contrib: pick: document several of the tree/forest insertion\r
78     functions.\r
79 \r
80  contrib/notmuch-pick/notmuch-pick.el |   23 +++++++++++++++++++++--\r
81  1 files changed, 21 insertions(+), 2 deletions(-)\r
82 \r
83 -- \r
84 1.7.9.1\r
85 \r