Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 16 / 1751aa82ba312faf8503c51e8e007e9669feeb
1 Return-Path: <tomi.ollila@nixu.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 C7CF2429E21\r
6         for <notmuch@notmuchmail.org>; Thu, 27 Oct 2011 02:20:22 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 Ops0U8rZTIzg for <notmuch@notmuchmail.org>;\r
16         Thu, 27 Oct 2011 02:20:20 -0700 (PDT)\r
17 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id ADFCA431FB6\r
21         for <notmuch@notmuchmail.org>; Thu, 27 Oct 2011 02:20:19 -0700 (PDT)\r
22 Received: from taco2.nixu.fi (localhost [127.0.0.1])\r
23         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
24         p9R9KGZ4008226\r
25         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
26         Thu, 27 Oct 2011 12:20:16 +0300\r
27 Received: (from too@localhost)\r
28         by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p9R9KF72008225;\r
29         Thu, 27 Oct 2011 12:20:15 +0300\r
30 X-Authentication-Warning: taco2.nixu.fi: too set sender to\r
31         tomi.ollila@nixu.com using -f\r
32 From: Tomi Ollila <tomi.ollila@iki.fi>\r
33 To: Jani Nikula <jani@nikula.org>\r
34 Subject: Re: remote-notmuch.sh\r
35 References: <yf6ipncm5ko.fsf@taco2.nixu.fi> <87ehxztzj6.fsf@nikula.org>\r
36 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
37         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
38         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
39 Date: Thu, 27 Oct 2011 12:20:15 +0300\r
40 In-Reply-To: <87ehxztzj6.fsf@nikula.org> (Jani Nikula's message of "Wed, 26\r
41         Oct 2011 17:48:13 +0000")\r
42 Message-ID: <yf6k47qaj00.fsf@taco2.nixu.fi>\r
43 User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux)\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain\r
46 Cc: notmuch@notmuchmail.org\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Thu, 27 Oct 2011 09:20:22 -0000\r
60 \r
61 On Wed 26 Oct 2011 20:48, Jani Nikula <jani@nikula.org> writes:\r
62 \r
63 > On Wed, 26 Oct 2011 13:04:55 +0300, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
64 >> The remote-notmuch.sh script on page http://notmuchmail.org/remoteusage/\r
65 >> starts to show it's age. As the notmuch command line interface has evolved\r
66 >> (and emacs ui followed) it is not working in many cases anymore.\r
67 >> \r
68 >> I took the script and modified it to work in my cases so far.\r
69 >\r
70 > There are many scripts like this; I wonder if it would be a good idea to\r
71 > include some of them in the notmuch repository? A "contrib" subdirectory\r
72 > comes to mind.\r
73 \r
74 I was thinking of adding this (and -- Jani: you're gonna like this ;), the\r
75 perl version of remote-notmuch) to the notmuch-wiki repo and then point\r
76 these in the remoteusage.mdwn there. Making contrib directory there could\r
77 be good option (and each of the contributed script there should\r
78 documentation of it available in these .mdwn files).\r
79 \r
80 How does this idea feels like ?\r
81 \r
82 >\r
83 > BR,\r
84 > Jani.\r
85 >\r
86 \r
87 Tomi\r