[PATCH 11/13] emacs: remove no longer used functions from notmuch-show.el
authorThomas Jost <schnouki@schnouki.net>
Mon, 3 Oct 2011 16:47:25 +0000 (18:47 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:34 +0000 (09:39 -0800)
34/d9a1f47bf7a26d8709f82053cb5c386ba47b32 [new file with mode: 0644]

diff --git a/34/d9a1f47bf7a26d8709f82053cb5c386ba47b32 b/34/d9a1f47bf7a26d8709f82053cb5c386ba47b32
new file mode 100644 (file)
index 0000000..b975025
--- /dev/null
@@ -0,0 +1,88 @@
+Return-Path: <schnouki@schnouki.net>\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 734FD431FB6\r
+       for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 09:48:51 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References"\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.1\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
+       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 B4zk6ashDN-W for <notmuch@notmuchmail.org>;\r
+       Mon,  3 Oct 2011 09:48:50 -0700 (PDT)\r
+Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
+       by olra.theworths.org (Postfix) with ESMTP id DE95A429E33\r
+       for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 09:48:45 -0700 (PDT)\r
+Received: from localhost.localdomain (thor.loria.fr [152.81.12.250])\r
+       by ks3536.kimsufi.com (Postfix) with ESMTPSA id 31A366A069B;\r
+       Mon,  3 Oct 2011 18:48:45 +0200 (CEST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
+       s=key-schnouki; t=1317660525;\r
+       bh=sF1JJBa9XQmT3jr1VrFVahLJShfrVUINhDuYo3Yj8Us=;\r
+       h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:\r
+       In-Reply-To:References;\r
+       b=WQn2p2canl5DQk/RPW9YNJgMxgkdHh789YdB7DxtEsXFiTwivVTnSf3mmIjmCDthR\r
+       27bHOySwfNVrYM9a38tQoKcAt4e3XbWIvtqi6m9Qd0N6D8/Hx6dVko9jlBYkhgQdou\r
+       9jOHfqcQCzo0JBK/4qiLV3SwQGPBMiTz/ZGPztSs=\r
+From: Thomas Jost <schnouki@schnouki.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 11/13] emacs: remove no longer used functions from\r
+       notmuch-show.el\r
+Date: Mon,  3 Oct 2011 18:47:25 +0200\r
+Message-Id: <1317660447-27520-12-git-send-email-schnouki@schnouki.net>\r
+X-Mailer: git-send-email 1.7.6.4\r
+In-Reply-To: <1317660447-27520-1-git-send-email-schnouki@schnouki.net>\r
+References: <1317660447-27520-1-git-send-email-schnouki@schnouki.net>\r
+In-Reply-To: <871uuuywtt.fsf@convex-new.cs.unb.ca>\r
+References: <871uuuywtt.fsf@convex-new.cs.unb.ca>\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, 03 Oct 2011 16:48:51 -0000\r
+\r
+From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
+\r
+Remove `notmuch-show-move-past-invisible-backward' and\r
+`notmuch-show-move-past-invisible-forward' functions which are\r
+unused.\r
+---\r
+ emacs/notmuch-show.el |    8 --------\r
+ 1 files changed, 0 insertions(+), 8 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index bf267e8..e6265e8 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -970,14 +970,6 @@ All currently available key bindings:\r
+     (notmuch-show-move-to-message-top)\r
+     t))\r
\r
+-(defun notmuch-show-move-past-invisible-forward ()\r
+-  (while (point-invisible-p)\r
+-    (forward-char)))\r
+-\r
+-(defun notmuch-show-move-past-invisible-backward ()\r
+-  (while (point-invisible-p)\r
+-    (backward-char)))\r
+-\r
+ ;; Functions relating to the visibility of messages and their\r
+ ;; components.\r
\r
+-- \r
+1.7.6.4\r
+\r