Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / bd / 30f7da4124d090a2eb46b5a632da3dc0ac3c04
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 9A2CA431FD0\r
6         for <notmuch@notmuchmail.org>; Thu, 26 May 2011 09:07:24 -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: 1.424\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.424 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=2.223, FREEMAIL_FROM=0.001,\r
14         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 L6eqftDtcgEk for <notmuch@notmuchmail.org>;\r
18         Thu, 26 May 2011 09:07:24 -0700 (PDT)\r
19 Received: from mail-ww0-f45.google.com (mail-ww0-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  19506431FB6    for <notmuch@notmuchmail.org>; Thu, 26 May 2011 09:07:23 -0700\r
23  (PDT)\r
24 Received: by wwi36 with SMTP id 36so763098wwi.2\r
25         for <notmuch@notmuchmail.org>; Thu, 26 May 2011 09:07:22 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=domainkey-signature:from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=yaYCVVb2gq+HukjKS3Degbdi6tMecvJ4lQLb9NqA4Fo=;\r
29         b=wIQsSzGgQ2niafO1CjCjggdciKN8U+9WVAR5z4U0OJMJ9vndbPy5UR0SMC6waXEbyf\r
30         DIr9gGoWzuzXoiN0QdJcAAAfxrvHZu6O+myoffmex42QGzuPbvvdckNZH/VfpfFQoKPD\r
31         2SCW6aQavho6lZR40PhXRWBXhvYXTyol1V+HI=\r
32 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
33         h=from:to:cc:subject:date:message-id:x-mailer;\r
34         b=G70WDP4EH9ODJdZcW17nPmLlpj4kTTbcDZANaiFQ+RLMEI+JvRlEP5+lBM1HkIxaJ5\r
35         wco3gUUpyOo/3q4Vd2pqrwUJYcJL06rR6uNng/Px+NXvtF40jeu0AM9PYpouQ5g7jMfS\r
36         4K1I0zfIHjUcXLhYbYSab2nuAC5xIpqFEkx5M=\r
37 Received: by 10.216.232.208 with SMTP id n58mr6053081weq.56.1306426042567;\r
38         Thu, 26 May 2011 09:07:22 -0700 (PDT)\r
39 Received: from localhost.localdomain (93-97-25-209.zone5.bethere.co.uk\r
40         [93.97.25.209])\r
41         by mx.google.com with ESMTPS id k70sm457497weq.6.2011.05.26.09.07.20\r
42         (version=TLSv1/SSLv3 cipher=OTHER);\r
43         Thu, 26 May 2011 09:07:21 -0700 (PDT)\r
44 From: Mark Walters <markwalters1009@gmail.com>\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH 0/2] Implement reply to sender\r
47 Date: Thu, 26 May 2011 17:06:50 +0100\r
48 Message-Id: <1306426012-8176-1-git-send-email-markwalters1009@gmail.com>\r
49 X-Mailer: git-send-email 1.7.2.5\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Thu, 26 May 2011 16:07:24 -0000\r
63 \r
64 These patches implement a reply to sender function.\r
65 On the command line this is done via a new format\r
66 "--format=one" to notmuch reply.\r
67 In emacs it is bound to the key R\r
68 \r
69 I have been running a similar patch set for some time but \r
70 only tidied it up today. It compiles and works for me.\r
71 \r
72 This is my first submission to the project so I hope that I\r
73 have done everything right.\r
74 \r
75 Signed-off-by: Mark Walters <markwalters1009@gmail.com>\r
76 \r
77 Mark Walters (2):\r
78   Command line changes for reply-to-sender\r
79   Emacs changes for reply to sender\r
80 \r
81  emacs/notmuch-mua.el  |    6 ++++--\r
82  emacs/notmuch-show.el |    6 ++++++\r
83  notmuch-reply.c       |   38 +++++++++++++++++++++++++++-----------\r
84  3 files changed, 37 insertions(+), 13 deletions(-)\r
85 \r
86 -- \r
87 1.7.2.5\r
88 \r