From: Ali Polatel <polatel@gmail.com>
To: Notmuch Mailing List <notmuch@notmuchmail.org>
Cc: Ali Polatel <alip@exherbo.org>
Subject: [RFC/PATCH] notmuch link
Date: Sat, 1 Oct 2011 11:45:45 +0300 [thread overview]
Message-ID: <cover.1317458072.git.alip@exherbo.org> (raw)
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.
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
next reply other threads:[~2011-10-01 8:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-01 8:45 Ali Polatel [this message]
2011-10-01 8:45 ` [RFC/PATCH] link: Add new command Ali Polatel
2011-10-03 21:15 ` [RFC/PATCH] notmuch link Ali Polatel
2011-10-06 14:42 ` Tomi Ollila
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1317458072.git.alip@exherbo.org \
--to=polatel@gmail.com \
--cc=alip@exherbo.org \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).