[notmuch] A gtk interface

2009-11-26 Thread Baruch Even
Carl Worth wrote: > On Thu, 26 Nov 2009 21:17:33 +0200, Baruch Even wrote: >> I've started to work on a Gtk+ interface to notmuch which uses the >> notmuch command line. Currently it is able to search threads and retag >> them. Next on the agenda is the ability to actually read the threads. >>

[notmuch] Search results now start appearing "instantly"

2009-11-26 Thread Peter Wang
On 2009-11-25, Carl Worth wrote: > > So please update to the latest code and let me know what you think. I'll > be interested to hear if this helps people, and also to know if the CPU > usage is a problem for anybody. Brilliant, thanks! Peter

[notmuch] [PATCH] notmuch: Add Maildir directory name as tag name for messages

2009-11-26 Thread Ingmar Vanhassel
Excerpts from Michiel Buddingh''s message of Thu Nov 26 22:12:02 +0100 2009: > Haven't tested it, but it seems you can put > > [core] > whitespace = trailing-space,space-before-tab > > into your ~/.gitconfig now. I've also set emacs to mark trailing > whitespace with big red markers. I

[notmuch] [PATCH] Handle message renames in mail spool

2009-11-26 Thread Mikhail Gusarov
mtime checks? -- http://fossarchy.blogspot.com/ -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 834 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091126

[notmuch] [PATCH 2/2] notmuch-search-add/remove-tag: restrict to messages in current query

