"snoozing" with notmuch?
[notmuch-archives.git] / 9c / 8690d502584094f76a8650550382755ab6f8ba
1 Return-Path: <markwalters1009@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 972E7431FAE\r
6         for <notmuch@notmuchmail.org>; Sat,  6 Sep 2014 09:22:27 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id Gp1Er5nbP01u for <notmuch@notmuchmail.org>;\r
18         Sat,  6 Sep 2014 09:22:22 -0700 (PDT)\r
19 Received: from mail-we0-f182.google.com (mail-we0-f182.google.com\r
20         [74.125.82.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 00489431FBC\r
23         for <notmuch@notmuchmail.org>; Sat,  6 Sep 2014 09:22:17 -0700 (PDT)\r
24 Received: by mail-we0-f182.google.com with SMTP id w62so13185879wes.27\r
25         for <notmuch@notmuchmail.org>; Sat, 06 Sep 2014 09:22:16 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
28         bh=gMftLOtaKKBMEAhZknEctsjULfY46gOp1A4HvJhSWss=;\r
29         b=sopk8/AG0alzJoDjuBuL2kCKpztm8Y54fdpJ+tMHhLt6kEVmQf49qPXS/3ETpZv/1c\r
30         nINNRN+W86RLrUWENjzPZfbHi5Gwm22xVszSiH9tY0VQ89SbFyHTkb0YySAMljgdvN3y\r
31         7e1krjquXe1p0Epx7uFTrLP+qppagsNAfR73iG43+JyQohUToTYZZ2Km0B8K+ogS6jvf\r
32         3GT/l1tYBmdMHzOlYzIq6+cUCNpTnHQMgWDarsyGkwfseOHTpyeFrWJkeQxm0fogBOS/\r
33         l2k9ukBNy8b3i0qEvTmbWsYfxX1pc1MxAY6Hzcg7mxUfPqfqdAAYxnpRkvfWqn/Uvyfo\r
34         kDeg==\r
35 X-Received: by 10.180.37.16 with SMTP id u16mr11106147wij.72.1410020536834;\r
36         Sat, 06 Sep 2014 09:22:16 -0700 (PDT)\r
37 Received: from localhost (5751dfa2.skybroadband.com. [87.81.223.162])\r
38         by mx.google.com with ESMTPSA id pc6sm4967326wjb.43.2014.09.06.09.22.15\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
41         Sat, 06 Sep 2014 09:22:16 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [Patch v2 1/2] emacs: show: document the mark unread defcustom\r
45         function\r
46 Date: Sat,  6 Sep 2014 17:22:10 +0100\r
47 Message-Id: <1410020531-24419-2-git-send-email-markwalters1009@gmail.com>\r
48 X-Mailer: git-send-email 1.7.10.4\r
49 In-Reply-To: <1410020531-24419-1-git-send-email-markwalters1009@gmail.com>\r
50 References: <1410020531-24419-1-git-send-email-markwalters1009@gmail.com>\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Sat, 06 Sep 2014 16:22:27 -0000\r
64 \r
65 ---\r
66  emacs/notmuch-show.el |    8 +++++++-\r
67  1 file changed, 7 insertions(+), 1 deletion(-)\r
68 \r
69 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
70 index 7549fbb..5695d95 100644\r
71 --- a/emacs/notmuch-show.el\r
72 +++ b/emacs/notmuch-show.el\r
73 @@ -224,7 +224,13 @@ For example, if you wanted to remove an \"unread\" tag and add a\r
74    :group 'notmuch-show)\r
75  \r
76  (defcustom notmuch-show-mark-read-function #'notmuch-show-seen-current-message\r
77 -  "Function to control which messages are marked read."\r
78 +  "Function to control which messages are marked read.\r
79 +\r
80 +The function should take two arguments START and END which will\r
81 +be the start and end of the visible portion of the buffer and\r
82 +should mark the appropriate messages read by applying\r
83 +`notmuch-show-mark-read'. This function will be called after\r
84 +every user interaction with notmuch."\r
85    :type 'function\r
86    :group 'notmuch-show)\r
87  \r
88 -- \r
89 1.7.10.4\r
90 \r