Re: [PATCH 1/2] cli: S/MIME verification/decryption support
[notmuch-archives.git] / 45 / d897b62203f22142a6c4ed4fa4c994ae5a47f3
1 Return-Path: <dmitry.kurochkin@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 41C17429E45\r
6         for <notmuch@notmuchmail.org>; Thu, 16 Feb 2012 23:49:32 -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: 1.061\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.061 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_BL_SPAMCOP_NET=1.246,\r
14         RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_SORBS_WEB=0.614] 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 ZggeFi5f0x5r for <notmuch@notmuchmail.org>;\r
18         Thu, 16 Feb 2012 23:49:31 -0800 (PST)\r
19 Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
20         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id A136A429E42\r
23         for <notmuch@notmuchmail.org>; Thu, 16 Feb 2012 23:49:31 -0800 (PST)\r
24 Received: by bkcit16 with SMTP id it16so3104161bkc.26\r
25         for <notmuch@notmuchmail.org>; Thu, 16 Feb 2012 23:49:30 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
28         bh=1nhnBkVjn9ZxqEWZAvRSVWZmvP1OA0bkCYmYJT14Dd4=;\r
29         b=B2zoiwKzT4M6+X0nRs6AL9Dz4YnKX+M/jxZf4MWDOM09syeZ6symcG3f5ENJb9UmTo\r
30         uoQvY+Q4ITiyIMqtuSR25d6t9YOQgdEbBN3AA9QyvuWJSN2oSvGRYLSnhO+WR/l/vD6k\r
31         13RDPmwXlMzY8KUra+8q5cBCgUPG5pVFeWC+E=\r
32 Received: by 10.204.157.17 with SMTP id z17mr3684468bkw.37.1329464970170;\r
33         Thu, 16 Feb 2012 23:49:30 -0800 (PST)\r
34 Received: from localhost ([217.26.0.107])\r
35         by mx.google.com with ESMTPS id w15sm21279145bku.0.2012.02.16.23.49.26\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Thu, 16 Feb 2012 23:49:27 -0800 (PST)\r
38 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH v9 0/2] emacs: User-defined sections in notmuch-hello\r
41 Date: Fri, 17 Feb 2012 11:48:01 +0400\r
42 Message-Id: <1329464884-1653-1-git-send-email-dmitry.kurochkin@gmail.com>\r
43 X-Mailer: git-send-email 1.7.9\r
44 In-Reply-To: <1310079227-19120-1-git-send-email-daniel.schoepe@googlemail.com>\r
45 References: <1310079227-19120-1-git-send-email-daniel.schoepe@googlemail.com>\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: Fri, 17 Feb 2012 07:49:32 -0000\r
59 \r
60 Hi all.\r
61 \r
62 I have finished reviewing the user-defined sections v8 series at last.\r
63 I found only few minor issues, some of which are fixed by this v9\r
64 series and others can be fixed later or ignored (e.g. renaming\r
65 notmuch-hello-insert-* functions to notmuch-hello-section-* or\r
66 something more appropriate).  I believe it does not make to delay this\r
67 patches any more: they have been waiting long enough and each\r
68 review/rebase round is hard for both the author and reviewer because\r
69 the main patch is pretty big and not trivial.  So I think we should\r
70 push this now.  I am sure Daniel and I will fix all issues that we may\r
71 have missed :)\r
72 \r
73 Changes in v9 since v8:\r
74 \r
75 * correctly merge bc267b70b01c79f6bdda52641e9cd7574a151eff\r
76 \r
77 * fix :hide-if-empty description:\r
78 \r
79     s/and not hidden by show-if-empty/and not shown by show-empty-searches/\r
80 \r
81 * fix typo in `notmuch-hello-target' docstring: s/globaly/global/\r
82 \r
83 * add docstring for notmuch-hello-first-run\r
84 \r
85 * fix indentation in `notmuch-hello-insert-saved-searches'\r
86 \r
87 * fix indentation in `notmuch-hello-insert-searches' docstring\r
88 \r
89 * fix target position calculation in `notmuch-hello-insert-saved-searches'\r
90 \r
91 * s/User defined/User-defined/ in tests\r
92 \r
93 * move tests to a new emacs-hello file\r
94 \r
95 Regards,\r
96   Dmitry\r
97 \r