On Tue, 16 Feb 2010 18:51:00 +, James Westby
wrote:
> Some people send html parts as text/HTML or similar, so do a
> case-sensitive comparison when checking for html parts.
There are various other places where `equal' is used to compare MIME
types with strings.
This patch adds `-region' versions of the `notmuch-search-' commands to find
properties. It also splits up `notmuch-add/remove-tags' into both a
`-thread' and a `-region' version. (This makes us modify
`notmuch-search-archive-thread' to use the
`notmuch-search-remove-tag-thread' function, instead
Some people send html parts as text/HTML or similar, so do a
case-sensitive comparison when checking for html parts.
---
notmuch.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 0f4ea10..b69c334 100644
--- a/notmuch.el
+++ b/notmuch.el
@@
s
Desc: Digital signature (see http://martin-krafft.net/gpg/)
URL:
<http://notmuchmail.org/pipermail/notmuch/attachments/20100216/ba08523a/attachment.pgp>
On Tue, Feb 16, 2010 at 8:06 AM, Michal Sojka wrote:
> On Tue, 16 Feb 2010 02:27:37 -0800 (PST), Jakub Narebski gmail.com> wrote:
>> Michal Sojka writes:
>>
>> > I like the simple and powerful test suite used by Git and I would like
>> > to use something like that in Notmuch project
etzsche
spamtraps: madduck.bogus at madduck.net
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature (see http://martin-krafft.net/gpg/)
URL:
<http://notmuchmail.org/pipermail/notmuch/attachments/20100216/90fe7cf2/attachment.pgp>
On Fri, 15 Jan 2010 03:58:50 + (UTC), Olly Betts wrote:
> One difference between OS X and other systems is that OS X supports the
> F_FULLSYNC ioctl, and other systems don't (currently, at least AFAIK)
> and Xapian uses that if it is available to ensure that changes have
> actually made it to
Excerpts from Stewart Smith's message of Sun Feb 14 19:29:14 -0500 2010:
> So... I sketched this out in my head at LCA... and it's taken a bit of
> time to actually properly try it.
>
In case anyone wanted to play around with this, I've written up my own
little implementation[1] of a git mail
On Tue, 16 Feb 2010 02:27:37 -0800 (PST), Jakub Narebski
wrote:
> Michal Sojka writes:
>
> > I like the simple and powerful test suite used by Git and I would like
> > to use something like that in Notmuch project (http://notmuchmail.org/).
> > [...]
>
> Have you thought about using TAP (Test
ersion, derived from longlines.el.
-- next part --
A non-text attachment was scrubbed...
Name: 0001-notmuch.el-Improved-wrapping-of-long-lines-respect-t.patch
Type: text/x-diff
Size: 7810 bytes
Desc: not available
URL:
<http://notmuchmail.org/pipermail/notmuch/attachments/201
/* Non-fatal issues (go on to next file) */
case NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID:
--
Stewart Smith
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL:
<http://notmuchmail.org/pipermail/notmuch/attachments/20100216/5323bb1c/attachment.pgp>
New patch that does it. Pretty much same as the old one, just with
that one bug I mentioned fixed. This is what I've currently used to
import my Maildir. I'm now happy :)
diff --git a/notmuch-new.c b/notmuch-new.c
index f25c71f..43371a3 100644
--- a/notmuch-new.c
+++ b/notmuch-new.c
@@ -39,6
Michal Sojka writes:
> ... You are mentioned
> as a copyright holder in test-lib.sh and t-basic.sh so I'd like to
> ask you: Would you mind using parts of these files under GPLv3?
I don't mind for the parts I wrote, which is the basic infrastructure
(output redirection, skipping certain
Nice, it works for me.
On Mon, 15 Feb 2010 10:03:32 +, David Edmondson wrote:
> This version is over-eager in marking (non-)signatures. The second call
> to 'overlay-put' needs to move inside the 'if' a line below.
Could you please send a fixed patch so that it can be applied easilly.
On Tue, 16 Feb 2010 11:22:01 +0100, Michal Sojka wrote:
> Nice, it works for me.
>
> On Mon, 15 Feb 2010 10:03:32 +, David Edmondson wrote:
> > This version is over-eager in marking (non-)signatures. The second call
> > to 'overlay-put' needs to move inside the 'if' a line below.
>
> Could
From: David Edmondson
Signed-off-by: Sebastian Spaeth
---
This is the fixed up version as elaborated by David. I find it pretty and
pretty useful, so applying this makes lots of sense :).
notmuch.el | 17 ++---
1 files changed, 10 insertions(+), 7 deletions(-)
On Tue, 16 Feb 2010 13:21:28 +1100, Stewart Smith
wrote:
> What about this patch (just with those few things fixed)?
>
> diff --git a/notmuch-new.c b/notmuch-new.c
> index f25c71f..8303047 100644
> --- a/notmuch-new.c
> +++ b/notmuch-new.c
> @@ -39,6 +39,7 @@ typedef struct {
> int
Hi Stewart,
On Mon, 15 Feb 2010 11:29:14 +1100, Stewart Smith
wrote:
> Which goes from a 15GB Maildir to a 3.7GB git repo.
That's quite interesting ratio. I've tried a plain git add and git gc on
my mail store and the result was a repo of approximately 50% of mail
store size. Do you think that
rupted this particular yak-shave to
push this commit.
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL:
<http://notmuchmail.org/pipermail/notmuch/attachments/20100216
Type: text/x-diff
Size: 3413 bytes
Desc: not available
URL:
<http://notmuchmail.org/pipermail/notmuch/attachments/20100216/f28285bb/attachment.patch>
-- next part --
dme.
--
David Edmondson, http://dme.org
Michal Sojka writes:
> I like the simple and powerful test suite used by Git and I would like
> to use something like that in Notmuch project (http://notmuchmail.org/).
> Notmuch is licenced under GPLv3 and we think that things will be simpler
> if everything in the repository is licenced the
Hi Stewart,
On Mon, 15 Feb 2010 11:29:14 +1100, Stewart Smith stew...@flamingspork.com
wrote:
Which goes from a 15GB Maildir to a 3.7GB git repo.
That's quite interesting ratio. I've tried a plain git add and git gc on
my mail store and the result was a repo of approximately 50% of mail
store
It's annoying that the wrapping of long lines doesn't respect the
indentation of the message. Here's an attempt to improve that.
The wrapping code is in a separate file and has a silly name[1], but all
of that is subject to change at the whim of Carl or his minions.
If anyone tries this then I'd
On Tue, 16 Feb 2010 13:21:28 +1100, Stewart Smith stew...@flamingspork.com
wrote:
What about this patch (just with those few things fixed)?
diff --git a/notmuch-new.c b/notmuch-new.c
index f25c71f..8303047 100644
--- a/notmuch-new.c
+++ b/notmuch-new.c
@@ -39,6 +39,7 @@ typedef struct {
From: David Edmondson d...@dme.org
Signed-off-by: Sebastian Spaeth sebast...@sspaeth.de
---
This is the fixed up version as elaborated by David. I find it pretty and
pretty useful, so applying this makes lots of sense :).
notmuch.el | 17 ++---
1 files changed, 10 insertions(+),
On Tue, 16 Feb 2010 11:22:01 +0100, Michal Sojka sojk...@fel.cvut.cz wrote:
Nice, it works for me.
On Mon, 15 Feb 2010 10:03:32 +, David Edmondson d...@dme.org wrote:
This version is over-eager in marking (non-)signatures. The second call
to 'overlay-put' needs to move inside the 'if'
On Tue, 16 Feb 2010 09:10:23 +, David Edmondson d...@dme.org wrote:
It's annoying that the wrapping of long lines doesn't respect the
indentation of the message. Here's an attempt to improve that.
The wrapping code is in a separate file and has a silly name[1], but all
of that is subject
Michal Sojka sojk...@fel.cvut.cz writes:
I like the simple and powerful test suite used by Git and I would like
to use something like that in Notmuch project (http://notmuchmail.org/).
Notmuch is licenced under GPLv3 and we think that things will be simpler
if everything in the repository is
On Mon, 15 Feb 2010 17:29:57 +, David Edmondson d...@dme.org wrote:
Given that ';' is used as a delimiter, was the pattern supposed to
exclude ';'?
Yes. I just pushed a commit for this. Thanks for the reminder.
-Carl
PS. I'd written this patch several days ago, but before pushing it I
Some people send html parts as text/HTML or similar, so do a
case-sensitive comparison when checking for html parts.
---
notmuch.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 0f4ea10..b69c334 100644
--- a/notmuch.el
+++ b/notmuch.el
@@
On Tue, 16 Feb 2010 18:51:00 +, James Westby jw+deb...@jameswestby.net
wrote:
Some people send html parts as text/HTML or similar, so do a
case-sensitive comparison when checking for html parts.
There are various other places where `equal' is used to compare MIME
types with strings.
This patch adds `-region' versions of the `notmuch-search-' commands to find
properties. It also splits up `notmuch-add/remove-tags' into both a
`-thread' and a `-region' version. (This makes us modify
`notmuch-search-archive-thread' to use the
`notmuch-search-remove-tag-thread' function, instead
Dnia wtorek 16. lutego 2010 14:06, Michal Sojka napisaĆ:
On Tue, 16 Feb 2010 02:27:37 -0800 (PST), Jakub Narebski jna...@gmail.com
wrote:
Michal Sojka sojk...@fel.cvut.cz writes:
I like the simple and powerful test suite used by Git and I would like
to use something like that in
also sprach Stewart Smith stew...@flamingspork.com [2010.02.15.1329 +1300]:
What about adding more mail to the archive?
So the way I think is that you use a Maildir for day to day mail
(e.g. delivery) and every so often you run some magic command that
takes old mail out of the Maildir and
Michal Sojka sojk...@fel.cvut.cz writes:
... You are mentioned
as a copyright holder in test-lib.sh and t-basic.sh so I'd like to
ask you: Would you mind using parts of these files under GPLv3?
I don't mind for the parts I wrote, which is the basic infrastructure
(output redirection,
On Tue, Feb 16, 2010 at 8:06 AM, Michal Sojka sojk...@fel.cvut.cz wrote:
On Tue, 16 Feb 2010 02:27:37 -0800 (PST), Jakub Narebski jna...@gmail.com
wrote:
Michal Sojka sojk...@fel.cvut.cz writes:
I like the simple and powerful test suite used by Git and I would like
to use something like
36 matches
Mail list logo