[RFC/PATCH] link: Add new command

2011-10-01 Thread Ali Polatel
From: Ali Polatel 'link' is a new command to create links to specified target maildirs. This is especially useful for integration with other mail agents. --- Makefile.local |2 + maildir.c| 262 + maildir.h| 53

[RFC/PATCH] notmuch link

2011-10-01 Thread Ali Polatel
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

[PATCH] lib: make find_message{,by_filename) report errors

2011-10-01 Thread Ali Polatel
From: Ali Polatel Looks like the patch did not make it correctly the first time. Resending using git-send-email? You may also find the commit in my notmuch repository: git://github.com/alip/notmuch.git branch: find_message Ali Polatel (1): lib: make

an alternative commandline interface to notmuch

2011-10-01 Thread Peter John Hartman
Hi folks, Rafa released slmenu, a dmenu-clone that runs on the commandline, and I contributed a couple of patches (verticality and tokens) to make it work nice with notmuch. So far, I'm pretty happy. To get slmenu: hg clone http://hg.suckless.org/slmenu You'll need to apply the patch at the

[PATCH 3/3] test: add emacs test for hiding a message following an HTML part

2011-10-01 Thread David Bremner
On Mon, 26 Sep 2011 21:25:08 +0400, Dmitry Kurochkin wrote: > Most likely the test passes because emacs is run in server mode and > visibility stuff works differently. I sent a patch series [1] to run > emacs in screen exactly for this reason. Please consider pushing it. > Then the test should

[PATCH] python: fix Message.get_filenames()

2011-10-01 Thread Sebastian Spaeth
r yields all the > filenames, as expected. APPLIED to master, thanks. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments

[PATCH] lib: make find_message{,by_filename) report errors

2011-10-01 Thread Ali Polatel
From: Ali Polatel a...@exherbo.org Looks like the patch did not make it correctly the first time. Resending using git-send-emailâ„¢ You may also find the commit in my notmuch repository: git://github.com/alip/notmuch.git branch: find_message Ali Polatel (1): lib: make find_message{,by_filename)

[PATCH] lib: make find_message{,by_filename) report errors

2011-10-01 Thread Ali Polatel
Previously, the functions notmuch_database_find_message() and notmuch_database_find_message_by_filename() functions did not properly report error condition to the library user. For more information, read the thread on the notmuch mailing list starting with my mail id:871uv2unfd@gmail.com

[RFC/PATCH] notmuch link

2011-10-01 Thread Ali Polatel
From: Ali Polatel a...@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

[RFC/PATCH] link: Add new command

2011-10-01 Thread Ali Polatel
From: Ali Polatel a...@exherbo.org 'link' is a new command to create links to specified target maildirs. This is especially useful for integration with other mail agents. --- Makefile.local |2 + maildir.c| 262 + maildir.h| 53

Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part

2011-10-01 Thread David Bremner
On Mon, 26 Sep 2011 21:25:08 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: Most likely the test passes because emacs is run in server mode and visibility stuff works differently. I sent a patch series [1] to run emacs in screen exactly for this reason. Please consider pushing it.

an alternative commandline interface to notmuch

2011-10-01 Thread Peter John Hartman
Hi folks, Rafa released slmenu, a dmenu-clone that runs on the commandline, and I contributed a couple of patches (verticality and tokens) to make it work nice with notmuch. So far, I'm pretty happy. To get slmenu: hg clone http://hg.suckless.org/slmenu You'll need to apply the patch at the

Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part

2011-10-01 Thread Dmitry Kurochkin
Hi David. On Sat, 01 Oct 2011 08:51:20 -0300, David Bremner da...@tethera.net wrote: On Mon, 26 Sep 2011 21:25:08 +0400, Dmitry Kurochkin dmitry.kuroch...@gmail.com wrote: Most likely the test passes because emacs is run in server mode and visibility stuff works differently. I sent a