From: Tomi Ollila Date: Mon, 4 Jan 2016 22:50:48 +0000 (+0200) Subject: Re: Two Questions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d671a03160f5ae98b194fa79f90c5eeb759c36e;p=notmuch-archives.git Re: Two Questions --- diff --git a/67/f4197b39ecb19139b7ad2622b07274a4490ca7 b/67/f4197b39ecb19139b7ad2622b07274a4490ca7 new file mode 100644 index 000000000..23fa4b72c --- /dev/null +++ b/67/f4197b39ecb19139b7ad2622b07274a4490ca7 @@ -0,0 +1,79 @@ +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 E79286DE1635 + for ; Mon, 4 Jan 2016 14:50:31 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.672 +X-Spam-Level: +X-Spam-Status: No, score=0.672 tagged_above=-999 required=5 tests=[AWL=0.020, + SPF_NEUTRAL=0.652] 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 R2Ak7UbOMbVm for ; + Mon, 4 Jan 2016 14:50:29 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 758FA6DE0B25 + for ; Mon, 4 Jan 2016 14:50:29 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 8787E1000CD; + Tue, 5 Jan 2016 00:50:48 +0200 (EET) +From: Tomi Ollila +To: MaDhAt2r , notmuch@notmuchmail.org +Subject: Re: Two Questions +In-Reply-To: + <87io39geei.fsf@ArchNemesis.i-did-not-set--mail-host-address--so-tickle-me> +References: + <87io39geei.fsf@ArchNemesis.i-did-not-set--mail-host-address--so-tickle-me> +User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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, 04 Jan 2016 22:50:32 -0000 + +On Tue, Jan 05 2016, MaDhAt2r wrote: + +> Hello All! +> +> I have been using notmuch/emacs for about two years now. I of course +> love the setup, but there have always been two main issues I have yet to +> find a solution for. I am hoping someone on here has found some answers. +> +> 1. How to change the time/date to use 12h format in all displays. + +This probably requires some coding... + +> 2. How to handle mailto:// hyperlinks and force the use of emacs/notmuch + +You can try + +https://github.com/domo141/nottoomuch/blob/master/nottoomuch-emacs-mailto.rst + +(hmm, I wonder what happens if the link is mailto:// and not just mailto:) + + +Tomi + +> +> I am running on ArchLinux (4.1.15-1-lts kenel), Emacs 24.5.1, notmuch 0.21 +> +> Thanks for your help!