Martin Owens writes:
> Hello Again,
>
> I notice in the lib code notmuch_database_open(),
> notmuch_database_create() these functions use const char *path for the
> directory path input. Is this unicode safe?
>
> The python bindings (and ctype docs) seem to suggest using something
> called 'wchar
Martin Owens writes:
> Hello Again,
>
> I notice in the lib code notmuch_database_open(),
> notmuch_database_create() these functions use const char *path for the
> directory path input. Is this unicode safe?
>
> The python bindings (and ctype docs) seem to suggest using something
> called 'wchar
On Wed, 28 Jul 2010 12:23:35 + (UTC), Olly Betts wrote:
> Bear in mind Xapian 1.1.x were development versions, and it sounds like you
> are using a revision somewhere between 1.1.3 and 1.1.4.
>
> If you can reproduce this with 1.2.x (or 1.0.x), I'm happy to investigate.
> I'm not sure it's wo
On Wed, 28 Jul 2010 12:23:35 + (UTC), Olly Betts wrote:
> Bear in mind Xapian 1.1.x were development versions, and it sounds like you
> are using a revision somewhere between 1.1.3 and 1.1.4.
>
> If you can reproduce this with 1.2.x (or 1.0.x), I'm happy to investigate.
> I'm not sure it's wo
On Tue, 12 Jan 2010 12:48:27 -0800, Carl Worth wrote:
> On Tue, 12 Jan 2010 09:46:14 +0800, Kan-Ru Chen wrote:
> > After compacting my database, the size shrunk significantly, but the
> > number of messages also changed. Beware that you might lose messages
> > after compact
Bind "n" to widget-forward and "p" to widget-backward to unify the
interface since other notmuch major mode also accept "n" and "p" to
navigation.
---
emacs/notmuch-hello.el |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
in
widget-end-of-line checks eolp to decide whether C-e in a fixed size
field should go to the end of the text in the field or the end of
the field itself. So put a trailing white space to pad the search
field.
Previous behavior:
Search: [text_]
Now:
Search: [text_
Hello!
Haven't come here for a long time. I'm bring you some patches that are
useful to me, hope they are useful to you too!
- Kanru
Kan-Ru Chen (2):
emacs: notmuch-hello: Avoid going to end-of-line in search box
emacs: notmuch-hello: Add "n" and "p" to mo
On Tue, 12 Jan 2010 12:48:27 -0800, Carl Worth wrote:
> On Tue, 12 Jan 2010 09:46:14 +0800, Kan-Ru Chen wrote:
> > After compacting my database, the size shrunk significantly, but the
> > number of messages also changed. Beware that you might lose messages
> > after compact
Hello!
Haven't come here for a long time. I'm bring you some patches that are
useful to me, hope they are useful to you too!
- Kanru
Kan-Ru Chen (2):
emacs: notmuch-hello: Avoid going to end-of-line in search box
emacs: notmuch-hello: Add "n" and "p" to mo
widget-end-of-line checks eolp to decide whether C-e in a fixed size
field should go to the end of the text in the field or the end of
the field itself. So put a trailing white space to pad the search
field.
Previous behavior:
Search: [text_]
Now:
Search: [text_
Bind "n" to widget-forward and "p" to widget-backward to unify the
interface since other notmuch major mode also accept "n" and "p" to
navigation.
---
emacs/notmuch-hello.el |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el
in
e to
> test, and then discard the original .notmuch/xapian if you're happy with
> the result.
>
> For me, this compaction took my 5.0GB down to 3.1GB. So my database is
> now less than half the size of what I started with with flint, (and can
> conceivable be cached entirely withi
e to
> test, and then discard the original .notmuch/xapian if you're happy with
> the result.
>
> For me, this compaction took my 5.0GB down to 3.1GB. So my database is
> now less than half the size of what I started with with flint, (and can
> conceivable be cached entirely withi
On Fri, 25 Dec 2009 16:09:06 -0400, david at tethera.net wrote:
> On Fri, 25 Dec 2009 09:47:02 +0800, Kan-Ru Chen wrote:
>
> > I like this idea, but this patch hides all citations larger than the
> > threshold. I'd like to see limited lines of citations been displayed.
&g
words is still great. Thanks for this patch :)
Kanru
--
Kan-Ru Chen | http://kanru.info
Q: Why are my replies five sentences or less?
A: http://five.sentenc.es/
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signa
On Fri, 25 Dec 2009 16:09:06 -0400, da...@tethera.net wrote:
> On Fri, 25 Dec 2009 09:47:02 +0800, Kan-Ru Chen wrote:
>
> > I like this idea, but this patch hides all citations larger than the
> > threshold. I'd like to see limited lines of citations been displayed.
>
is still great. Thanks for this patch :)
Kanru
--
Kan-Ru Chen | http://kanru.info
Q: Why are my replies five sentences or less?
A: http://five.sentenc.es/
pgpvQG0jXh85H.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuc
ite-end (match-end 0))
> + (cite-lines (count-lines cite-start cite-end)))
> + (if (>= cite-lines notmuch-show-citation-lines-min)
> + (notmuch-show-region-to-button
> + cite-start cite-end
> + "citation"
> + inden
atch-end 0))
> + (cite-lines (count-lines cite-start cite-end)))
> + (if (>= cite-lines notmuch-show-citation-lines-min)
> + (notmuch-show-region-to-button
> + cite-start cite-end
> + "citation"
> + in
Signed-off-by: Kan-Ru Chen
---
notmuch.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index db8f899..ed96dfa 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -581,7 +581,7 @@ which this thread was originally shown."
(define-button-type
Signed-off-by: Kan-Ru Chen
---
notmuch.el |9 -
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 1722474..db8f899 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -611,11 +611,10 @@ which this thread was originally shown
Also eats extra blanks between citations and content, which may not be
desired behavior.
Signed-off-by: Kan-Ru Chen
---
notmuch.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 5823094..1722474 100644
--- a/notmuch.el
+++ b/notmuch.el
met, consectetur adipisicin
The indentation was wrong.
Signed-off-by: Kan-Ru Chen
---
notmuch.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 97914f2..5823094 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -606,7 +606,8 @@ which this thread
This patch series fixed the indentation problem of git HEAD and did
some minor cleanup of (- (..) 1) usage.
The second patch connects two citations block if them are blank line
separated, for example:
> block 1
> block 1
> block 2
Will be treat as one citation block. The side effect
met, consectetur adipisicin
The indentation was wrong.
Signed-off-by: Kan-Ru Chen
---
notmuch.el |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 97914f2..aa6bc60 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -606,6 +606,7 @@ which this thread
met, consectetur adipisicin
The indentation was wrong.
Signed-off-by: Kan-Ru Chen
---
notmuch.el |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 97914f2..5823094 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -606,7 +606,8 @@ which this thread
This patch series fixed the indentation problem of git HEAD and did
some minor cleanup of (- (..) 1) usage.
The second patch connects two citations block if them are blank line
separated, for example:
> block 1
> block 1
> block 2
Will be treat as one citation block. The side effect
Signed-off-by: Kan-Ru Chen
---
notmuch.el |9 -
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 1722474..db8f899 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -611,11 +611,10 @@ which this thread was originally shown
Signed-off-by: Kan-Ru Chen
---
notmuch.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index db8f899..ed96dfa 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -581,7 +581,7 @@ which this thread was originally shown."
(define-button-type
Also eats extra blanks between citations and content, which may not be
desired behavior.
Signed-off-by: Kan-Ru Chen
---
notmuch.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 5823094..1722474 100644
--- a/notmuch.el
+++ b/notmuch.el
met, consectetur adipisicin
The indentation was wrong.
Signed-off-by: Kan-Ru Chen
---
notmuch.el |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 97914f2..aa6bc60 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -606,6 +606,7 @@ which this thread
_end = term.positionlist_end();
- if (it != it_end) {
- position_table.set_positionlist(
- did, tname, it, it_end);
- } else {
- position_table.delete_positionlist(did, tname);
- }
- }
LOGLINE(DB, "Calculated doclen for re
it_end) {
- position_table.set_positionlist(
- did, tname, it, it_end);
- } else {
- position_table.delete_positionlist(did, tname);
- }
- }
LOGLINE(DB, "Calcul
These two functions behave like gmail's collapse all and expand all
commands. notmuch-show-collapse-all is bound to 'B' but
notmuch-show-expand-all has no keybindig because I thought it is not often
used.
Signed-off-by: Kan-Ru Chen
---
notmuch.el | 25 +++
There are built-ins, so why not use them?
Signed-off-by: Kan-Ru Chen
---
notmuch.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 5b8513c..4d08c83 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -547,12 +547,12 @@ which this thread was
I really missed this feature. Added notmuch-show-toggle-current-body and
notmuch-show-toggle-current-header and bind them to 'b' and 'h'.
Signed-off-by: Kan-Ru Chen
---
notmuch.el | 22 ++
1 files changed, 22 insertions(+), 0 deletions(-)
diff
ically, and the button face is needed to
remove the default button face (:underline t)
--
Kan-Ru Chen | http://kanru.info
Remove the underline of both message summary and subject lines.
Message summary still defaults to reverse-video, use customize to
change it to whatever you like.
Signed-off-by: Kan-Ru Chen
---
notmuch.el | 20
1 files changed, 16 insertions(+), 4 deletions(-)
diff --git
These two functions behave like gmail's collapse all and expand all
commands. notmuch-show-collapse-all is bound to 'B' but
notmuch-show-expand-all has no keybindig because I thought it is not often
used.
Signed-off-by: Kan-Ru Chen
---
notmuch.el | 25 +++
I really missed this feature. Added notmuch-show-toggle-current-body and
notmuch-show-toggle-current-header and bind them to 'b' and 'h'.
Signed-off-by: Kan-Ru Chen
---
notmuch.el | 22 ++
1 files changed, 22 insertions(+), 0 deletions(-)
diff
There are built-ins, so why not use them?
Signed-off-by: Kan-Ru Chen
---
notmuch.el |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 5b8513c..4d08c83 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -547,12 +547,12 @@ which this thread was
ically, and the button face is needed to
remove the default button face (:underline t)
--
Kan-Ru Chen | http://kanru.info
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch
Remove the underline of both message summary and subject lines.
Message summary still defaults to reverse-video, use customize to
change it to whatever you like.
Signed-off-by: Kan-Ru Chen
---
notmuch.el | 20
1 files changed, 16 insertions(+), 4 deletions(-)
diff --git
Same problem as notmuch-show before. Noticed this when I intend to
reply a Chinese mail...
Cheers,
Kanru
Pass the message through the charset filter so that we can view
messages wrote in different charset encoding.
Signed-off-by: Kan-Ru Chen
---
notmuch-reply.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/notmuch-reply.c b/notmuch-reply.c
index 9ca1236..0cda72d
Same problem as notmuch-show before. Noticed this when I intend to
reply a Chinese mail...
Cheers,
Kanru
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch
Pass the message through the charset filter so that we can view
messages wrote in different charset encoding.
Signed-off-by: Kan-Ru Chen
---
notmuch-reply.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/notmuch-reply.c b/notmuch-reply.c
index 9ca1236..0cda72d
On Fri, 27 Nov 2009 04:54:17 -0800, Carl Worth wrote:
> Do you happen to know some good documentation for how to get started
> with gnus for reading mail? I'd be happy even with the bare minimum to
> just get gnus to view one single message from out of my mail
> store. (Which is something I tried
On Fri, 27 Nov 2009 04:54:17 -0800, Carl Worth wrote:
> Do you happen to know some good documentation for how to get started
> with gnus for reading mail? I'd be happy even with the bare minimum to
> just get gnus to view one single message from out of my mail
> store. (Which is something I tried
Pass the message through the charset filter so that we can view
messages wrote in different charset encoding.
Signed-off-by: Kan-Ru Chen
---
notmuch-show.c |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/notmuch-show.c b/notmuch-show.c
index d727f30..c7f1320
To avoid the "Invalid face reference: cons [18 times]" kind of message
goes on and on in the *Messages*.
Signed-off-by: Kan-Ru Chen
---
notmuch.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch.el b/notmuch.el
index 0144b61..a547415 100644
--- a/
52 matches
Mail list logo