Re: [PATCH] emacs: globally replace non-branching "(if COND (progn ..." with "(when...
[notmuch-archives.git] / 04 / 6f39828ccb71af4ee954ac9a831d3d13cc3f02
1 Return-Path: <cworth@cworth.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 DE302431FC2;\r
6         Sat, 21 Nov 2009 11:48:04 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id vS2C7K4UnhRU; Sat, 21 Nov 2009 11:48:04 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id D3BBE431FBF;\r
13         Sat, 21 Nov 2009 11:48:03 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Brett Viren <brett.viren@gmail.com>, notmuch@notmuchmail.org\r
16 In-Reply-To: <46263c600911211008s7b087c9aw434898f35bb3b0e6@mail.gmail.com>\r
17 References: <46263c600911211008s7b087c9aw434898f35bb3b0e6@mail.gmail.com>\r
18 Date: Sat, 21 Nov 2009 20:47:52 +0100\r
19 Message-ID: <8763934q3b.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] Greetings and suggestions\r
23 X-BeenThere: notmuch@notmuchmail.org\r
24 X-Mailman-Version: 2.1.12\r
25 Precedence: list\r
26 List-Id: "Use and development of the notmuch mail system."\r
27         <notmuch.notmuchmail.org>\r
28 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
29         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
30 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
31 List-Post: <mailto:notmuch@notmuchmail.org>\r
32 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
33 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
34         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
35 X-List-Received-Date: Sat, 21 Nov 2009 19:48:05 -0000\r
36 \r
37 On Sat, 21 Nov 2009 13:08:42 -0500, Brett Viren <brett.viren@gmail.com> wrote:\r
38 > I recently heard about notmuch from a reddit.com posting.  Immediately\r
39 > I knew I needed to try it.\r
40 \r
41 Hi Brett, welcome to Notmuch!\r
42 \r
43 > I've been a long time GNUS user and with VM before that.  GNUS is\r
44 > great but I have never been very successful getting it to play well\r
45 > with an indexer.\r
46 \r
47 Excellent. It's great to have a long-time GNUS user here. I really\r
48 wanted to poke around in GNUS for ideas, (and code), but have so far\r
49 entirely failed to even _run_ in to view any email messages. I'm clearly\r
50 not smart enough to be a GNUS user.\r
51 \r
52 But I know that if I *could* run it, I'd see lots of great stuff in\r
53 it. And integrating nicely would be great. (The emacs code we have for\r
54 notmuch is already integrating with the message-mode stuff from GNUS).\r
55 \r
56 > So far, after a little playing with notmuch I think it looks very\r
57 > good!\r
58 \r
59 Thanks so much.\r
60 \r
61 >  - posting styles (ie, set From: to non standard value) based on\r
62 > search pattern.  This is really important when one subscribes to\r
63 > different mailing lists using different addresses and the ML only\r
64 > allows mail from registered addresses.\r
65 \r
66 Yes. That's a good idea. We already set From: based on how a message\r
67 being replied-to was addressed, but not yet based on the new To:\r
68 address.\r
69 \r
70 >  - apply tags based on search pattern as new mail is processed.  This\r
71 > would be like GNUS split-rules, but even better as one can place more\r
72 > than one tag.\r
73 \r
74 This is definitely on the feature list and is something we'll be\r
75 implementing soon. In the meantime, those of us that are using notmuch\r
76 in earnest are using shell scripts to load our mail like this:\r
77 \r
78         notmuch new\r
79         notmuch tag +notmuch to:notmuchmail.org and not tag:notmuch\r
80         ...\r
81 \r
82 But just moving that configuration to the configuration file will be a\r
83 lot better.\r
84 \r
85 > Anyways, great project and I look forward to contributing where I can.\r
86 \r
87 Thanks Brett,\r
88 \r
89 I'll look forward to any contributions from you.\r
90 \r
91 -Carl\r