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 34117431FD0 for ; Wed, 7 Sep 2011 09:44:12 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 sqXijugE2UFe for ; Wed, 7 Sep 2011 09:44:11 -0700 (PDT) Received: from mail-ey0-f175.google.com (mail-ey0-f175.google.com [209.85.215.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A9C28431FB6 for ; Wed, 7 Sep 2011 09:44:11 -0700 (PDT) Received: by eyh6 with SMTP id 6so5233551eyh.20 for ; Wed, 07 Sep 2011 09:44:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=Jt/lwLLpyTqwNksED0b/Z5sGxXvzU3r+Nxb4WGovmGQ=; b=JfWn4rYlpfdQonGbiS8KOjWLDUICJidTPu2GbxaPKrivutHD+a/yHR/tEZwHnhfX6A jAxjdMnQ2Z//Zwrnr/yRr8uU9iO2IEXUaUHv0vJQvqddb5NE0OAAyvdFTTQJOcT3818S hRJ8DazyizHEUmCqO0AaWFLTW7ssOAJSl0wmU= Received: by 10.213.7.136 with SMTP id d8mr1362351ebd.119.1315413847644; Wed, 07 Sep 2011 09:44:07 -0700 (PDT) Received: from matthieu-netbook (vbo91-2-82-239-207-166.fbx.proxad.net [82.239.207.166]) by mx.google.com with ESMTPS id f1sm1742272eec.0.2011.09.07.09.44.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Sep 2011 09:44:06 -0700 (PDT) From: Matthieu Lemerre To: Mark Walters , Notmuch Mail Subject: Re: RFC/PATCH emacs attachment handling In-Reply-To: <87mxehqhbl.fsf@r102.config> References: <87mxehqhbl.fsf@r102.config> User-Agent: Notmuch/0.6+mwhudson+1700~natty1 (http://notmuchmail.org) Emacs/23.2.1 (i686-pc-linux-gnu) Date: Wed, 07 Sep 2011 18:44:04 +0200 Message-ID: <8739g8e20b.fsf@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Thu, 08 Sep 2011 14:21:55 -0700 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: Wed, 07 Sep 2011 16:44:12 -0000 > Finally, I have also mapped the key "o" (other/open with) on a button to > open with user chosen program. This could be split out into a separate > patch if preferred. This is great! In particular many people send PDF attachments to me with mime-type attachment/octet-stream, and notmuch could not view them and only offered to save them... I have wanted this functionality for long! Matthieu