From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.204.70.74 with SMTP id c10cs130953bkj; Thu, 21 Oct 2010 11:11:24 -0700 (PDT) Received: by 10.42.214.211 with SMTP id hb19mr965927icb.386.1287684682445; Thu, 21 Oct 2010 11:11:22 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id g11si4240742qcq.40.2010.10.21.11.11.22; Thu, 21 Oct 2010 11:11:22 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id DF5331858361; Thu, 21 Oct 2010 14:11:21 -0400 (EDT) Received: from mail-qy0-f178.google.com (mail-qy0-f178.google.com [209.85.216.178]) by rubyforge.org (Postfix) with ESMTP id E1BF01858361 for ; Thu, 21 Oct 2010 14:11:12 -0400 (EDT) Received: by qyk31 with SMTP id 31so24328qyk.2 for ; Thu, 21 Oct 2010 11:11:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=pokpCWMX6pKBY5WWBXUmpi3I208vp0r5H3CQ8uQFb3w=; b=cp8WNbjISePtyamV/cGIk2KHWGKz3aWpyduYpQfL0MzObOI0+PRGElLrEOTd/c7I/1 5gqbSTEDzRi8YtHboXtUTtQcYHXGq2CBPSS1JsaJ561YttHIEX61UWT3R/5Kfbu5bEk6 vl+Qq0QRPSaMeJSD0fNDtUrz7L6NeQJpObJuQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=VWiw8oyW6bGiC0BDsOymmPqLeMLu2nqKKVaFzQ3QDgMJXF9+aGXiDZaGtz+nVu3niC BaBzqe/AKWN7DzwzyikIqasgmY6chz16YAxfaIDspyYqGJJ1tTm9u1Lz6bax4eNfRy3G o+HDRZyC0D2r89U+KSdxYq5Ds7Yj2uolHVsG0= MIME-Version: 1.0 Received: by 10.229.183.20 with SMTP id ce20mr1059014qcb.203.1287684672550; Thu, 21 Oct 2010 11:11:12 -0700 (PDT) Received: by 10.229.231.141 with HTTP; Thu, 21 Oct 2010 11:11:12 -0700 (PDT) In-Reply-To: <1287452900-sup-9784@maullin> References: <1287452900-sup-9784@maullin> Date: Thu, 21 Oct 2010 19:11:12 +0100 Message-ID: From: Hamish D To: =?UTF-8?Q?Daniel_Hern=C3=A1ndez?= Cc: sup talk Subject: Re: [sup-talk] deleting files from source X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org > I started using sup recently. Now I have only one source that is a > inbox maildir folder. I want to delete some emails from the source > forever, but when I delete or kill emails they are not really deleted > from the maildir folder. How can I clean the maildir folder, removing > deleted or killed emails? You can't do it with maildir, but if you have mbox you should be able to do: sup-sync-back --drop-deleted mbox:/home/name/mail/mbox sup-sync --changed mbox:/home/name/mail/mbox Make sure sup is NOT running when you do this, and obviously put the path to your own mbox there. Also note that currently the git version says that sup-sync-back doesn't work ... Hamish _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk