[PATCH 5/7] py3k: the basestring and unicode types are removed in python 3

2012-01-04 Thread Tomi Ollila
On Mon, 02 Jan 2012 16:15:58 +0100, Sebastian Spaeth wrote: > Happy new year. Pushed patches 1-4 of this series so far. Looking fine, > but ugh, the below seems like a rather ugly hack in a function that is > probably called quite often. > > Isn't there a more pretty variant avoiding these

[PATCH] emacs: call "notmuch tag" only once when archiving a thread

2012-01-04 Thread Tomi Ollila
On Tue, 3 Jan 2012 20:29:06 +0200, Jani Nikula wrote: > Optimize thread archiving by combining all the -inbox tagging operations to > a single "notmuch tag" call. Also skip redisplay of tag changes in current > buffer, as it is immediately killed by the archiving functions. > > For threads in

Info about notmuch database

2012-01-04 Thread boyska
Hello! I like notmuch a lot, so I'm writing a (conceptually) similar software about addressbook: it will scan all your emails, storing email addresses in a xapian database (you can think of it as little brother database[1] on steroids) The part that I'd like to re-implement is "notmuch new": it

[PATCH] NEWS: consistent 2-space indentation

2012-01-04 Thread Tomi Ollila
In NEWS file, indentation for item descriptions is generally 2 spaces but in a few cases there were 3 or 4 (4 caused different markdown handling) space indentations. Indentation in those lines are brought to consistent 2-space indentation. Note that this patch touches spacing in "historical"

Python bindings for adoption

2012-01-04 Thread Patrick Totzke
Sebastian, I'm sorry to hear of your decision to finally hand over the maintainership of the bindings but of course I fully understand that you want to focus on other stuff. Thanks for your great work! Your bindings were certainly one of the most important reasons for me to switch to notmuch.

[PATCH] emacs: call "notmuch tag" only once when archiving a thread

2012-01-04 Thread David Edmondson
s Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120104/6b6bc8f6/attachment.pgp>

[PATCH] emacs: Helpers for notmuch developers.

2012-01-04 Thread David Edmondson
--- I've been using this for a few days and decided to share it to get feedback. Reviewing patches can be tedious, so I tried to make things a little simpler. To use this, load the file and then from `notmuch-show-mode' invoke `notmuch-dev-show-review-patch'. It assumes that any open messages

[PATCH] Update NEWS for Emacs changes

2012-01-04 Thread Thomas Jost
--- Hello world, Here's my part. (Also describes Ivy Foster's patch for notmuch-hello-mode-hook.) Regards, Thomas NEWS | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 6650126..8a3ff5a 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,25 @@

[ANNOUNCE] mutt with notmuch support

2012-01-04 Thread Jameson Graef Rollins
t -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120104/f0f6c9ac/attachment.pgp>

[PATCH] NEWS: consistent 2-space indentation

2012-01-04 Thread Jameson Graef Rollins
ytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120104/6a7d00fe/attachment.pgp>

[PATCH 1/2] add notmuch keybinding 'd'

2012-01-04 Thread David Edmondson
pdated version of the patch and argue for it. -- 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/20120104/5fd84dc6/attachment.pgp>

Emacs: Crypto: How to get automatic encryption?

2012-01-04 Thread David Edmondson
art -- 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/20120104/9b57c0a2/attachment.pgp>

Emacs: Crypto: How to get automatic encryption?

2012-01-04 Thread David Edmondson
(message-fetch-field "cc" t) nil)) (I'd probably re-write that to use a cl loop now - it's very old.) -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes

[PATCH 1/2] add notmuch keybinding 'd'

2012-01-04 Thread Jani Nikula
On Tue, 03 Jan 2012 13:35:23 -0800, Jameson Graef Rollins wrote: > There really can't be an "easier" solution to add a key binding other > than just adding the above to your .emacs, and I really don't think it > would be worth it to try to make one. I guess you're right. Thanks for the example

Emacs: Crypto: How to get automatic encryption?

2012-01-04 Thread Gregor Zattler
Hi Jamie, notmuch developers, On Tue, 03 Jan 2012 13:45:14 -0800, Jameson Graef Rollins wrote: > On Tue, 3 Jan 2012 20:56:51 +0100, Gregor Zattler > wrote: > > I replied to a PGP/MIME signed and encrypted e-mail and was > > astonished to realise that my reply was sent unencrypted (and > >

[ANNOUNCE] mutt with notmuch support

2012-01-04 Thread Jan Pobrislo
On Tue, 3 Jan 2012 13:39:38 +0100 Karel Zak wrote: > > This is not another curses front-end for notmuch, this is mutt :-) > > I have forked mutt to seriously integrate notmuch to this excellent > e-mail client. I don't want to use symlinks or any other hacks to > emulate virtual folders. My

Re: Emacs: Crypto: How to get automatic encryption?

2012-01-04 Thread David Edmondson
On Tue, 03 Jan 2012 13:45:14 -0800, Jameson Graef Rollins jroll...@finestructure.net wrote: Any other suggestions? In the function that I add to `message-send-hook' I do the following: (message-goto-body) ;; If already set, don't override. (if (not (looking-at

Re: Emacs: Crypto: How to get automatic encryption?

2012-01-04 Thread David Edmondson
On Wed, 04 Jan 2012 08:36:39 +, David Edmondson d...@dme.org wrote: (if (and encrypt (dme:message-determine-encryption)) Oops. `encrypt' is set to `t' earlier if the code decides that I want to encrypt outgoing mail (it's not set for work purposes, in essence). pgpVwxXz7acMP.pgp

Re: [PATCH 1/2] add notmuch keybinding 'd'

2012-01-04 Thread David Edmondson
On Tue, 03 Jan 2012 14:56:50 +, David Edmondson d...@dme.org wrote: On Sat, 16 Jul 2011 14:39:59 -0400, Antoine Beaupré anar...@koumbit.org wrote: It adds a tag 'deleted' and removes the tags 'inbox' and 'unread'. It works in show as well as in search mode Various people have asked

[PATCH] Update NEWS for Emacs changes

2012-01-04 Thread Thomas Jost
--- Hello world, Here's my part. (Also describes Ivy Foster's patch for notmuch-hello-mode-hook.) Regards, Thomas NEWS | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 6650126..8a3ff5a 100644 --- a/NEWS +++ b/NEWS @@ -34,6 +34,25 @@

[PATCH] NEWS: consistent 2-space indentation

2012-01-04 Thread Tomi Ollila
In NEWS file, indentation for item descriptions is generally 2 spaces but in a few cases there were 3 or 4 (4 caused different markdown handling) space indentations. Indentation in those lines are brought to consistent 2-space indentation. Note that this patch touches spacing in historical content

[PATCH] emacs: Helpers for notmuch developers.

2012-01-04 Thread David Edmondson
--- I've been using this for a few days and decided to share it to get feedback. Reviewing patches can be tedious, so I tried to make things a little simpler. To use this, load the file and then from `notmuch-show-mode' invoke `notmuch-dev-show-review-patch'. It assumes that any open messages

Re: Python bindings for adoption

2012-01-04 Thread Patrick Totzke
Sebastian, I'm sorry to hear of your decision to finally hand over the maintainership of the bindings but of course I fully understand that you want to focus on other stuff. Thanks for your great work! Your bindings were certainly one of the most important reasons for me to switch to notmuch.