[PATCH 6/8] CLI: refactor dumping of tags.
[notmuch-archives.git] / d6 / de4d155c908dd26ae9481b00904540330e2b0d
1 Return-Path: <daniel.schoepe@googlemail.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 C3AA7421192\r
6         for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 13:27:14 -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 ZF-shufNCZTL for <notmuch@notmuchmail.org>;\r
17         Wed, 29 Jun 2011 13:27:14 -0700 (PDT)\r
18 Received: from mail-fx0-f46.google.com (mail-fx0-f46.google.com\r
19         [209.85.161.46]) (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 3652242118E\r
22         for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 13:27:14 -0700 (PDT)\r
23 Received: by fxh19 with SMTP id 19so1673012fxh.19\r
24         for <notmuch@notmuchmail.org>; Wed, 29 Jun 2011 13:27:12 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=googlemail.com; s=gamma;\r
27         h=from:to:subject:date:message-id:x-mailer;\r
28         bh=380dJPjoZaHTdLlkdoq4WMujY7Z4vFv80gGQFjd3nO4=;\r
29         b=tOTAak92EvO16vdPHf+eMVOjbECd2w4Bz5kEWuXTq24SLZZd2EfHj9ZCk+uiQl5bi+\r
30         JZJj0RTGaCxxoYj/6E7WXCrC+sxErzoSLeUeAXND3LG76kii9FJkGQV8wFToiolnRkjI\r
31         DLZHzMmNpHaENRFqM60L8VZYPl4Zoer1MhbpU=\r
32 Received: by 10.223.65.197 with SMTP id k5mr1798032fai.26.1309379232657;\r
33         Wed, 29 Jun 2011 13:27:12 -0700 (PDT)\r
34 Received: from localhost (dslb-178-004-072-174.pools.arcor-ip.net\r
35         [178.4.72.174])\r
36         by mx.google.com with ESMTPS id n27sm1105319faa.28.2011.06.29.13.27.09\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Wed, 29 Jun 2011 13:27:10 -0700 (PDT)\r
39 From: Daniel Schoepe <daniel.schoepe@googlemail.com>\r
40 To: notmuch@notmuchmail.org\r
41 Subject: [PATCH 0/2] emacs: User-defined sections in notmuch-hello\r
42 Date: Wed, 29 Jun 2011 22:26:59 +0200\r
43 Message-Id: <1309379221-5617-1-git-send-email-daniel.schoepe@googlemail.com>\r
44 X-Mailer: git-send-email 1.7.5.4\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Wed, 29 Jun 2011 20:27:14 -0000\r
58 \r
59 Unfortunately the customize-interface for more customized entries in\r
60 notmuch-hello-sections looks a bit weird, but I couldn't figure out how\r
61 to get rid of the empty lines produced by generating the lambda expression\r
62 needed.\r
63 \r
64 To avoid unnecessary complexity in the code this patch removes\r
65 aligning all the tag entries in different sections (e.g. saved\r
66 searches and all tags) the same way. So if someone really thinks this\r
67 was an important features, please yell loudly.\r
68 \r
69 Cheers,\r
70 Daniel\r
71 \r