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 1E03F431FB6 for ; Tue, 18 Nov 2014 02:23:50 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 niu9lV2DqzM4 for ; Tue, 18 Nov 2014 02:23:42 -0800 (PST) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6E32C431FAE for ; Tue, 18 Nov 2014 02:23:42 -0800 (PST) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1Xqfwh-0000BG-9s; Tue, 18 Nov 2014 06:23:39 -0400 Received: (nullmailer pid 13832 invoked by uid 1000); Tue, 18 Nov 2014 10:23:34 -0000 From: David Bremner To: Olivier Berger , notmuch@notmuchmail.org Subject: Re: tag:deleted messages immediately deleted ? In-Reply-To: <877fyseuq8.fsf@inf-11879.int-evry.fr> References: <877fyseuq8.fsf@inf-11879.int-evry.fr> User-Agent: Notmuch/0.19+2~g32855b9 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Tue, 18 Nov 2014 11:23:34 +0100 Message-ID: <87d28ku7rt.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain 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, 18 Nov 2014 10:23:50 -0000 Olivier Berger writes: > Hi. > > I used to marl messages for later deletion by adding (in emacs) the > deleted tag, and was able to undo this if necessary by explicitely > searching the tag:deleted messages. A manual trigger of : > $ notmuch search --output=files "tag:deleted" | xargs -l rm > did the final removal. > > I'm now using 0.18.2 (debian jessie) and cannot seem to find a way to > check deleted messages. They seem to be deleted immediately. > > Did I miss a change (undocumented ?) ? Nope, there was no (intentional) change. That would have been a huge change from a notmuch point of view. As a stab in the dark, have you upgraded your database yet? (i.e. run notmuch new). d