like a pretty arbitrary differentiator (i.e. 'Q. '
> is fine, but 'LWN.net' isn't)
The syntax is defined in http://www.faqs.org/rfcs/rfc2822.html in
particular section 3.2.4. From that it appears the unquoted use of
[a-Z][.a-Z]* is valid. However, I shall leave the intricacies to those
whose understand and appreciate the whole problem...
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
is defined in http://www.faqs.org/rfcs/rfc2822.html in
particular section 3.2.4. From that it appears the unquoted use of
[a-Z][.a-Z]* is valid. However, I shall leave the intricacies to those
whose understand and appreciate the whole problem...
-Chris
--
Chris Wilson, Intel Open Source Technology
In order to handle installation into user directories, it is convenient
to encode the library location into the search path for the notmuch
executable. This is achieved for the GNU linker with the -rpath
argument.
---
Makefile.local |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
In order to handle installation into user directories, it is convenient
to encode the library location into the search path for the notmuch
executable. This is achieved for the GNU linker with the -rpath
argument.
---
Makefile.local |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
If the user is explicitly searching for a message, then if notmuch
fails to find it, it is useful to set a failure exit code. This makes it
easier for scripting. However, we will want to then distinguish between
fatal errors (such as out-of-memory, invalid arguments, corrupt db, etc)
from the
If the user is explicitly searching for a message, then if notmuch
fails to find it, it is useful to set a failure exit code. This makes it
easier for scripting. However, we will want to then distinguish between
fatal errors (such as out-of-memory, invalid arguments, corrupt db, etc)
from the
oning this, Aneesh.
>
> Hooking up Anjal to notmuch was an idea that Chris Wilson had almost
> immediately after playing with notmuch. I think he even started poking
> around in the Anjal code base to see how much work this would be.
>
> Chris, did you make any progress worth men
was an idea that Chris Wilson had almost
immediately after playing with notmuch. I think he even started poking
around in the Anjal code base to see how much work this would be.
Chris, did you make any progress worth mentioning in your
investigations?
Before being distracted again
Excerpts from Carl Worth's message of Fri Nov 27 13:23:06 + 2009:
> On Sun, 22 Nov 2009 00:57:10 +0000, Chris Wilson chris-wilson.co.uk> wrote:
> > The majority of filenames will fit within PATH_MAX [4096] (because
> > that's a hard limit imposed by the filesystem
-of-memory, we handle like the other fatal errors by
jumping to the end.
Signed-off-by: Chris Wilson
---
notmuch-new.c | 13 -
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/notmuch-new.c b/notmuch-new.c
index 3cde3a7..71224c5 100644
--- a/notmuch-new.c
+++ b
As I see this every time I poll for new mail, the joke becomes very old
very quickly. The other instances of "not much" are shown much less
often and have a much more natural style, this one however feels forced,
impairing the humorous effect.
Signed-off-by: Chris "the critic" Wilson
---
The majority of filenames will fit within PATH_MAX [4096] (because
that's a hard limit imposed by the filesystems) so we can avoid an
allocation per lookup and thereby eliminate a large proportion of the
overhead of scanning a maildir.
Signed-off-by: Chris Wilson
---
notmuch-new.c | 75
Check that the stdout is connected to an interactive terminal with
isatty() before installing the periodic timer to print progress reports.
Signed-off-by: Chris Wilson
---
notmuch-new.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/notmuch-new.c b/notmuch-new.c
we need to add a
compile time check for the valgrind development library, and so add the
initial support to build Makefile.config from configure.
Signed-off-by: Chris Wilson
Reviewed-by: Carl Worth
[ickle: And do not install the timer when under the debugger]
---
Makefile.config |1
Gah, I'm tired and using "git send-email HEAD^" is too easy. Here is the
most recent pair of patches in possibly a working state.
-ickle
we need to add a
compile time check for the valgrind development library, and so add the
initial support to build Makefile.config from configure.
Signed-off-by: Chris Wilson
Reviewed-by: Carl Worth
[ickle: And do not install the timer]
---
Makefile.config |1 +
Makefile.local |3
we need to add a
compile time check for the valgrind development library, and so add the
initial support to build Makefile.config from configure.
Signed-off-by: Chris Wilson
Reviewed-by: Carl Worth
---
Makefile.config |1 +
Makefile.local |3 ++-
configure| 21
Carl claims he must have been distracted when he wrote this...
Signed-off-by: Chris Wilson
---
lib/database.cc | 18 +++---
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/lib/database.cc b/lib/database.cc
index 207246c..0f95aa1 100644
--- a/lib/database.cc
+++ b
Use the facilities of GNU make to create a magic function that will
on the first invocation print a description of how to enable verbose
compile lines and then print the quiet rule.
Signed-off-by: Chris Wilson
Signed-off-by: Carl Worth
Cc: Mikhail Gusarov
[ickle: Rebased, and duplicate
We only rarely need to actually open the database for writing, but we
always create a Xapian::WritableDatabase. This has the effect of
preventing searches and like whilst updating the index.
Signed-off-by: Chris Wilson
Acked-by: Carl Worth
[ickle: Updated to add WRITABLE mode to notmuch-new
We only rarely need to actually open the database for writing, but we
always create a Xapian::WritableDatabase. This has the effect of
preventing searches and like whilst updating the index.
Signed-off-by: Chris Wilson
Acked-by: Carl Worth
---
lib/database-private.h |3 ++-
lib/database.cc
Use the facilities of GNU make to create a magic function that will
on the first invocation print a description of how to enable verbose
compile lines and then print the quiet rule.
Signed-off-by: Chris Wilson
Signed-off-by: Carl Worth
Cc: Mikhail Gusarov
---
Makefile | 22
Use the facilities of GNU make to create a magic function that will
on the first invocation print a description of how to enable verbose
compile lines and then print the quiet rule.
Signed-off-by: Chris Wilson
Signed-off-by: Carl Worth
Cc: Mikhail Gusarov
---
Makefile | 18
may not change to a more kernel style, but he definitely will
not mandate 3-space indents. ;-)
-ickle
--
Chris Wilson, Intel Open Source Technology Centre
Apparently typeof (size_t) != unsigned int on my x86-64.
---
notmuch-reply.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/notmuch-reply.c b/notmuch-reply.c
index 4a4a782..344b6e3 100644
--- a/notmuch-reply.c
+++ b/notmuch-reply.c
@@ -78,7 +78,7 @@ address_is_users
Currently the same `pkg-config ...` is executed for every target, so
just store the results in a variable.
---
Makefile |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 96aaa73..023b2ec 100644
--- a/Makefile
+++ b/Makefile
@@ -4,15 +4,16
26 matches
Mail list logo