From: Paul R Date: Tue, 27 Apr 2010 15:07:18 +0000 (+0200) Subject: notmuch emacs interface X-Git-Url: http://git.tremily.us/?p=notmuch-archives.git;a=commitdiff_plain;h=7c551b4f270c6f10327f9acc27115759a4660665 notmuch emacs interface --- diff --git a/33/096bdd23754dfae688cb78aa7f70b76a998445 b/33/096bdd23754dfae688cb78aa7f70b76a998445 new file mode 100644 index 000000000..b2f9d0a9c --- /dev/null +++ b/33/096bdd23754dfae688cb78aa7f70b76a998445 @@ -0,0 +1,87 @@ +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 A24104196F0 + for ; Tue, 27 Apr 2010 08:07:25 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.1 +X-Spam-Level: +X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 + tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, + DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001] autolearn=ham +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 L6g1sg4px3Qv for ; + Tue, 27 Apr 2010 08:07:24 -0700 (PDT) +Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com + [74.125.82.53]) by olra.theworths.org (Postfix) with ESMTP id 799DA431FC1 for + ; Tue, 27 Apr 2010 08:07:24 -0700 (PDT) +Received: by wwi18 with SMTP id 18so1282066wwi.26 + for ; Tue, 27 Apr 2010 08:07:23 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; + h=domainkey-signature:received:received:from:to:subject:date + :message-id:user-agent:mime-version:content-type; + bh=Dq2tPlAeQvARcDIpRhkC/fN8b0HCh9tESYTZ7gxtbaM=; + b=Yg0jH/26sT1fCHWu7B+xBp1o2FDMwa4KRI5TFO9FTFcpoPVLb53YWxiX7wiYpHzRrw + q4LHu5EkG1/Fgk9zHWVsNaTXkHOEJcc0aegLCPQeHbxENgdVHvp78zApjMlbsFz9b5NX + E+uERxfamOATTwteqKLj1lWTqD4vWnjBG1uTE= +DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; + h=from:to:subject:date:message-id:user-agent:mime-version + :content-type; + b=hv9/hG2k1oqVmQ57O+BbUtLnWujnBB0Ix3N7wpxtFON+/zXCS91ERtlc3NnzMSZ5oA + 3QJcPYEN/C4KfheY9kFtCFLXJ1juIUZUVLwa7NmN0bea54DbSF63v3AJAu/LzrGVdIoN + /pGRx7fRFSrXhT8FIVMj7hQzYYwDbLE5TaMcg= +Received: by 10.216.86.133 with SMTP id w5mr5821557wee.187.1272380843247; + Tue, 27 Apr 2010 08:07:23 -0700 (PDT) +Received: from aspirouf.lan (abo-163-34-69.lil.modulonet.fr [85.69.34.163]) + by mx.google.com with ESMTPS id k13sm1244877wed.11.2010.04.27.08.07.19 + (version=TLSv1/SSLv3 cipher=RC4-MD5); + Tue, 27 Apr 2010 08:07:20 -0700 (PDT) +From: Paul R +To: notmuch@notmuchmail.org +Subject: notmuch emacs interface +Date: Tue, 27 Apr 2010 17:07:18 +0200 +Message-ID: <87y6g953yx.fsf@aspirouf.lan> +User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Tue, 27 Apr 2010 15:07:25 -0000 + +Hello, + +following the activity on this list, I've seen a recent effort toward +improving the behaviour of the Emacs frontend to notmuch, which is +a really nice thing. + +I also read the main emacs development mailing list, as well as the Gnus +ML, and I haven't seen any mention of NotMuch there, or maybe just once +on the later. + +I'm pretty sure most emacs hackers want notmuch thought, because it +brings a fresh, clean, responsive, reliable and efficient way of dealing +with mails from emacs. In my experience, there is no prior art in this +area (unfortunately). You could probably easily attract a handful of +core emacs developers to notmuch, therefore benefit from their amazing +emacs-fu to improve the frontend. + +Do you have a plan for that ? I think announcing it on emacs devel +mailing list would be ok, even if it is slightly off topic. + + + +-- + Paul