Re: [PATCH] emacs: Add customization group for replying

2012-09-04 Thread Michal Sojka
On Thu, Jul 26 2012, Michal Sojka wrote: When one wants to customize the format of reply message, there nothing to tell the user how to do it. Without knowing that construction of reply buffer is actually implemented in the message package, it seems that replying cannot be customized.

[PATCH v3 2/2] {., man}/Makefile.local: edit/remove release-checks.sh related targets

2012-09-04 Thread Tomi Ollila
Use new target release-checks in place of verify-version-debian, verify-version-python verify-version-manpage. This target executes devel/release-checks.sh which does all the verifications the three dropped targets did, and some more. --- Makefile.local | 28

[PATCH v3 1/2] devel: add release-checks.sh

2012-09-04 Thread Tomi Ollila
Currently Makefile.local contains some machine executable release checking functionality. This is unnecessarily complex way to do it: Multiline script functionality is hard to embed -- from Makefile point of view there is just one line split using backslashes and every line ends with ';'. It is

Release checks v3

2012-09-04 Thread Tomi Ollila
This if V3 of release-check.sh patches, displacing id:1346491928-2356-1-git-send-email-tomi.oll...@iki.fi Changes: Bash kept, mainly for pipefail -- and that possible future pipeline additions have more protection. Added set -o posix lessens drifts to more bashishms -- and somewhere was

Re: Release checks v3

2012-09-04 Thread Michal Nazarewicz
On Tue, Sep 04 2012, Tomi Ollila wrote: This if V3 of release-check.sh patches, displacing id:1346491928-2356-1-git-send-email-tomi.oll...@iki.fi Changes: Bash kept, mainly for pipefail -- and that possible future pipeline additions have more protection. Added set -o posix lessens

Re: [PATCH] emacs: Add customization group for replying

2012-09-04 Thread Michal Sojka
On Tue, Sep 04 2012, Michal Nazarewicz wrote: On Thu, Jul 26 2012, Michal Sojka wrote: Because I was getting annoyed by the empty line the between citation line and the quoted message, I figured out that changing this is fairly easy when one knows what to customize. On semi-related note,

[PATCH 0/6] emacs: customization for tag changes on archive

