Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / e7 / 70a439a3671569030af4e1a813f3ff137021a4
1 Return-Path: <felipe.contreras@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 4FE2C431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Apr 2012 05:39:42 -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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id Fb9+WX9nAZXN for <notmuch@notmuchmail.org>;\r
17         Wed, 18 Apr 2012 05:39:41 -0700 (PDT)\r
18 Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com\r
19         [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 86763431FAE\r
22         for <notmuch@notmuchmail.org>; Wed, 18 Apr 2012 05:39:41 -0700 (PDT)\r
23 Received: by lahc1 with SMTP id c1so5790633lah.26\r
24         for <notmuch@notmuchmail.org>; Wed, 18 Apr 2012 05:39:40 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer;\r
27         bh=024Y0JNzNcY6P1CqEDi2qnglsErBJOS0+dFstgnLSwM=;\r
28         b=lJDTsVYorZS1hYR8CIWYECkuJlaiYMg2MD9HyLdx0KCFYNQaNjGmSHEMwa4UyjtDwy\r
29         ZzCw+uk5nc5oGG5S1uf6KsycGxe43yDxSmx2yfKakKr+xMVA+5bbgf+MmMjZm7+XmLba\r
30         bmviqYyLCOcbwJJDe8gcUusVtebzxRbuvva1DlaF5SqZnZUYV6br8xxSSmuJGjgXc1l5\r
31         oxvJOpljmX4k0SpGZ5w8cjvO9gmrjkf+8Gc7f6wxqy7EuX7jD5jhLqH+yqmup1phCDIn\r
32         8oob7IMKkrqIeC6Vb8W1vl1Sq8gSSc4zuXWIwXLZa4kyghQJE0L2G0crjvHCeNJzZt38\r
33         z3xA==\r
34 Received: by 10.152.105.197 with SMTP id go5mr1898984lab.43.1334752779912;\r
35         Wed, 18 Apr 2012 05:39:39 -0700 (PDT)\r
36 Received: from localhost (85-156-70-103.elisa-mobile.fi. [85.156.70.103])\r
37         by mx.google.com with ESMTPS id mr15sm26189870lab.8.2012.04.18.05.39.38\r
38         (version=TLSv1/SSLv3 cipher=OTHER);\r
39         Wed, 18 Apr 2012 05:39:39 -0700 (PDT)\r
40 From: Felipe Contreras <felipe.contreras@gmail.com>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH v2 0/3] composing patches\r
43 Date: Wed, 18 Apr 2012 15:39:10 +0300\r
44 Message-Id: <1334752753-23970-1-git-send-email-felipe.contreras@gmail.com>\r
45 X-Mailer: git-send-email 1.7.10\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Wed, 18 Apr 2012 12:39:42 -0000\r
59 \r
60 Hi,\r
61 \r
62 I don't know how it works in gnus, but at least on the vim mode, the output\r
63 generated by 'notmuch reply' is not ready to be sent, at least the Message-ID\r
64 field is needed, and also is nice to have the User-Agent.\r
65 \r
66 Besides, in order to avoid creating a new message by hand (possibly fetching\r
67 the info from notmuch config), it's more straightforward to have 'notmuch\r
68 compose' command.\r
69 \r
70 In the future 'notmuch compose' might be used to replace 'notmuch reply' and\r
71 possily add a forward option too. It might also be possible to add mail aliases\r
72 when composing a message, and these aliases might be used while generating the\r
73 'notmuch search' output.\r
74 \r
75 Although we are adding extra fields in notmuch reply, higher layers can just\r
76 override them easily.\r
77 \r
78 Felipe Contreras (3):\r
79   Add 'compose' command\r
80   reply: add message-id header\r
81   reply: add user-agent field\r
82 \r
83  Makefile.local    |    1 +\r
84  notmuch-client.h  |    3 ++\r
85  notmuch-compose.c |  111 +++++++++++++++++++++++++++++++++++++++++++++++++++++\r
86  notmuch-reply.c   |   17 ++++++++\r
87  notmuch.c         |    5 +++\r
88  5 files changed, 137 insertions(+)\r
89  create mode 100644 notmuch-compose.c\r
90 \r
91 -- \r
92 1.7.10\r
93 \r