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 6434E429E21 for ; Wed, 26 Oct 2011 11:08:26 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 SsnmlfbK+Us2 for ; Wed, 26 Oct 2011 11:08:25 -0700 (PDT) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id A3062431FB6 for ; Wed, 26 Oct 2011 11:08:25 -0700 (PDT) Received: by qadc1 with SMTP id c1so2279837qad.26 for ; Wed, 26 Oct 2011 11:08:23 -0700 (PDT) Received: by 10.224.178.19 with SMTP id bk19mr26244439qab.72.1319652502298; Wed, 26 Oct 2011 11:08:22 -0700 (PDT) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id do8sm3197467qab.17.2011.10.26.11.08.19 (version=SSLv3 cipher=OTHER); Wed, 26 Oct 2011 11:08:20 -0700 (PDT) From: Jani Nikula To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: remote-notmuch.sh In-Reply-To: Date: Wed, 26 Oct 2011 17:48:13 +0000 Message-ID: <87ehxztzj6.fsf@nikula.org> References: User-Agent: Notmuch/0.5-232-g917e874 (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) 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: Wed, 26 Oct 2011 18:08:26 -0000 On Wed, 26 Oct 2011 13:04:55 +0300, Tomi Ollila wrote: > The remote-notmuch.sh script on page http://notmuchmail.org/remoteusage/ > starts to show it's age. As the notmuch command line interface has evolved > (and emacs ui followed) it is not working in many cases anymore. > > I took the script and modified it to work in my cases so far. There are many scripts like this; I wonder if it would be a good idea to include some of them in the notmuch repository? A "contrib" subdirectory comes to mind. As to the script, I'll have a look at it one of these days... BR, Jani.