Re: [PATCH] doc: Allow rst2man.py as an alternative to rst2man
[notmuch-archives.git] / 11 / 6ae8c284739d4aa3acdfd6dc0fd258c3e996c5
1 Return-Path: <jani@nikula.org>\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 23511431FD0\r
6         for <notmuch@notmuchmail.org>; Sat,  3 Sep 2011 15:02: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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id fRaWMn9kG0Nl for <notmuch@notmuchmail.org>;\r
16         Sat,  3 Sep 2011 15:02:11 -0700 (PDT)\r
17 Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com\r
18         [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 74669431FB6\r
21         for <notmuch@notmuchmail.org>; Sat,  3 Sep 2011 15:02:11 -0700 (PDT)\r
22 Received: by fxd23 with SMTP id 23so2714951fxd.26\r
23         for <notmuch@notmuchmail.org>; Sat, 03 Sep 2011 15:02:08 -0700 (PDT)\r
24 Received: by 10.223.55.205 with SMTP id v13mr2768417fag.88.1315087328230;\r
25         Sat, 03 Sep 2011 15:02:08 -0700 (PDT)\r
26 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi\r
27         [80.220.92.23])\r
28         by mx.google.com with ESMTPS id f4sm1942785fag.15.2011.09.03.15.02.04\r
29         (version=SSLv3 cipher=OTHER); Sat, 03 Sep 2011 15:02:05 -0700 (PDT)\r
30 From: Jani Nikula <jani@nikula.org>\r
31 To: Tomi Ollila <tomi.ollila@nixu.com>\r
32 Subject: Re: [PATCH] emacs: Sort saved searches\r
33 In-Reply-To: <yf61uvx261y.fsf@taco2.nixu.fi>\r
34 References: <1314966486-20708-1-git-send-email-jani@nikula.org>\r
35         <yf61uvx261y.fsf@taco2.nixu.fi>\r
36 User-Agent: Notmuch/0.7-40-g8c669e9 (http://notmuchmail.org) Emacs/23.2.1\r
37         (i686-pc-linux-gnu)\r
38 Date: Sun, 04 Sep 2011 01:02:03 +0300\r
39 Message-ID: <8739gdb7z8.fsf@nikula.org>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 Cc: notmuch@notmuchmail.org\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sat, 03 Sep 2011 22:02:14 -0000\r
56 \r
57 On Sat, 03 Sep 2011 14:56:09 +0300, Tomi Ollila <tomi.ollila@nixu.com> wrote:\r
58 > On Fri 02 Sep 2011 15:28, Jani Nikula <jani@nikula.org> writes:\r
59\r
60 > > Display saved searches sorted, like tags are displayed.\r
61 > >\r
62 > > This only affects the display of the saved searches, not the order in which\r
63 > > they are stored in .emacs.\r
64 > >\r
65 > > Signed-off-by: Jani Nikula <jani@nikula.org>\r
66 > > ---\r
67\r
68 > Fun! I reveresed the sorting order so I got 'unread' first ;). Well, I\r
69 > prefer to sort the value of the (customizable) variable\r
70 > 'notmuch-saved-searches' myself (unless there is another variable which\r
71 > also provides 'saved searches' into notmuch-hello buffer)... \r
72 \r
73 Well, this is obviously easy to customize... and indeed I've got a ready\r
74 patch to do just that... but I've been told before to avoid\r
75 customization and prefer sane defaults instead. So which do we want,\r
76 really? If you want sorting customizable, then I'll also include a patch\r
77 to make saving new saved searches append vs. prepend customizable too,\r
78 as that's important if you don't want sorting.\r
79 \r
80 It's fine for me either way, really, with or without customization, as\r
81 long as one of these ways is upstreamed and I don't have to carry the\r
82 patches for myself...\r
83 \r
84 BR,\r
85 Jani.\r
86 \r