--- /dev/null
+Return-Path: <sshilovsky@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 DABD7431FC0\r
+ for <notmuch@notmuchmail.org>; Fri, 3 Oct 2014 09:49:38 -0700 (PDT)\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 Rw59I5b+WCDu for <notmuch@notmuchmail.org>;\r
+ Fri, 3 Oct 2014 09:49:33 -0700 (PDT)\r
+Received: from mail-la0-f54.google.com (mail-la0-f54.google.com\r
+ [209.85.215.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 2629B431FB6\r
+ for <notmuch@notmuchmail.org>; Fri, 3 Oct 2014 09:49:33 -0700 (PDT)\r
+Received: by mail-la0-f54.google.com with SMTP id gm9so1351201lab.41\r
+ for <notmuch@notmuchmail.org>; Fri, 03 Oct 2014 09:49:30 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id;\r
+ bh=CHxTKVlkgvK8LRhrnQrv5WC92Dqqa09eAfaQ6GW+wUM=;\r
+ b=t1sdlKmNXXlXl5IjRJDcRbPkGw2Objum4trpGnSKCVZYLbkvc8y9vttJSaPSpo78YO\r
+ idnHmuWYDZn7tuJzJL6ORW+36xMUBngdEwQ7dVv01OH/u2GIOhIjac0QrxTAumRfeE4D\r
+ tTAbfDqmci0d7QGofh1o6RNc0sIg2LtzyqyQIi/xMBwabFBCgv9JHu45AISeI1W0JS8G\r
+ Uf+3GvvkfSFwHBSIOsfmrIBLtk9rmIWePUu4eRW+gQPXPzKEHQisfk2qofN5oL7wWkQZ\r
+ b5WFS5LSVYeWXmfGOrgjQ6b3EUZmfPFo26DTs3bbRDNGWZZRAXblUhTJK43sAqy9Qb9F\r
+ 3qPQ==\r
+X-Received: by 10.152.7.208 with SMTP id l16mr7160010laa.48.1412354970245;\r
+ Fri, 03 Oct 2014 09:49:30 -0700 (PDT)\r
+Received: from localhost (shpd-178-69-254-65.vologda.ru. [178.69.254.65])\r
+ by mx.google.com with ESMTPSA id dw2sm2845233lbc.38.2014.10.03.09.49.28\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
+ Fri, 03 Oct 2014 09:49:29 -0700 (PDT)\r
+From: Sergei Shilovsky <sshilovsky@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] debian: append elinks to notmuch-vim dependencies\r
+Date: Fri, 3 Oct 2014 20:48:03 +0400\r
+Message-Id: <1412354883-4737-1-git-send-email-sshilovsky@gmail.com>\r
+X-Mailer: git-send-email 2.1.0\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: Fri, 03 Oct 2014 16:49:39 -0000\r
+\r
+notmuch-vim uses elinks to convert HTML messages to text.\r
+---\r
+ debian/control | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/debian/control b/debian/control\r
+index 6298deb..146dfea 100644\r
+--- a/debian/control\r
++++ b/debian/control\r
+@@ -128,7 +128,7 @@ Architecture: all\r
+ Section: mail\r
+ Breaks: notmuch (<<0.6~254~)\r
+ Replaces: notmuch (<<0.6~254~)\r
+-Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch\r
++Depends: ${misc:Depends}, notmuch, vim-addon-manager, vim-ruby, ruby-notmuch, elinks\r
+ Recommends: ruby-mail\r
+ Description: thread-based email index, search and tagging (vim interface)\r
+ Notmuch is a system for indexing, searching, reading, and tagging\r
+-- \r
+2.1.0\r
+\r