Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 87AC8429E26 for ; Tue, 16 Aug 2011 14:20:41 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id esnXc8sxFkFq for ; Tue, 16 Aug 2011 14:20:41 -0700 (PDT) X-Greylist: delayed 1060 seconds by postgrey-1.32 at olra; Tue, 16 Aug 2011 14:20:40 PDT Received: from ppsw-51.csi.cam.ac.uk (ppsw-51.csi.cam.ac.uk [131.111.8.151]) by olra.theworths.org (Postfix) with ESMTP id D5223431FB6 for ; Tue, 16 Aug 2011 14:20:40 -0700 (PDT) X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from cpc28-cmbg15-2-0-cust3.5-4.cable.virginmedia.com ([86.27.189.4]:59720 helo=localhost) by ppsw-51.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.158]:587) with esmtpsa (PLAIN:sje30) (TLSv1:DHE-RSA-AES256-SHA:256) id 1QtQmo-0001Bn-XV (Exim 4.72) (return-path ); Tue, 16 Aug 2011 22:02:58 +0100 From: Stephen Eglen To: notmuch@notmuchmail.org Subject: queries switching from MH-E to notmuch X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.3.1 Date: Tue, 16 Aug 2011 22:02:56 +0100 Message-Id: Sender: "Dr S.J. Eglen" X-Mailman-Approved-At: Wed, 24 Aug 2011 16:29:30 -0700 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2011 21:20:41 -0000 I'm considering switch emacs mailers, from MH-E to notmuch, as I would like to find an emacs mailer with decent IMAP support. Compared to gnus, notmuch seems much quicker, and I like the sound of tags + fast searching. Can anyone help with the following points: 1. Deleting emails I've seen the suggestions on the emacstips for keybindings to bind 'd' to adding deleted tags. But how do you then delete the mails from the local Maildir (and then for offlineimap to propagate back the deletions to the remote imap server)? Do you run cron jobs to do this? 2. viewing both the search results and current thread I'm used to the MH-E (and VM) idea that when browsing a folder (or, here, search results) the top window shows the subject lines, and the bottom, larger, window shows the current message. e.g. see the top screenshot at: http://mh-e.sourceforge.net/screenshots/. As you scroll through the folder contents at the top, the bottom window shows the corresponding message. By contrast, in notmuch it seems that you either see just the search results, or one thread, but not both. Would it be feasible to get something more like the behaviour of VM and MH-E? I can write elisp fluently, but before I look into it, I thought I'd check to see whether this is feasible. (I've just seen that this is the bottom item on Keith P's wish list: http://keithp.com/notmuch/) Thanks, Stephen