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 C29FE429E21 for ; Mon, 3 Oct 2011 14:15:24 -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 06PrSXQCeYk2 for ; Mon, 3 Oct 2011 14:15:24 -0700 (PDT) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 06D79431FB6 for ; Mon, 3 Oct 2011 14:15:23 -0700 (PDT) Received: by eyg5 with SMTP id 5so3773193eyg.26 for ; Mon, 03 Oct 2011 14:15:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :organization:user-agent; bh=i9XRdqhFieO5qSI3ck21Gx67BQsKTlWx7AaX2n2rVOM=; b=wz1ALzo8BhCfw6EFWXnDBH32aLoBsc0CdlvtwYDy4hDoPXac/DqoA2UeVs/EyHAcRn 0XHg8x4vx08dQf3H5eDw4Vr4YrYguxVBt9zMMuqE/Qjy/UonSNK4GrTMS9GFHetA4tPd xsaFfuZFkCtj2ByFCh46dUUvEzAwBTUEhJA54= Received: by 10.223.23.197 with SMTP id s5mr535031fab.22.1317676522700; Mon, 03 Oct 2011 14:15:22 -0700 (PDT) Received: from localhost ([85.104.4.184]) by mx.google.com with ESMTPS id n12sm22737153fan.9.2011.10.03.14.15.20 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 03 Oct 2011 14:15:21 -0700 (PDT) Date: Tue, 4 Oct 2011 00:15:22 +0300 From: Ali Polatel To: Notmuch Mailing List Subject: Re: [RFC/PATCH] notmuch link Message-ID: <20111003211522.GB28273@hayalet> Mail-Followup-To: Notmuch Mailing List References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Y7xTucakfITjPcLV" Content-Disposition: inline In-Reply-To: Organization: Pink Floyd User-Agent: Mutt/1.5.21 (2010-09-15) 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: Mon, 03 Oct 2011 21:15:24 -0000 --Y7xTucakfITjPcLV Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ali Polatel yazm=C4=B1=C5=9F: >From: Ali Polatel > >Hello, > >I have been working on a new notmuch command namely 'link'. This command >aims to help integrating notmuch with different mail agents. Basically >it (sym)links messages matching the given search terms to the specified >target maildir. You may use this maildir as a so-called "virtual" >folder. After applying the patch call "notmuch help link" for basic >help. > >The patch is also available on links branch under my notmuch repository: >https://github.com/alip/notmuch > >Beware this is pretty experimental, I have been using it for a couple of >days fixing the issues along the way. I will be sharing my workflow >using this command with mutt after I'm done polishing my scripts. > >This mail is merely a request for comments and testing. Sigh... I have just noticed "notmuch show" learned --format=3Dmbox which makes this patch rather pointless for me. This changeset will keep living under my notmuch repository possibly without receiving any updates. >Ali Polatel (1): > link: Add new command > > Makefile.local | 2 + > maildir.c | 262 +++++++++++++++++++++++++++++++++++++++++ > maildir.h | 53 +++++++++ > notmuch-client.h | 4 + > notmuch-link.c | 339 +++++++++++++++++++++++++++++++++++++++++++++++++= +++++ > notmuch.c | 44 +++++++ > 6 files changed, 704 insertions(+), 0 deletions(-) > create mode 100644 maildir.c > create mode 100644 maildir.h > create mode 100644 notmuch-link.c > >--=20 >1.7.6.1 > -alip --Y7xTucakfITjPcLV Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) iEYEARECAAYFAk6KJeoACgkQQU4yORhF8iDf9QCgzLnZSZZmymgVWiDmaPl3ZYwH 1LIAn0W6B2HMFoQs3/Oq1sLPFkeBTaMF =yhmz -----END PGP SIGNATURE----- --Y7xTucakfITjPcLV--