Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A1D46431FBC for ; Sun, 22 Nov 2009 06:41:17 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z72SZ4cQ8jS2 for ; Sun, 22 Nov 2009 06:41:17 -0800 (PST) Received: from mail-px0-f180.google.com (mail-px0-f180.google.com [209.85.216.180]) by olra.theworths.org (Postfix) with ESMTP id F1D40431FAE for ; Sun, 22 Nov 2009 06:41:16 -0800 (PST) Received: by pxi10 with SMTP id 10so3498807pxi.33 for ; Sun, 22 Nov 2009 06:41:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=noTIQDOPsqUAVmdL4WR2bf1Lvji9TA2u6ljeBq4xnio=; b=pjlSpHcH+vbp5Dtl3K2ixArTW/l78N6GvmqZLZS4nZfZYSNlmzto3Rt68uD5y4LDJF 6bLtK7yK1b68Rs6PlTRGwdlGDCfLfCjO3NPtin7OJL94mUKlLpgliQdVEiajSRw/1BfF ZEthtGUAYG+3nqnHqMaru5NjvlCuk0Lfj65JU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=OfDTf9kq4fLhFCAjeA871jPeO0UR/UnFkQ7pAA/O08bvpSTdcAQl+eYy+UWdrcLDRe 6tJHJ6PSGkC4VS1135/omJ53s/zYZTo2Qs/VgwnB+6biWjT0aGp9ErFdKyg/9p7iEn/O CDwJUR2jiJ0UaY4RqHgkdDIgvnTYL47BkAiLk= MIME-Version: 1.0 Received: by 10.114.249.17 with SMTP id w17mr6304902wah.85.1258900876376; Sun, 22 Nov 2009 06:41:16 -0800 (PST) In-Reply-To: References: Date: Sun, 22 Nov 2009 09:41:16 -0500 Message-ID: <46263c600911220641m4d6de6d9u190d41c3feb87bc7@mail.gmail.com> From: Brett Viren To: Jjgod Jiang Content-Type: text/plain; charset=ISO-8859-1 Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] Guide for new users? X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2009 14:41:17 -0000 On Sat, Nov 21, 2009 at 11:44 PM, Jjgod Jiang wrote: > 1. What's the most efficient way to sync mails from my gmail > account to a local Maildir? I've tried offlineimap but it > keeps crashing python (!) on my system (python 2.6, Mac OS X > 10.6.2). OfflineIMAP would have been my suggestion. > 2. How to add notmuch.el into my .emacsrc? > > I know notmuch feels like a tool for geeks, but it will probably > lower the barrier if someone can provide such a guide in a > straightforward, step-by-step way. I put notmuch.el in an ~/.emacs.d/ directory. Then add this to your .emacs file: (add-to-list 'load-path (expand-file-name "~/.emacs.d")) (require 'notmuch) In the session type "M-x notmuch". -Brett.