[PATCH] emacs: allow to set RETAIN-STATE for `notmuch-show-refresh-view' interactively
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Mon, 13 Feb 2012 11:09:07 +0000 (15:09 +0400)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:26 +0000 (09:44 -0800)
bc/3ef110c824e0fbd0a17c36c203ff86787c1ab0 [new file with mode: 0644]

diff --git a/bc/3ef110c824e0fbd0a17c36c203ff86787c1ab0 b/bc/3ef110c824e0fbd0a17c36c203ff86787c1ab0
new file mode 100644 (file)
index 0000000..b375145
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <dmitry.kurochkin@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id CB76A431FBD\r
+       for <notmuch@notmuchmail.org>; Mon, 13 Feb 2012 03:10:28 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id KrZI157I-GpH for <notmuch@notmuchmail.org>;\r
+       Mon, 13 Feb 2012 03:10:28 -0800 (PST)\r
+Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
+       [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 3D622431FBC\r
+       for <notmuch@notmuchmail.org>; Mon, 13 Feb 2012 03:10:28 -0800 (PST)\r
+Received: by bkcit16 with SMTP id it16so286488bkc.26\r
+       for <notmuch@notmuchmail.org>; Mon, 13 Feb 2012 03:10:26 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=from:to:subject:date:message-id:x-mailer;\r
+       bh=FiVricpeRkgrgIYPE+gcd5/kcOaYLkH8iVpo9wFxGp4=;\r
+       b=iIv1dKo/0sewjkEvxZdDICt0BuOdKnzA/av4fQnBgs3CI8JAwXBjx5JFOm71ztqnS5\r
+       dYOLaQUoMrjw/cbf0nsgbT2XDXQh5/09iBEYkMCBUTpD5LOy1jXD4XZNbJov4vxDZk85\r
+       r8GwOyO4QAyPLMjLyM8Gp+MIyc/LNIP71KnF8=\r
+Received: by 10.204.154.20 with SMTP id m20mr555895bkw.90.1329131426896;\r
+       Mon, 13 Feb 2012 03:10:26 -0800 (PST)\r
+Received: from localhost ([91.144.186.21])\r
+       by mx.google.com with ESMTPS id x20sm45116087bka.9.2012.02.13.03.10.26\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Mon, 13 Feb 2012 03:10:26 -0800 (PST)\r
+From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] emacs: allow to set RETAIN-STATE for\r
+       `notmuch-show-refresh-view' interactively\r
+Date: Mon, 13 Feb 2012 15:09:07 +0400\r
+Message-Id: <1329131347-13803-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+X-Mailer: git-send-email 1.7.9\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 13 Feb 2012 11:10:28 -0000\r
+\r
+The notmuch-show view refresh function (`notmuch-show-refresh-view',\r
+bound to "=") accepts an optional RETAIN-STATE argument.  The patch\r
+allows to set this argument interactively by using "C-u =".\r
+---\r
+ emacs/notmuch-show.el |    2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index 43408d9..aa9ccee 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -1124,7 +1124,7 @@ This includes:\r
+ Refreshes the current view, observing changes in display\r
+ preferences. If RETAIN-STATE is non-nil then the state of the\r
+ buffer is stored and re-applied after the refresh."\r
+-  (interactive)\r
++  (interactive "P")\r
+   (let ((inhibit-read-only t)\r
+       state)\r
+     (if retain-state\r
+-- \r
+1.7.9\r
+\r