From: Daniel Kahn Gillmor Date: Mon, 13 Jun 2016 14:50:13 +0000 (+2000) Subject: Re: Problem with draft mails when using offlineimap X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d354e60b98f60eff3037f2cd639364d58232807d;p=notmuch-archives.git Re: Problem with draft mails when using offlineimap --- diff --git a/53/ba4b25865f60d38953068bdef9fb74526194c6 b/53/ba4b25865f60d38953068bdef9fb74526194c6 new file mode 100644 index 000000000..3ac5a8640 --- /dev/null +++ b/53/ba4b25865f60d38953068bdef9fb74526194c6 @@ -0,0 +1,89 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id DE0BE6DE02A7 + for ; Mon, 13 Jun 2016 07:50:23 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.033 +X-Spam-Level: +X-Spam-Status: No, score=-0.033 tagged_above=-999 required=5 + tests=[AWL=-0.033] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id OAM8RY3IExWc for ; + Mon, 13 Jun 2016 07:50:15 -0700 (PDT) +Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) + by arlo.cworth.org (Postfix) with ESMTP id 2CC6F6DE0008 + for ; Mon, 13 Jun 2016 07:50:15 -0700 (PDT) +Received: from fifthhorseman.net (unknown [38.109.115.130]) + by che.mayfirst.org (Postfix) with ESMTPSA id 013FAF98B; + Mon, 13 Jun 2016 10:50:13 -0400 (EDT) +Received: by fifthhorseman.net (Postfix, from userid 1000) + id A73C22049A; Mon, 13 Jun 2016 10:50:13 -0400 (EDT) +From: Daniel Kahn Gillmor +To: Torben Hoffmann , notmuch@notmuchmail.org +Subject: Re: Problem with draft mails when using offlineimap +In-Reply-To: <575c1f77.8905370a.5c586.ffffafcb@mx.google.com> +References: <5759bd3e.8726c80a.2b5af.ffffd65b@mx.google.com> + <87shwmcdkv.fsf@alice.fifthhorseman.net> + <575c1f77.8905370a.5c586.ffffafcb@mx.google.com> +User-Agent: Notmuch/0.22+47~g4441900 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 13 Jun 2016 10:50:13 -0400 +Message-ID: <87mvmp6t3u.fsf@alice.fifthhorseman.net> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: 8bit +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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: Mon, 13 Jun 2016 14:50:23 -0000 + +On Fri 2016-06-10 13:59:34 -0400, Torben Hoffmann wrote: +> The link you sent me does not work for me + +the link should work in notmuch-emacs if you already have a copy of the +existing messages in your mailstore. if you subscribed to the mailing +list after those e-mails were sent, you won't have the messages in your +mailing list. + +> - even in the browser when looking through the patches, which I think +> are here: https://notmuchmail.org/pipermail/notmuch/2016/022492.html + +yes, that's the right file. unfortunately, pipermail doesn't do a great +job at mailing list archives or making them fetchable. + +If you can spare ~125MB, you could fetch the full mbox and put it in a +maildir within your notmuch folder so you can read it. +http://notmuchmail.org/archives/notmuch.mbox + +It'd be nice for someone™ to put up a read-only notmuch-web interface to +the notmuch mailing list archive in the future, though. ;) + +> How can I get to try out those patches? + +To try the patches, you'd need to get set up being able to build the +source code; once you have a patch in an e-mail file, you can apply it +with "git am". If you just have a raw patch, you can apply it with "git +apply" instead. + +please see: + + https://notmuchmail.org/contributing/ + +for more details on working with the source and patches. + +Regards, + + --dkg