[PATCH 8/8] cli: optionally restore message properties from dump file
[notmuch-archives.git] / 51 / 43a7fc96db6d7f8620c96258f6be5d6b27cec7
1 Return-Path: <dme@dme.org>\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 D904E431FBD\r
6         for <notmuch@notmuchmail.org>; Wed,  3 Mar 2010 00:18:47 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.556\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.556 tagged_above=-999 required=5\r
12         tests=[AWL=-0.446, BAYES_05=-1.11] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id EHYFVNBfV+yQ for <notmuch@notmuchmail.org>;\r
16         Wed,  3 Mar 2010 00:18:47 -0800 (PST)\r
17 Received: from mail-bw0-f218.google.com (mail-bw0-f218.google.com\r
18         [209.85.218.218])\r
19         by olra.theworths.org (Postfix) with ESMTP id DB2D3431FBC\r
20         for <notmuch@notmuchmail.org>; Wed,  3 Mar 2010 00:18:46 -0800 (PST)\r
21 Received: by bwz10 with SMTP id 10so968664bwz.2\r
22         for <notmuch@notmuchmail.org>; Wed, 03 Mar 2010 00:18:36 -0800 (PST)\r
23 Received: by 10.204.34.76 with SMTP id k12mr700360bkd.61.1267604316468;\r
24         Wed, 03 Mar 2010 00:18:36 -0800 (PST)\r
25 Received: from aw.hh.sledj.net (gmp-ea-fw-1.sun.com [192.18.1.36])\r
26         by mx.google.com with ESMTPS id a11sm324672bkc.15.2010.03.03.00.18.35\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Wed, 03 Mar 2010 00:18:35 -0800 (PST)\r
29 Received: by aw.hh.sledj.net (Postfix, from userid 1000)\r
30         id C349F3A0A1; Wed,  3 Mar 2010 08:18:21 +0000 (GMT)\r
31 From: David Edmondson <dme@dme.org>\r
32 To: notmuch@notmuchmail.org\r
33 Date: Wed,  3 Mar 2010 08:18:19 +0000\r
34 Message-Id: <1267604299-12777-1-git-send-email-dme@dme.org>\r
35 X-Mailer: git-send-email 1.7.0\r
36 Subject: [notmuch] [PATCH] notmuch.el: Fix nil return from\r
37         notmuch-show-previous-message-without-marking-read.\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Wed, 03 Mar 2010 08:18:48 -0000\r
51 \r
52 ---\r
53  notmuch.el |    2 +-\r
54  1 files changed, 1 insertions(+), 1 deletions(-)\r
55 \r
56 diff --git a/notmuch.el b/notmuch.el\r
57 index 3bdd046..2e0186b 100644\r
58 --- a/notmuch.el\r
59 +++ b/notmuch.el\r
60 @@ -611,7 +611,7 @@ Returns nil if already on the first message in the buffer."\r
61               nil\r
62             t))\r
63        (recenter 0)\r
64 -      (nil))))\r
65 +      nil)))\r
66  \r
67  (defun notmuch-show-previous-message ()\r
68    "Backup to the previous message (whether open or closed)\r
69 -- \r
70 1.7.0\r
71 \r