From: David Bremner Date: Fri, 13 May 2016 22:45:34 +0000 (+2100) Subject: Re: slight workaround needed to use gnus-alias X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=29363cc3299f7a6e3ee078f69fb439fdac082bc8;p=notmuch-archives.git Re: slight workaround needed to use gnus-alias --- diff --git a/53/6d6925497f45844a0c3635658163cfaa3221a8 b/53/6d6925497f45844a0c3635658163cfaa3221a8 new file mode 100644 index 000000000..0911b67c8 --- /dev/null +++ b/53/6d6925497f45844a0c3635658163cfaa3221a8 @@ -0,0 +1,68 @@ +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 5B4C86DE02B2 + for ; Fri, 13 May 2016 15:45:47 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.012 +X-Spam-Level: +X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5 + tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] + 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 pa9K5Vu7ihrm for ; + Fri, 13 May 2016 15:45:39 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 153B86DE0317 + for ; Fri, 13 May 2016 15:45:38 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1b1Lpp-00056P-K2; Fri, 13 May 2016 18:45:29 -0400 +Received: (nullmailer pid 10708 invoked by uid 1000); + Fri, 13 May 2016 22:45:34 -0000 +From: David Bremner +To: Sanjoy Mahajan , notmuch@notmuchmail.org +Subject: Re: slight workaround needed to use gnus-alias +In-Reply-To: <87y47eypgp.fsf@insight.mit.edu> +References: <87lh3f1fb8.fsf@insight.mit.edu> <87zirv2rvc.fsf@zancas.localnet> + <87inyj1cle.fsf@insight.mit.edu> <87shxn5jph.fsf@tesseract.cs.unb.ca> + <87y47eypgp.fsf@insight.mit.edu> +User-Agent: Notmuch/0.22 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Fri, 13 May 2016 19:45:34 -0300 +Message-ID: <87h9e137ch.fsf@zancas.localnet> +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: Fri, 13 May 2016 22:45:47 -0000 + +Sanjoy Mahajan writes: + +> On 2016-05-12 12:23, David Bremner wrote: +> +>> I'd suggest submitting a feature request with M-x report-bug, and we +>> can follow on the bug if clarification is needed. +> +> Upon further investigation, I found that gnus-alias.el isn't part of +> emacs itself but is an addon (on the Emacswiki). So, I wrote to its +> author with the suggested change. +> +> -Sanjoy + +Thanks for letting us know. + +David