Unison + notmuch?

2013-06-14 Thread Amadeusz Żołnowski
gnature Size: 489 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20130614/54f11355/attachment.pgp>

[PATCH v3 2/2] contrib: pick: thread tagging (including archiving) implemented

2013-06-14 Thread Mark Walters
Previously pick had no actions based on the entire thread: this adds some. Note in this version '*' is bound to `tag thread' which is not consistent with search or show. However it still might be the most natural thing (as it is similar to running * in the show pane). ---

[PATCH v3 1/2] contrib: pick: add thread based utility functions

2013-06-14 Thread Mark Walters
Previously notmuch-pick had no thread based functionality. This adds a macro to iterate through all messages in a thread. To simplify this it adds a text-property marker to the first message of each thread. --- contrib/notmuch-pick/notmuch-pick.el | 24 1 files changed,

[PATCH v3 0/2] Add some thread based actions to pick

2013-06-14 Thread Mark Walters
Version 2 of this series id:1371166618-27196-1-git-send-email-markwalters1009 at gmail.com has an error in my rebasing (I forgot to fold a bugfix in and had not commited one part). Version 1 which had some review is at id:1354970914-18342-1-git-send-email-markwalters1009 at gmail.com The changes

[PATCH v2 0/2] Add some thread based actions to pick

2013-06-14 Thread Mark Walters
Please ignore this version: it has a rebase bug. I will post a corrected version tomorrow. Sorry about that Mark On 14 June 2013 00:36, Mark Walters wrote: > > This is version 2 of this patch set. Version 1 is at > id:1354970914-18342-1-git-send-email-markwalters1009 at gmail.com > > The

[PATCH v2 2/2] contrib: pick: thread tagging (including archiving) implemented

2013-06-14 Thread Mark Walters
Previously pick had no actions based on the entire thread: this adds some. Note in this version '*' is bound to `tag thread' which is not consistent with search or show. However it still might be the most natural thing (as it is similar to running * in the show pane). ---

[PATCH v2 1/2] contrib: pick: add thread based utility functions

2013-06-14 Thread Mark Walters
Previously notmuch-pick had no thread based functionality. This adds a macro to iterate through all messages in a thread. To simplify this it adds a text-property marker to the first message of each thread. --- contrib/notmuch-pick/notmuch-pick.el | 24 1 files changed,

[PATCH v2 0/2] Add some thread based actions to pick

2013-06-14 Thread Mark Walters
This is version 2 of this patch set. Version 1 is at id:1354970914-18342-1-git-send-email-markwalters1009 at gmail.com The changes from version 1: rebase on to current master, fix the macro to be a function, change the mapc into the more natural mapcar which removes the need for one auxillary