[PATCH 4/8] lib: extend private string map API with iterators
[notmuch-archives.git] / 36 / 72d7a21a59f181318327e5f0833bf01b7a4f75
1 Return-Path: <racin@free.fr>\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 A0947431FC3\r
6         for <notmuch@notmuchmail.org>; Sat, 27 Feb 2010 08:47:09 -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: -0.476\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.476 tagged_above=-999 required=5\r
12         tests=[AWL=-0.477, BAYES_50=0.001] autolearn=ham\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 vzY-m-NQg9dT for <notmuch@notmuchmail.org>;\r
16         Sat, 27 Feb 2010 08:47:08 -0800 (PST)\r
17 Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5])\r
18         by olra.theworths.org (Postfix) with ESMTP id 83B27431FAE\r
19         for <notmuch@notmuchmail.org>; Sat, 27 Feb 2010 08:47:06 -0800 (PST)\r
20 Received: from smtp5-g21.free.fr (localhost [127.0.0.1])\r
21         by smtp5-g21.free.fr (Postfix) with ESMTP id 9EC6FD480C8;\r
22         Sat, 27 Feb 2010 17:46:55 +0100 (CET)\r
23 Received: from zimbra1-e1.priv.proxad.net (zimbra1-e1.priv.proxad.net\r
24         [172.20.243.151])\r
25         by smtp5-g21.free.fr (Postfix) with ESMTP id B2FB9D48062;\r
26         Sat, 27 Feb 2010 17:46:52 +0100 (CET)\r
27 Date: Sat, 27 Feb 2010 17:46:51 +0100 (CET)\r
28 From: racin@free.fr\r
29 To: Carl Worth <cworth@cworth.org>\r
30 Message-ID:\r
31  <122533553.5814971267289211731.JavaMail.root@zimbra1-e1.priv.proxad.net>\r
32 In-Reply-To: <87wrxz4v5a.fsf@yoom.home.cworth.org>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=utf-8\r
35 Content-Transfer-Encoding: 7bit\r
36 X-Originating-IP: [82.239.207.166]\r
37 X-Mailer: Zimbra 5.0 (ZimbraWebClient - FF3.0\r
38         (Linux)/5.0.15_GA_2815.UBUNTU8_64)\r
39 X-Authenticated-User: racin@free.fr\r
40 Cc: notmuch@notmuchmail.org\r
41 Subject: Re: [notmuch] What's so great about notmuch?\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sat, 27 Feb 2010 16:47:09 -0000\r
55 \r
56 >    What's your favorite thing about notmuch?\r
57 \r
58 The simple, functional emacs interface (rmail is too simple and Gnus too complex). Especially, I like the\r
59 idea that many commands create new bufferes, that get deleted with "q", so that access to buffers is\r
60 done like in a stack.\r
61 \r
62 >    What about notmuch makes it distinctive compared to other email\r
63 >    programs?\r
64 \r
65 The idea of not having to sort mails manually, but rather be able to find them later thanks to fast searching.\r
66 \r
67 >    If someone were to implement a new email system from scratch, but\r
68 >    capturing the "ideas" of notmuch, what would it have to have?\r
69 \r
70 I would encourage him to contribute to notmuch instead! I think notmuch only need some\r
71 minor improvement of the UI interface. Maybe interaction with org-mode/calendar would also be nice.\r
72 \r
73 But if I were to reimplement notmuch, I would definitely have an emacs interface coupled with a command-line tool.\r
74 \r
75 Matthieu\r