[RFC/PATCH] notmuch link

Ali Polatel polatel at gmail.com
Sat Oct 1 01:45:45 PDT 2011


From: Ali Polatel <alip at 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.

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



More information about the notmuch mailing list