2012-09-04 Thread Mark Walters
Hi The overall series looks good to me +1. I do like the slight tweak suggested by Michal in id:"xa1tipbvwdb0.fsf at mina86.com" (but don't feel strongly). Also, ideally there should be some tests, particularly for the multiple tag case as I imagine most people will just have a single tag so

[PATCH] emacs: Add customization group for replying

2012-09-04 Thread Michal Sojka
On Thu, Jul 26 2012, Michal Sojka wrote: > When one wants to customize the format of reply message, there nothing > to tell the user how to do it. Without knowing that construction of > reply buffer is actually implemented in the message package, it seems > that replying cannot be customized. > >

[PATCH] emacs: Add customization group for replying

2012-09-04 Thread Tomi Ollila
On Tue, Sep 04 2012, Michal Sojka wrote: > On Thu, Jul 26 2012, Michal Sojka wrote: >> When one wants to customize the format of reply message, there nothing >> to tell the user how to do it. Without knowing that construction of >> reply buffer is actually implemented in the message package, it

[PATCH] emacs: Add customization group for replying

2012-09-04 Thread Michal Nazarewicz
next part -- 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/20120904/3a23c6a8/attachment.pgp>

[PATCH v3 2/2] {., man}/Makefile.local: edit/remove release-checks.sh related targets

2012-09-04 Thread Tomi Ollila
Use new target release-checks in place of verify-version-debian, verify-version-python verify-version-manpage. This target executes devel/release-checks.sh which does all the verifications the three dropped targets did, and some more. --- Makefile.local | 28

[PATCH v3 1/2] devel: add release-checks.sh

2012-09-04 Thread Tomi Ollila
Currently Makefile.local contains some machine executable release checking functionality. This is unnecessarily complex way to do it: Multiline script functionality is hard to embed -- from Makefile point of view there is just one line split using backslashes and every line ends with ';'. It is

Release checks v3

2012-09-04 Thread Tomi Ollila
This if V3 of release-check.sh patches, displacing id:"1346491928-2356-1-git-send-email-tomi.ollila at iki.fi" Changes: Bash kept, mainly for pipefail -- and that possible future pipeline additions have more protection. Added set -o posix lessens drifts to more bashishms -- and somewhere was

Release checks v3

2012-09-04 Thread Michal Nazarewicz
\,=./ `o ..o | Computer Science, Micha? ?mina86? Nazarewicz(o o) ooo +--ooO--(_)--Ooo-- -- next part -- 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/20120904/17975933/attachment.pgp>

[PATCH] emacs: Add customization group for replying

2012-09-04 Thread Michal Sojka
On Tue, Sep 04 2012, Tomi Ollila wrote: > On Tue, Sep 04 2012, Michal Sojka wrote: > >> On Thu, Jul 26 2012, Michal Sojka wrote: >>> When one wants to customize the format of reply message, there nothing >>> to tell the user how to do it. Without knowing that construction of >>> reply buffer is

[PATCH] emacs: Add customization group for replying

2012-09-04 Thread Michal Sojka
On Tue, Sep 04 2012, Michal Nazarewicz wrote: > On Thu, Jul 26 2012, Michal Sojka wrote: >> Because I was getting annoyed by the empty line the between citation >> line and the quoted message, I figured out that changing this is fairly >> easy when one knows what to customize. > > On semi-related

[PATCH v2 0/5] emacs: notmuch-hello status message refresh hook, etc

2012-09-04 Thread Michal Sojka
On Sun, Sep 02 2012, Jani Nikula wrote: > Hi all, v2 of [1] addressing review comments: added NEWS, improved > documentation, made the query customizable. > > [1] > id:"37899e28dbf67e4620a53279a869be3174c02d6f.1339775602.git.jani at > nikula.org" Hello Jani, if I understand correctly, the

[PATCH] emacs: Add customization group for replying

2012-09-04 Thread Michal Nazarewicz
permail/notmuch/attachments/20120904/b7041a3e/attachment-0001.pgp>

[PATCH] Add notmuch-remove-duplicates.py script to contrib.

2012-09-04 Thread Dmitry Kurochkin
The script removes duplicate message files. It takes no options. Files are assumed duplicates if their content is the same except for ignored headers. Currently, the only ignored header is Received:. --- contrib/notmuch-remove-duplicates.py | 95 ++ 1 file

Bug (?) difference 24.1 and 23.3.1

2012-09-04 Thread Svend Sorensen
Tomi Ollila writes: > On Fri, Aug 03 2012, Svend Sorensen wrote: > >> >> I was also getting an error about gnus-inhibit-images when running emacs >> 24. Adding (require 'gnus-art) to my emacs config fixed the problem. > > Where is your emacs24 from? From Debian sid? I was using the

[PATCH] Add notmuch-remove-duplicates.py script to contrib.

2012-09-04 Thread Michal Nazarewicz
if suspected_duplicates_count > 0: print """ Found %d messages with duplicate IDs but different content. Perhaps we should ignore more headers.""" % suspected_count def main(argv): if len(argv) == 1: query = '*' elif len(argv) == 2: query = argv[1] else: usage(argv[0]) return 1 db = notmuch.Database() query = db.create_query(query) dedupQuery(db, query) return 0 if __name__ == '__main__': sys.exit(main(sys.argv)) -- Best regards, _ _ .o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o ..o | Computer Science, Micha? ?mina86? Nazarewicz(o o) ooo +--ooO--(_)--Ooo-- -- next part -- 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/20120904/dca6723b/attachment.pgp>

[PATCH] Add notmuch-remove-duplicates.py script to contrib.

2012-09-04 Thread Michal Nazarewicz
ust implemented a simple solution > for my problem. Though it looks like you already took time to rewrite > the script. Would be great if you send it as a proper patch obsoleting > this one. Bah, I'll probably won't have time to properly test it. -- Best regards, _ _ .o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o ..o | Computer Science, Micha? ?mina86? Nazarewicz(o o) ooo +--ooO--(_)--Ooo-- -- next part -- 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/20120904/614610cc/attachment.pgp>

[PATCH v2 0/9] FreeBSD Support Patches

2012-09-04 Thread Mike Kelly
Thanks, I'll try to take care of the concerns with the other 2 patches at some point, but I haven't had as much free time lately as I'd like to have. On Sat, Sep 1, 2012 at 10:41 PM, David Bremner wrote: > Mike Kelly writes: > >> Hi, >> >> Here's a second attempt at adding FreeBSD support.