2009-11-26 Thread Jed Brown
Rather than tagging the everything in the thread. This is arguably more desirable behavior and is consistent with clearly desirably behavior of notmuch-search-operate-all. Note that this change applies indirectly to notmuch-search-archive-thread (which is actually equivalent behavior since this

[notmuch] [PATCH 1/2] New function notmuch-search-operate-all: operate on all messages in the current query.

2009-11-26 Thread Jed Brown
It is often convenient to change tags on several messages at once. This function applies any number of tag whitespace-delimited tag modifications to all messages matching the current query. I have bound this to `*'. Signed-off-by: Jed Brown --- notmuch.el | 24 1

[notmuch] Notmuch doesn't index new mails when mail location contains symlinks

2009-11-26 Thread Jed Brown
On Thu, 26 Nov 2009 13:14:22 -0800, Carl Worth wrote: > Then I'm still being really dense here. The non-propagation of mtime is > the with actual directories. And the code is trying to do the right > thing for that. The stat() is correct, it's the check for the d_type field coming out of

[notmuch] [PATCH] notmuch: Add Maildir directory name as tag name for messages

2009-11-26 Thread Michiel Buddingh'
Carl Worth wrote: > > +" The other value is 'storage_type', which can currently be set to\n" > > +" 'maildir' or 'none'.\n"; > > This part of the patch I don't like. I've got a mail collection spanning > over a decade, and it's seen a lot of strange things. Most of my mail is > in maildir

[notmuch] notsomuch, a dummy curses ui

2009-11-26 Thread Ruben Pollan
Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091126/025df1b1/attachment.pgp>

[notmuch] notmuch_threads_back and notmuch_messages_back

2009-11-26 Thread Ruben Pollan
part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091126/848c8aae/attachment.pgp>

[notmuch] A gtk interface

2009-11-26 Thread Baruch Even
Hi, I've started to work on a Gtk+ interface to notmuch which uses the notmuch command line. Currently it is able to search threads and retag them. Next on the agenda is the ability to actually read the threads. If someone is interested, the code lives in http://github.com/baruch/notmuch-gtk

[notmuch] Notmuch doesn't index new mails when mail location contains symlinks

2009-11-26 Thread Jed Brown
On Thu, 26 Nov 2009 10:34:12 -0800, Carl Worth wrote: > I'm a little confused here. Notmuch only uses stat, so it should be > looking at the target's mtime already. It actually takes special effort > (via lstat) to get at the mtime of the link itself. > > So why aren't things just working?

[notmuch] OpenPGP support

2009-11-26 Thread Keith Packard
189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091126/f03e09ea/attachment.pgp>

[notmuch] Search results now start appearing "instantly"

2009-11-26 Thread Ruben Pollan
not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091126/741ec374/attachment.pgp>

[notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 17:57:31 +0100, Tassilo Horn wrote: > Hi! > > Here's my first patch. It changes that notmuch-show-get-filename and > notmuch-show-get-message-id return simple strings and not propertited > strings. Thanks, Tassilo! It's great to have a contribution from you in notmuch.

[notmuch] OpenPGP support

2009-11-26 Thread Jameson Graef Rollins
hmail.org/pipermail/notmuch/attachments/20091126/f7adb576/attachment.pgp>

[notmuch] Notmuch doesn't index new mails when mail location contains symlinks

2009-11-26 Thread Carl Worth
On Thu, 26 Nov 2009 19:39:01 +0100, Jed Brown wrote: > On Thu, 26 Nov 2009 10:34:12 -0800, Carl Worth wrote: > > I'm a little confused here. Notmuch only uses stat, so it should be > > looking at the target's mtime already. It actually takes special effort > > (via lstat) to get at the mtime of

[notmuch] [PATCH] notmuch.el: Use variable notmuch-search-oldest-first to decide the search order

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 20:20:59 +0530, "Aneesh Kumar K.V" wrote: > Make sure we use notmuch-search-oldest-first to decide the how > the search result should be displayed. This helps to set the > value to nil and have latest mail shown first Thanks. This is pushed now. -Carl

[notmuch] [PATCH] Add private implementations of strndup and getline.

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 07:43:30 -0600, "Jeffrey C. Ollie" wrote: > Add private implementations of strndup and getline for those platforms > that don't have them (notably Mac OS X) no matter what preprocessor > symbols you define. Thanks. This is off to a very good start. > +char * >

[notmuch] [PATCH] New function notmuch-search-operate-all: operate on all messages in the current query.

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 14:07:20 +0100, Jed Brown wrote: > > Second, since we're in the search view which shows threads, we should > > really be operating on threads. But this tag command won't work like the > > '+' and '-' commands in this buffer. Those commands will add/remove a > > tag to/from

[notmuch] [PATCH -v3] notmuch.el: Add face support to search and show mode

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 10:51:20 +0530, "Aneesh Kumar K.V" wrote: > This add two faces, notmuch-show-subject-face and > notmuch-tag-face. The first face is used to show the subject > line in the notmuch-show-mode and the second one to show tags > in the notmuch-search-mode. I mentioned in IRC that I

[notmuch] How to index /var/spool/mail with notmuch

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 08:42:09 +0100, Tassilo Horn wrote: > Carl Worth writes: > > > But perhaps these errors should be made into warnings instead? Any > > thoughts on that anyone? > > I think so. For other dovecot internal index files it already says > something like "Ignoring non-mail file

[notmuch] [PATCH] Makefile: Enable backslash escapes for echo.

2009-11-26 Thread Karl Wiberg
On Thu, Nov 26, 2009 at 12:05 PM, Jan Janak wrote: > I sent exactly the same patch a couple of days ago and it was > rejected because it does not work everywhere, see: > > http://notmuchmail.org/pipermail/notmuch/2009/000370.html And as I said in that thread, I believe you should use printf

[notmuch] OpenPGP support

2009-11-26 Thread Aneesh Kumar K. V
part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091126/0d51585a/attachment.pgp>

[notmuch] A gtk interface

2009-11-26 Thread Carl Worth
On Thu, 26 Nov 2009 21:17:33 +0200, Baruch Even wrote: > I've started to work on a Gtk+ interface to notmuch which uses the > notmuch command line. Currently it is able to search threads and retag > them. Next on the agenda is the ability to actually read the threads. > > If someone is

[notmuch] [PATCH] Makefile: Enable backslash escapes for echo.

2009-11-26 Thread Jan Janak
Hi Stefan, On 26-11 09:17, Stefan Schmidt wrote: > This fixes a visual glitch during a silent compile. > Before: > Use "make V=1" to see the verbose compile lines.\n CC debugger.o > CCgmime-filter-reply.o > > After: > Use "make V=1" to see the verbose compile lines. > CCdebugger.o

[notmuch] [PATCH] add missing comma in debugging code

2009-11-26 Thread David Bremner
--- lib/message.cc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/message.cc b/lib/message.cc index 1e325e2..832a1b9 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -318,7 +318,7 @@ _notmuch_message_get_in_reply_to (notmuch_message_t *message) if (i !=

[notmuch] notmuch new: Memory problem

2009-11-26 Thread Carl Worth
On Thu, 26 Nov 2009 10:46:54 -0800, Carl Worth wrote: > So perhaps the new configuration option we want is a limit on message > size? Rather than ignoring large files entirely, notmuch could just stop > indexing messages past the configured limit? Having just written that, I don't think it's

[notmuch] OpenPGP support

2009-11-26 Thread Carl Worth
On Thu, 26 Nov 2009 13:31:05 -0500, Jameson Graef Rollins wrote: > So the issue now is verifying/decrypting signed/encrypted received > mail. Playing around with it a bit more, I've found a couple of > interesting things. If I'm viewing an encrypted message with > notmuch-show, and if I type

[notmuch] notmuch new: Memory problem

2009-11-26 Thread Carl Worth
On Wed, 25 Nov 2009 10:39:57 +0100, Dominik Epple wrote: > So the problem stems indeed from too many too large files being > present. (I actually found some being as large as 40M, not just 2.4M, > as written in previous mails.) That's very good to know. And I'm glad you at least have things

[notmuch] OpenPGP support

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 08:00:09 -0500, Jameson Graef Rollins wrote: > Hi, folks. I know it's a hairy problem, but has anyone started > looking into OpenPGP support for notmuch? I definitely want this. I've got message-mode setup to sign my messages automatically when I start a new compose from

[notmuch] Notmuch doesn't index new mails when mail location contains symlinks

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 16:03:00 +0100, Jed Brown wrote: > > But still no luck. Finally, I deleted the symlinks and created them > > anew, and then it indexed the 12 new mails that arrived in the > > meantime. OK. So that's definitely a bug we need to fix. > The real solution is for notmuch to

[notmuch] notsomuch, a dummy curses ui

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 11:12:40 +0100, Ruben Pollan wrote: > Hi notmuch community, > > As I'm not an emacs user, I started to play with the code to see what are the > power of notmuch. I create a simple ncurses ui: > http://gitorious.org/notsomuch Hi Ruben, welcome to notmuch! I'm glad to see

[notmuch] [PATCH] ANSI escapes in "new" only when output is a tty

2009-11-26 Thread Carl Worth
On Sun, 22 Nov 2009 23:35:24 -0800, Keith Packard wrote: > Tracking directory mtime instead of just looking at the read-only bit > would let us skip directories that haven't seen any change in content. We've had directory mtime for a long time. I added the check for the read-only bit afterwards

[notmuch] [PATCH] Handle message renames in mail spool

2009-11-26 Thread Carl Worth
On Thu, 26 Nov 2009 22:38:49 +0600, Mikhail Gusarov wrote: > > Twas brillig at 07:40:15 26.11.2009 UTC-08 when cworth at cworth.org did gyre > and gimble: > > CW> I *really* want this patch in, since I think a lot of current users > CW> would really benefit from it. I only see one big

[notmuch] Search results now start appearing "instantly"

2009-11-26 Thread Carl Worth
On Thu, 26 Nov 2009 14:27:37 +0100, Ruben Pollan wrote: > On 11:17, Wed 25 Nov 09, Carl Worth wrote: > > And for the authors of the other interfaces, let us know when you've got > > similar support for streaming searches, (or if you didn't get this > > automatically as soon as "notmuch search"

[notmuch] Search results now start appearing "instantly"

2009-11-26 Thread Carl Worth
On Thu, 26 Nov 2009 23:34:34 +1100, Peter Wang wrote: > On 2009-11-25, Carl Worth wrote: > > > > So please update to the latest code and let me know what you think. I'll > > be interested to hear if this helps people, and also to know if the CPU > > usage is a problem for anybody. > >

[notmuch] [PATCH] Makefile: Enable backslash escapes for echo.

2009-11-26 Thread Ingmar Vanhassel
Excerpts from Stefan Schmidt's message of Thu Nov 26 09:17:15 +0100 2009: > This fixes a visual glitch during a silent compile. > Before: > Use "make V=1" to see the verbose compile lines.\n CC debugger.o > CCgmime-filter-reply.o > > After: > Use "make V=1" to see the verbose compile

[notmuch] [PATCH] Makefile: Enable backslash escapes for echo.

2009-11-26 Thread Stefan Schmidt
This fixes a visual glitch during a silent compile. Before: Use "make V=1" to see the verbose compile lines.\n CC debugger.o CCgmime-filter-reply.o After: Use "make V=1" to see the verbose compile lines. CCdebugger.o CCgmime-filter-reply.o Signed-off-by: Stefan Schmidt ---

[notmuch] [PATCH] Handle message renames in mail spool

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 07:13:25 +0600, Mikhail Gusarov wrote: > In order to handle message renames the following changes were deemed > necessary: Hi Mikhail, I *really* want this patch in, since I think a lot of current users would really benefit from it. I only see one big problem with it: >

[notmuch] On "search-tags" vs. "search --for tags" (was: search-tags and tag completion in notmuch.el)

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 01:56:04 +0100, Jan Janak wrote: > I considered implementing 'notmuch search --output=tags' (as we > discussed in another email), but it turned out that: > > * Having 'notmuch search-tags' would be consistent with Carl's > 'notmuch search-messages'. Yes, but I just put

[notmuch] [PATCH 3/3] notmuch.el: Select tag names with completion.

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 01:10:56 +0100, Jan Janak wrote: > Several commands ask the user for a tag name. With this feature the > user can just press tab and Emacs automatically retrieves the list of > all existing tags from notmuch database with 'notmuch search-tags' and > presents a completion

[notmuch] OpenPGP support

2009-11-26 Thread Jameson Graef Rollins
o much for the info. jamie.i -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091126/01aab46a/attachment.pgp>

[notmuch] [PATCH 0/4] Make tags applied by 'notmuch new' configurable.

2009-11-26 Thread Jan Janak
Hello, On 24-11 23:10, Jan Janak wrote: > I would like to propose that we make the list of tags applied by 'notmuch new' > configurable. Right now notmuch applies two tags to all new messages added to > the database, 'inbox' and 'unread'. The two tags are added by the C code in > notmuch-new.c

[notmuch] [PATCH 5/5] notmuch-new: Option to disable tags from the configuration file.

2009-11-26 Thread Jan Janak
This patch slightly changes behavior of the command line option --tag. Any tags specified by the user on the command line will be added *in addition* to tags configured in the configuration file. This behavior can be changed with the new command line option --no-config-tags. The user can use this

[notmuch] [PATCH 4/5] notmuch-new: New cmdline option --tag=.

2009-11-26 Thread Jan Janak
The list of tags to be applied by 'notmuch new' can be configured in the configuration file. This command line option can be used to override the list of tags from the coonfiguration file on the command line. You may repeat the option several times if you want to apply more than one tag:

[notmuch] [PATCH 3/5] notmuch-setup: Copy/create the new section with tags for 'notmuch-new'.

2009-11-26 Thread Jan Janak
If the user runs 'notmuch setup' and there is no configuration file yet then we also add the new section [new] to the configuration file and set the tags option as: tags=inbox;unread This will be picked up by 'notmuch new' and all new mail added to the database will be tagged with the two tags

[notmuch] [PATCH 2/5] notmuch: Config option to specify tags to be applied by 'notmuch new'.

2009-11-26 Thread Jan Janak
Add support for section [new] in the configuration file. This section is supposed to contain options for 'notmuch new'. Currently there is only one option called tags. The tags option can be used to configure a set of tags to be applied by 'notmuch new'. Individual tags are separated by

[notmuch] [PATCH 1/5] notmuch-new: Remove tag_add_inbox_unread in favor of a generic solution.

2009-11-26 Thread Jan Janak
Instead of adding 'inbox' and 'unread' tags directly in the code of 'notmuch-new', we can specify a list of tags to be added to newly created messages with a configuration file option or a command line option. That's more flexible, it allows the user to select which tags should be added.

[notmuch] [PATCH 2/2] notmuch-search-add/remove-tag: restrict to messages in current query

2009-11-26 Thread Jed Brown
Rather than tagging the everything in the thread. This is arguably more desirable behavior and is consistent with clearly desirably behavior of notmuch-search-operate-all. Note that this change applies indirectly to notmuch-search-archive-thread (which is actually equivalent behavior since this

Re: [notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 17:57:31 +0100, Tassilo Horn tass...@member.fsf.org wrote: Hi! Here's my first patch. It changes that notmuch-show-get-filename and notmuch-show-get-message-id return simple strings and not propertited strings. Thanks, Tassilo! It's great to have a contribution from