Re: [RFC/PATCH] notmuch link

Subject: Re: [RFC/PATCH] notmuch link

Date: Tue, 4 Oct 2011 00:15:22 +0300

To: Notmuch Mailing List

Cc:

From: Ali Polatel


Ali Polatel yazmış:
>From: Ali Polatel <alip@exherbo.org>
>
>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=mbox 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
>
>-- 
>1.7.6.1
>


         -alip
part-000.sig (application/pgp-signature)

Thread: