[PATCH v4 1/6] cli: search: Refactor passing of command line options
[notmuch-archives.git] / 13 / e61f66cd31ab14535bd684bd435f6fbb7f6e33
1 Return-Path: <sje30@hermes.cam.ac.uk>\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 87AC8429E26\r
6         for <notmuch@notmuchmail.org>; Tue, 16 Aug 2011 14:20:41 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 esnXc8sxFkFq for <notmuch@notmuchmail.org>;\r
16         Tue, 16 Aug 2011 14:20:41 -0700 (PDT)\r
17 X-Greylist: delayed 1060 seconds by postgrey-1.32 at olra;\r
18         Tue, 16 Aug 2011 14:20:40 PDT\r
19 Received: from ppsw-51.csi.cam.ac.uk (ppsw-51.csi.cam.ac.uk [131.111.8.151])\r
20         by olra.theworths.org (Postfix) with ESMTP id D5223431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 16 Aug 2011 14:20:40 -0700 (PDT)\r
22 X-Cam-AntiVirus: no malware found\r
23 X-Cam-SpamDetails: not scanned\r
24 X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/\r
25 Received: from cpc28-cmbg15-2-0-cust3.5-4.cable.virginmedia.com\r
26         ([86.27.189.4]:59720 helo=localhost)\r
27         by ppsw-51.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.158]:587)\r
28         with esmtpsa (PLAIN:sje30) (TLSv1:DHE-RSA-AES256-SHA:256)\r
29         id 1QtQmo-0001Bn-XV (Exim 4.72)\r
30         (return-path <sje30@hermes.cam.ac.uk>); Tue, 16 Aug 2011 22:02:58 +0100\r
31 From: Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: queries switching from MH-E to notmuch\r
34 X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.3.1\r
35 Date: Tue, 16 Aug 2011 22:02:56 +0100\r
36 Message-Id: <E1QtQmo-0001Bn-XV@ppsw-51.csi.cam.ac.uk>\r
37 Sender: "Dr S.J. Eglen" <sje30@hermes.cam.ac.uk>\r
38 X-Mailman-Approved-At: Wed, 24 Aug 2011 16:29:30 -0700\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 16 Aug 2011 21:20:41 -0000\r
52 \r
53 I'm considering switch emacs mailers, from MH-E to notmuch, as I would\r
54 like to find an emacs mailer with decent IMAP support.  Compared to\r
55 gnus, notmuch seems much quicker, and I like the sound of tags + fast\r
56 searching.  Can anyone help with the following points:\r
57 \r
58 1. Deleting emails \r
59 \r
60 I've seen the suggestions on the emacstips for  keybindings to bind 'd'\r
61 to adding deleted tags.  But how do you then delete the mails from\r
62 the local Maildir (and then for offlineimap to propagate back the\r
63 deletions to the remote imap server)?  Do you run cron jobs to do this?\r
64 \r
65 2. viewing both the search results and current thread\r
66 \r
67 I'm used to the MH-E (and VM) idea that when browsing a folder (or, here,\r
68 search results) the top window shows the subject lines, and the bottom,\r
69 larger, window shows the current message.  e.g. see the top screenshot\r
70 at: http://mh-e.sourceforge.net/screenshots/.  As you scroll through the\r
71 folder contents at the top, the bottom window shows the corresponding message.\r
72 \r
73 By contrast, in notmuch it seems that you either see just the search\r
74 results, or one thread, but not both.  Would it be feasible to get\r
75 something more like the behaviour of VM and MH-E?  I can write elisp\r
76 fluently, but before I look into it, I thought I'd check to see whether\r
77 this is feasible.  (I've just seen that this is the bottom item on Keith\r
78 P's wish list: http://keithp.com/notmuch/)\r
79 \r
80 Thanks,\r
81 Stephen\r