[PATCH 3/4] Add documentation for user.other_name
[notmuch-archives.git] / 87 / b2aa1d2f68e7f3920a0de5b88b20b23b3058fb
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 6B9DF429E45\r
6         for <notmuch@notmuchmail.org>; Fri, 17 Feb 2012 06:49:59 -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 npt0r5idxGEG for <notmuch@notmuchmail.org>;\r
18         Fri, 17 Feb 2012 06:49:57 -0800 (PST)\r
19 Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
20  [74.125.83.53])        (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  DD244429E42    for <notmuch@notmuchmail.org>; Fri, 17 Feb 2012 06:49:56 -0800\r
23  (PST)\r
24 Received: by eeke51 with SMTP id e51so1865159eek.26\r
25         for <notmuch@notmuchmail.org>; Fri, 17 Feb 2012 06:49:54 -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=bZssgt0cb88N5zCRCMmqdKKzVRUmJiPbzxbBj/mjVmI=;\r
29         b=eTzHHd8k/gWM9Kk0ztut6U5CJaaL3u/XfKC0Q8GcgK6nthgzCjM9b3jqbpVZ+vxnPF\r
30         Q39cMiz+eIpOsJS7vkv2ku0veoBL7L5MhvU9PlNP8QBnptRg4RfhVeaUBy/TgVVs/5Ex\r
31         FKT1myUwDJceHwySzadGPqrG9McGLNDAoZpaY=\r
32 Received: by 10.213.10.78 with SMTP id o14mr1183159ebo.68.1329490194297;\r
33         Fri, 17 Feb 2012 06:49:54 -0800 (PST)\r
34 Received: from localhost ([83.149.45.5])\r
35         by mx.google.com with ESMTPS id u9sm22186299eem.11.2012.02.17.06.49.45\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Fri, 17 Feb 2012 06:49:52 -0800 (PST)\r
38 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH v10 0/2] emacs: User-defined sections in notmuch-hello\r
41 Date: Fri, 17 Feb 2012 18:48:06 +0400\r
42 Message-Id: <1329490088-8323-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 14:49:59 -0000\r
59 \r
60 Found a small bug...\r
61 \r
62 Changes:\r
63 \r
64 v10:\r
65 \r
66 * explicitly return nil from `notmuch-hello-insert-recent-searches',\r
67   otherwise `indent-rigidly' returns a marker pointing to non-existing\r
68   buffer and breaks final-target-pos handling in `notmuch-hello'\r
69 \r
70 v9:\r
71 \r
72 * correctly merge bc267b70b01c79f6bdda52641e9cd7574a151eff\r
73 \r
74 * fix :hide-if-empty description:\r
75 \r
76     s/and not hidden by show-if-empty/and not shown by show-empty-searches/\r
77 \r
78 * fix typo in `notmuch-hello-target' docstring: s/globaly/global/\r
79 \r
80 * add docstring for notmuch-hello-first-run\r
81 \r
82 * fix indentation in `notmuch-hello-insert-saved-searches'\r
83 \r
84 * fix indentation in `notmuch-hello-insert-searches' docstring\r
85 \r
86 * fix target position calculation in `notmuch-hello-insert-saved-searches'\r
87 \r
88 * s/User defined/User-defined/ in tests\r
89 \r
90 * move tests to a new emacs-hello file\r
91 \r
92 Regards,\r
93   Dmitry\r
94 \r