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 37AC4431FB6 for ; Mon, 4 Apr 2011 08:58:52 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 cqyl+lF43m-b for ; Mon, 4 Apr 2011 08:58:50 -0700 (PDT) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C0530431FB5 for ; Mon, 4 Apr 2011 08:58:49 -0700 (PDT) Received: by bwg12 with SMTP id 12so4756582bwg.26 for ; Mon, 04 Apr 2011 08:58:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=2FI2wiaEhtrf7QKixKmxKwJvK70fVnC59bfovHyJomw=; b=fHOOWPuwvW2EXckSR0m02T03W+EBn6Dp5ZwGqk49mXHwAt+X2gBLFNlkQv0v1GvjtS I64/z9lWDAIVKUZnH2nU9XLIOT4/9tAQ0xpatOEf6/6bY1QuNbo5/CUITm7zn4Oa6fIo Y+GMjvICIH90ybKlC2EMaLFFRu/RvLIQYRYGc= 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=mZdpZkhwFQ6m9WW0GlGjoe2S7chmdcfOF8xTtxEu4RnAMSbkvTOreoTKOw+dSSMaOu +aUs1zdVwJKzxfOQOpZfTSyRq6SSnJ9JuwxKL39JinlGKBrmwj4cLMY+hG8fjlMPnK0r X+NZcSYE1NmDjjMtuQ3QunpJJCzhX+czXEJis= MIME-Version: 1.0 Received: by 10.204.143.141 with SMTP id v13mr2589525bku.203.1301932728475; Mon, 04 Apr 2011 08:58:48 -0700 (PDT) Received: by 10.204.84.73 with HTTP; Mon, 4 Apr 2011 08:58:48 -0700 (PDT) In-Reply-To: References: Date: Mon, 4 Apr 2011 18:58:48 +0300 Message-ID: Subject: Re: [PATCH] notmuch.vim can now archive threads using a from the show screen From: Felipe Contreras To: Jeff Richards Content-Type: text/plain; charset=UTF-8 Cc: notmuch@notmuchmail.org 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: Mon, 04 Apr 2011 15:58:52 -0000 On Mon, Apr 4, 2011 at 4:46 AM, Jeff Richards wrote: > Implements the already shelled out function for archiving messages while looking at a message. I'm not sure if this should also remove from 'unread', or we should have two actions, one that removes from both unread and 'inbox', and another one only for 'inbox'. -- Felipe Contreras