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 2CB60431FBC for ; Sat, 26 Dec 2009 08:14:01 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 Q2ayaEhM9g6W for ; Sat, 26 Dec 2009 08:14:00 -0800 (PST) Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57]) by olra.theworths.org (Postfix) with ESMTP id 8F7F2431FAE for ; Sat, 26 Dec 2009 08:14:00 -0800 (PST) Received: from fctnnbsc30w-142167182194.pppoe-dynamic.high-speed.nb.bellaliant.net ([142.167.182.194] helo=rocinante.cs.unb.ca) by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NOZHD-0001Co-3r; Sat, 26 Dec 2009 12:13:59 -0400 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71) (envelope-from ) id 1NOZFS-0005Tw-70; Sat, 26 Dec 2009 12:12:10 -0400 From: David Bremner To: Jameson Graef Rollins , notmuch@notmuchmail.org In-Reply-To: <87tyvenwdw.fsf@servo.finestructure.net> References: <87tyvenwdw.fsf@servo.finestructure.net> Date: Sat, 26 Dec 2009 12:12:09 -0400 Message-ID: <87ws09af52.fsf@rocinante.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender-Verified: bremner@pivot.cs.unb.ca Subject: Re: [notmuch] update on delete/rename support X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Sat, 26 Dec 2009 16:14:01 -0000 On Sat, 26 Dec 2009 00:21:15 -0500, Jameson Graef Rollins wrote: > Hey, folks. I was wondering if there was an update on getting support > for mail deleting and moving/renaming into notmuch. I wanted to try to > push on it a little bit since I believe that support for deleting/moving > messages is the most important outstanding issue at the moment. As far as I know Carl is working away on this. In the meantime, I am using Mikhail Gusarov's patch id:1259788526-14205-1-git-send-email-dottedmag@dottedmag.net It is not perfect performance-wise, and iirc, it only deals with renames, but it does let me use notmuch as my main mail reader. You may have to wrap your "notmuch new" call in a "notmuch save", "notmuch restore" pair if you discover things coming back to your inbox. This is less onerous if you use my "lazy restore" patch. id:1260310063-11731-1-git-send-email-david@tethera.net The whole dump-maildirsync-new-restore cycle takes about 30s for me check mail, a bit longer if there is actually new mail. David