From: David Edmondson Date: Fri, 9 May 2014 15:55:45 +0000 (+0100) Subject: Re: [RFC PATCH] emacs: show: mark messages unread if seen in buffer X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7fc4e6205eed6873443081bf166d38ea57fa3580;p=notmuch-archives.git Re: [RFC PATCH] emacs: show: mark messages unread if seen in buffer --- diff --git a/1c/5f5426d1b02d20ccf51038f63b73569db750c8 b/1c/5f5426d1b02d20ccf51038f63b73569db750c8 new file mode 100644 index 000000000..f84957fe7 --- /dev/null +++ b/1c/5f5426d1b02d20ccf51038f63b73569db750c8 @@ -0,0 +1,74 @@ +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 475BF431FBF + for ; Fri, 9 May 2014 08:55:54 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 zVvb1rlsqn7j for ; + Fri, 9 May 2014 08:55:49 -0700 (PDT) +Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com + [209.85.212.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 5CF1C431FBC + for ; Fri, 9 May 2014 08:55:49 -0700 (PDT) +Received: by mail-wi0-f171.google.com with SMTP id hm4so1561016wib.4 + for ; Fri, 09 May 2014 08:55:48 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:to:subject:in-reply-to:references:user-agent + :from:date:message-id:mime-version:content-type; + bh=IAz7ChPeyUWCiM7upO+pPwNUjN1Qe8RxvsDA4v1k0Fg=; + b=XfskshVOngtCtUkgBeLzGpqBTum+wyoDKEDLTxGIWxxHPrhUaNs1ayCmIy2i4oPJMs + vDjRIbRpTeW4BNnGJz+2c/3OhA0FoGzenJkdfHrlJGS9Q6MDaHIaPtBjGA3OfVNux4QC + 6QjwMPCTNxtOOCxgt0vTjv6h10+w7UA4yvYL4gm0JtYBYuNTLVZQ8XlUs5oyMLSaK2du + YrZ/ZJl7Uyu6KSpk/bewd5xU9nF14LSrMD27YgTYbV73FFj9MQJsbYuI0nf4xL62OnPW + tSJh738jPjppMLJ7rkGqF6RSWQnaYZ/HeI9qpXDhU9nIztAgLaXL+dyvoGc7Ni3CgtWA + lGoA== +X-Gm-Message-State: + ALoCoQmKUzsbni0ZKWWVB4+dRtDgQ7muRXA1XHJJ58bW0ETKstxjlrDy64TnhyjyshJwMHsgMD3Y +X-Received: by 10.194.220.42 with SMTP id pt10mr2832180wjc.60.1399650948077; + Fri, 09 May 2014 08:55:48 -0700 (PDT) +Received: from localhost ([2a01:348:1a2:1:a288:b4ff:fe8a:77d8]) + by mx.google.com with ESMTPSA id + fu10sm5741513wib.11.2014.05.09.08.55.46 for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 09 May 2014 08:55:47 -0700 (PDT) +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [RFC PATCH] emacs: show: mark messages unread if seen in buffer +In-Reply-To: <1399650320-1382-1-git-send-email-markwalters1009@gmail.com> +References: <1399594808-2815-3-git-send-email-markwalters1009@gmail.com> + <1399650320-1382-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +From: David Edmondson +Date: Fri, 09 May 2014 16:55:45 +0100 +Message-ID: +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: Fri, 09 May 2014 15:55:54 -0000 + +On Fri, May 09 2014, Mark Walters wrote: +> To use set notmuch-show-mark-read-function to #'notmuch-show-do-seen + +I haven't test this function, but I'd expect it to be an option when +manipulating `notmuch-show-mark-read-function' using custom.