--- /dev/null
+Return-Path: <gauthier@ostervall.se>\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 53C08431FB6\r
+ for <notmuch@notmuchmail.org>; Thu, 22 May 2014 04:07:36 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+ tests=[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 AX6juFKrNzpE for <notmuch@notmuchmail.org>;\r
+ Thu, 22 May 2014 04:07:28 -0700 (PDT)\r
+Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com\r
+ [209.85.212.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id DF6A3431FAE\r
+ for <notmuch@notmuchmail.org>; Thu, 22 May 2014 04:07:27 -0700 (PDT)\r
+Received: by mail-wi0-f177.google.com with SMTP id f8so4118259wiw.4\r
+ for <notmuch@notmuchmail.org>; Thu, 22 May 2014 04:07:25 -0700 (PDT)\r
+X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
+ d=1e100.net; s=20130820;\r
+ h=x-gm-message-state:mime-version:from:date:message-id:subject:to\r
+ :content-type;\r
+ bh=GxM/3kefHXMBuf6JWCzXLT4tKKYFRhCnGgFJmCn0ilE=;\r
+ b=SClFv6AsykAxRUjiLnHBwSCYMsaNCIf1u7o38jBc+Ri6BU3BLzdig0ug3xMtzwi9Jy\r
+ ksbB+LCZGBl8tQgYWPFsyvvoC0vplzvzZQrSXkqrvhw7DV0QhPUgACGTpUpff2OOr7l2\r
+ mFaV2Nrx52/7vpNXupBd8fkWD0qP236wQN3AEwBptbLzjY+MXLOhCka3xNAiXCs/x032\r
+ YpUy1ekMTj+gGpLWEq3io0n+dJgD9dWiWHGniplR0HrDa9xw040n/Ot6xvSewEgQfeRL\r
+ tUB7GIn6KFND2VeVDoh2z6z/hOAxIgl2tpKEA0Wk3v+qATLBbqc0iISQm6PlZvpRAjq2\r
+ /GZg==\r
+X-Gm-Message-State:\r
+ ALoCoQk1oJypOl4j8rHwowOLMQWdAa4fRzohQT5IwVX6Mn5Hgj7yAtzwJcB56KNR473YcYtHBn3A\r
+X-Received: by 10.180.13.113 with SMTP id g17mr15930360wic.48.1400756845546;\r
+ Thu, 22 May 2014 04:07:25 -0700 (PDT)\r
+MIME-Version: 1.0\r
+Received: by 10.180.101.194 with HTTP; Thu, 22 May 2014 04:07:05 -0700 (PDT)\r
+X-Originating-IP: [194.218.229.132]\r
+From: =?UTF-8?Q?Gauthier_=C3=96stervall?= <gauthier@ostervall.se>\r
+Date: Thu, 22 May 2014 13:07:05 +0200\r
+Message-ID:\r
+ <CAM8gEgg4vLCv4RwafKhr=ZNyW13xw+V3X9FOL5exi3sJTKJkwA@mail.gmail.com>\r
+Subject: emacs integration\r
+To: notmuch@notmuchmail.org\r
+Content-Type: text/plain; charset=UTF-8\r
+X-Mailman-Approved-At: Thu, 22 May 2014 13:52:11 -0700\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: Thu, 22 May 2014 11:07:36 -0000\r
+\r
+I just installed notmuch and could index from the command line.\r
+I read from the Setup section of the "emacs tips" page (\r
+notmuch@notmuchmail.org ) that integrating to emacs is as simple as\r
+(require 'notmuch).\r
+\r
+1. First, I had a hard time to get the el files at all. I finally got\r
+them from github.com/chrisdone/notmuch.git.\r
+Is this ok? Where should I get them otherwise?\r
+\r
+2. I put the git repot in ~/.emacs.d/includes/notmuch, and added that\r
+to my load-path:\r
+(add-to-list 'load-path "~/.emacs.d/includes/notmuch")\r
+before the require line.\r
+Require seemed to work (besides this error message: "Symbol's value as\r
+variable is void: zenburn-blue")\r
+Anything wrong here?\r
+\r
+3. Opening notmuch.el revealed that notmuch had to be built, with\r
+$ sudo make install-emacs.\r
+Unfortunately this yields:\r
+gauthier:~/.emacs.d/includes/notmuch $ sudo make install-emacs\r
+make -C .. install-emacs\r
+make[1]: Entering directory `/home/gauthier/.emacs.d/includes'\r
+make[1]: *** No rule to make target `install-emacs'. Stop.\r
+make[1]: Leaving directory `/home/gauthier/.emacs.d/includes'\r
+make: *** [install-emacs] Error 2\r
+\r
+I am not sure why the makefile has "-C ..", but I am not either sure\r
+how to solve it.\r
+Where do I go from there?\r