Re: [PATCH] Omit User-Agent: header by default
[notmuch-archives.git] / 71 / 269712e3102333156b892bacf55033b3c419ff
1 Return-Path: <pieter@praet.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 8F30E429E54\r
6         for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 20:19:09 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 VZu5xMX3JfXg for <notmuch@notmuchmail.org>;\r
16         Sun, 22 Jan 2012 20:19:09 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 0E761429E40\r
21         for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 20:19:08 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so303963wib.26\r
23         for <notmuch@notmuchmail.org>; Sun, 22 Jan 2012 20:19:07 -0800 (PST)\r
24 Received: by 10.180.91.201 with SMTP id cg9mr10644087wib.15.1327292347778;\r
25         Sun, 22 Jan 2012 20:19:07 -0800 (PST)\r
26 Received: from localhost ([109.131.95.182])\r
27         by mx.google.com with ESMTPS id t6sm10807147wid.1.2012.01.22.20.19.07\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Sun, 22 Jan 2012 20:19:07 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Austin Clements <amdragon@MIT.EDU>\r
32 Subject: Re: [PATCH 4/4] setup: prompt user for search.exclude_tags value\r
33 In-Reply-To: <20120122170815.GO16740@mit.edu>\r
34 References: <1326586654-16840-3-git-send-email-amdragon@mit.edu>\r
35         <1327000744-25463-1-git-send-email-pieter@praet.org>\r
36         <1327000744-25463-5-git-send-email-pieter@praet.org>\r
37         <20120119194437.GP16740@mit.edu> <8762g7o0k4.fsf@praet.org>\r
38         <20120120041902.GV16740@mit.edu> <87ipk4446u.fsf@praet.org>\r
39         <20120122170815.GO16740@mit.edu>\r
40 User-Agent: Notmuch/0.11+101~g94bf862 (http://notmuchmail.org) Emacs/23.3.1\r
41         (x86_64-unknown-linux-gnu)\r
42 Date: Mon, 23 Jan 2012 05:17:18 +0100\r
43 Message-ID: <87obtvaw8h.fsf@praet.org>\r
44 MIME-Version: 1.0\r
45 X-Gm-Message-State:\r
46  ALoCoQkU3dEXymO2zmMXJ8LIOlvyzdZyxdYJBLI62HdlBxZsNaROOMAk3mtYXFXvmzYEwJ7difw2\r
47 Content-Type: text/plain; charset=us-ascii\r
48 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 23 Jan 2012 04:19:09 -0000\r
62 \r
63 On Sun, 22 Jan 2012 12:08:15 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
64 > Quoth Pieter Praet on Jan 22 at  7:55 am:\r
65 > > On Thu, 19 Jan 2012 23:19:02 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
66 > > > [...]\r
67 > > > Hah, okay.  How about this as an initial minor refactoring of the code\r
68 > > > for new.tags?\r
69 > > > [...]\r
70 > > \r
71 > > Great, thanks!\r
72 > > \r
73 > > \r
74 > > Would the following commit message be satisfactory? :\r
75 > > \r
76 > >   #+begin_quote\r
77 > >     setup: move tag printing and parsing into separate functions\r
78 > > \r
79 > >     * notmuch-setup.c (notmuch_setup_command):\r
80 > >       Break tag printing and response parsing out into separate functions\r
81 > >       called `print_tag_list' respectively `parse_tag_list', for reuse\r
82 > >       with the 'search.exclude_tags' option.\r
83 > >   #+end_quote\r
84 > > \r
85 > > (if not, please suggest an alternative; it'll be your name at the top)\r
86\r
87 > Sure.\r
88 \r
89 Great!\r
90 \r
91 Updated patch series follows.\r
92 \r
93 \r
94 Peace\r
95 \r
96 -- \r
97 Pieter\r