this be:
mv $(notmuch config get database.path)/.notmuch{,.bak}
Otherwise I would move away all my emails, not just notmuch's database.
notmuch new
notmuch restore dump.txt
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f
via message mode or similar means? e.g.:
#notmuch tag=WAITING analog to #secure method=pgpmime mode=sign
regards
florian
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f...@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel
First, thanks a lot for org-notmuch!
I attached a minimal patch to require org so it is enough to require
org-notmuch in user init.
From 4128169c3d22527342c90b675e847f4227f3b0c1 Mon Sep 17 00:00:00 2001
From: Florian Friesdorf f...@chaoflow.net
Date: Thu, 14 Apr 2011 14:44:54 +0200
Subject
be more intuitive if the current bindings on
pypi [1] would have the same version as the current stable release of
notmuch. If they would also work with older releases of notmuch, that
could still be indicated, as it is done now.
[1] http://pypi.python.org/pypi/notmuch
--
Florian Friesdorf f
=${TMP_DIRECTORY}/home
+mkdir -p ${HOME}
+
MAIL_DIR=${TMP_DIRECTORY}/mail
export GNUPGHOME=${TMP_DIRECTORY}/gnupg
export NOTMUCH_CONFIG=${TMP_DIRECTORY}/notmuch-config
--
1.7.4.4
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f
On Mon, 18 Apr 2011 19:41:39 +0200, Florian Friesdorf f...@chaoflow.net wrote:
In case of a non-existent home directory, the tests are failing without
this patch.
As asked for by jrollins on irc, more info on my build environment:
I use nixos [1] which uses the nix package manager [2
on how to do the switch? For the mailing list
archive a link would be great - a quick search for 'xapian flint chert'
was unsuccessful.
In case there are no instructions yet, I'm happy to conclude what is
gathered here and add it to notmuch's webpage.
--
Florian Friesdorf f...@chaoflow.net
GPG
would extend the manpage accordingly.
[2] http://xapian.org/docs/queryparser.html
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f...@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
pgpsTdo4ATfrZ.pgp
Description: PGP
Apr 2011 19:41:39 +0200, Florian Friesdorf f...@chaoflow.net wrote:
My first patch send to the list, not sure whether done properly.
In the master branch in test/emacs two tests access the build users home
directory, so does emacs_deliver_message in the crypto branch.
I think the tests
On Fri, 06 May 2011 12:47:35 -0700, Jameson Graef Rollins
jroll...@finestructure.net wrote:
On Fri, 06 May 2011 11:09:19 +0200, Florian Friesdorf f...@chaoflow.net
wrote:
any chance of getting this patch into 0.6?
Hi, Florian. Yes, I have included this patch in the
release-candidate/0.6
On Fri, 06 May 2011 14:06:22 -0700, Carl Worth cwo...@cworth.org wrote:
(..)
thx for all the suggestions - mail marked and will reread before the
next patch.
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f...@chaoflow.net
IRC
direction good?
What would be needed to get this included?
Florian Friesdorf (1):
implement search --format=sanitized_text + emacs UI to use it
emacs/notmuch.el |3 +-
notmuch-search.c | 58 ++
2 files changed, 60 insertions(+), 1
Hi Carl,
On Fri, 06 May 2011 14:06:22 -0700, Carl Worth cwo...@cworth.org wrote:
On Mon, 18 Apr 2011 19:41:39 +0200, Florian Friesdorf f...@chaoflow.net
wrote:
My first patch send to the list, not sure whether done properly.
Just fine, Florian. Thanks for the contribution!
One small
bad for *both* use cases.
reference to the original patch, that does that:
id: 8739ljwy7z@msstf091.ucc.ie
I'm just realizing, that it would have been good to send the patches
with git send-email as an answer to the original patch. Sorry for that,
still learning.
--
Florian Friesdorf f
patch applies to current rc (ed6d3b8bb727b3acaa913945d6edf29843ab0864)
and works for me. It's the Andreas' patch just sent, that the commit
message will make it when applied with 'git am'.
Andreas Amann (1):
Sanitize Subject: and Author: fields to not contain control
characters in
From: Andreas Amann a.am...@ucc.ie
When a Subject field contained encoded CRLF sequences, these sequences
would appear unfiltered in the output of notmuch search. This confused
the notmuch emacs interface leading to Unexpected Output
messages. This is now fixed by replacing all characters with
rename all ctx_quote to
local?
Will send style fixes after we cleared this.
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f...@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
pgpWtUE1HeJND.pgp
Description: PGP
patch applies to current rc (ed6d3b8bb727b3acaa913945d6edf29843ab0864)
and works for me. It's the Andreas' patch just sent, that the commit
message will make it when applied with 'git am'.
Andreas Amann (1):
Sanitize Subject: and Author: fields to not contain control
characters in
---
test/corpus.ccs/cur/1:2, |8
test/search-output |8
test/test-lib.sh | 12
3 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 test/corpus.ccs/cur/1:2,
diff --git a/test/corpus.ccs/cur/1:2, b/test/corpus.ccs/cur/1:2,
this went out erroneously.
On Mon, 9 May 2011 01:12:19 +0200, Florian Friesdorf f...@chaoflow.net wrote:
patch applies to current rc (ed6d3b8bb727b3acaa913945d6edf29843ab0864)
and works for me. It's the Andreas' patch just sent, that the commit
message will make it when applied with 'git am
On Sat, 07 May 2011 01:51:25 +0200, Florian Friesdorf f...@chaoflow.net wrote:
(..)
An open issue (also with gmime 2.4.24) is the extraction of a PDF from
an encrypted message via emacs (discussed on irc before, mentioned here
for completeness of the
In the current release candidate this got
the same.
In addition the import script for bbdb could be nice.
[1] http://notmuchmail.org/emacstips/#address_completion
[2]
http://notmuch.198994.n3.nabble.com/bbdb-import-notmuch-addresses-td520249.html
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3
On Wed, 11 May 2011 10:18:43 -0700, Jameson Graef Rollins
jroll...@finestructure.net wrote:
On Wed, 11 May 2011 14:31:36 +0200, Florian Friesdorf f...@chaoflow.net
wrote:
In addition, about a year ago, Sebastian indicated, that notmuch itself
could offer returning email addresses [3
for it.
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f...@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
pgp0nZcnONRbJ.pgp
Description: PGP signature
___
notmuch mailing list
notmuch
.
[1] http://cr.yp.to/immhf/thread.html
florian
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f...@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
pgpLrCuJN3DPq.pgp
Description: PGP signature
---
test/raw |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/raw b/test/raw
index b7e265a..99d3a3b 100755
--- a/test/raw
+++ b/test/raw
@@ -1,4 +1,4 @@
-#!/usr//bin/env bash
+#!/usr/bin/env bash
test_description='notmuch show --format=raw'
. ./test-lib.sh
--
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f...@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman
On Mon, 23 Jan 2012 15:26:20 +0100, Florian Friesdorf f...@chaoflow.net wrote:
On Tue, 17 Jan 2012 23:44:40 +0100, Rodney Lorrimar d...@rodney.id.au wrote:
Debugger entered--Lisp error: (void-variable gnus-inhibit-images)
mm-shr((#buffer *temp* (text/html) nil nil nil nil nil nil
think the better solution would
be for gnus to fix the bug. The following patch against gnus works for
me. (I have tried submitting it to the gnus bug list, but have not been
able to check if it got through.)
emacs git master has a fix for that, so you seem to have got through.
--
Florian
somebody convinces me
otherwise.
--
Florian Friesdorf f...@chaoflow.net
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: f...@chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
pgpv2zAI4xQnG.pgp
Description: PGP signature
rough
some indicators via message mode or similar means? e.g.:
<#notmuch tag=WAITING> analog to <#secure method=pgpmime mode=sign>
regards
florian
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenod
+A +B -C -D -- and \(not tag:A or not tag:B\ or tag:C or
tag:D\)
In order to enforce tagging and disable the filter there could be a
flag.
I lack the knowledge/time to implement it, but I think it's at least
worth documenting it.
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D
-patch
Size: 692 bytes
Desc: not available
URL:
<http://notmuchmail.org/pipermail/notmuch/attachments/20110414/cb9019c2/attachment.bin>
-- next part --
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.n
a different versioning than notmuch
itself and that it would be more intuitive if the current bindings on
pypi [1] would have the same version as the current stable release of
notmuch. If they would also work with older releases of notmuch, that
could still be indicated, as it is done now.
[1] http://py
On Mon, 18 Apr 2011 15:57:26 +0200, Sebastian Spaeth
wrote:
> On Mon, 18 Apr 2011 14:32:16 +0200, Florian Friesdorf
> wrote:
> > I think it is confusing that it has a different versioning than notmuch
> > itself and that it would be more intuitive if the current bindings on
s_deliver_message
+export HOME="${TMP_DIRECTORY}/home"
+mkdir -p "${HOME}"
+
MAIL_DIR="${TMP_DIRECTORY}/mail"
export GNUPGHOME="${TMP_DIRECTORY}/gnupg"
export NOTMUCH_CONFIG="${TMP_DIRECTORY}/notmuch-config"
--
1.7.4.4
--
Florian Friesdorf
On Mon, 18 Apr 2011 19:41:39 +0200, Florian Friesdorf
wrote:
>
> In case of a non-existent home directory, the tests are failing without
> this patch.
As asked for by jrollins on irc, more info on my build environment:
I use nixos [1] which uses the nix package manager [2] and nixpkg
to do the switch? For the mailing list
archive a link would be great - a quick search for 'xapian flint chert'
was unsuccessful.
In case there are no instructions yet, I'm happy to conclude what is
gathered here and add it to notmuch's webpage.
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC
thank you all for your answers!
I am now also on a compacted chert database and started a "performance"
section:
http://notmuchmail.org/performance/
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow o
ge runs also on top of OS X and ships notmuch. However, I run
native nixos and therefore cannot give a recommendation for nix+OSX.
[1] http://nixos.org/nix/
[2] http://nixos.org/nixpkgs/
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.ne
On Sat, 16 Apr 2011 14:59:34 +0200, Pieter Praet wrote:
> On Thu, 14 Apr 2011 10:23:46 +0200, Florian Friesdorf
> wrote:
> >
> > With 60k messages and 12k tagged as sent:
> >
> > $ time notmuch tag +sent -- from:flo at chaoflow.net
> >
> > rea
recedence:
- NOT
- AND
- XOR
- OR
Is this correct? If yes, I would extend the manpage accordingly.
[2] http://xapian.org/docs/queryparser.html
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on free
the database is compacted
- ...
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type
Apr 2011 19:41:39 +0200, Florian Friesdorf
wrote:
>
> My first patch send to the list, not sure whether done properly.
>
> In the master branch in test/emacs two tests access the build users home
> directory, so does emacs_deliver_message in the crypto branch.
>
> I t
On Fri, 06 May 2011 12:47:35 -0700, Jameson Graef Rollins wrote:
> On Fri, 06 May 2011 11:09:19 +0200, Florian Friesdorf
> wrote:
> > any chance of getting this patch into 0.6?
>
> Hi, Florian. Yes, I have included this patch in the
> release-candidate/0.6 branch.
grea
On Fri, 06 May 2011 14:06:22 -0700, Carl Worth wrote:
(..)
thx for all the suggestions - mail marked and will reread before the
next patch.
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet
direction good?
What would be needed to get this included?
Florian Friesdorf (1):
implement search --format=sanitized_text + emacs UI to use it
emacs/notmuch.el |3 +-
notmuch-search.c | 58 ++
2 files changed, 60 insertions(+), 1
Sanitize "Subject:" and "Author:" fields to not contain control
characters for sanitized_text format.
When a Subject field contains encoded CRLF sequences, these sequences
would appear unfiltered in the output of notmuch search. This confused
the notmuch emacs interface leading to "Unexpected
Hi Carl,
On Fri, 06 May 2011 14:06:22 -0700, Carl Worth wrote:
> On Mon, 18 Apr 2011 19:41:39 +0200, Florian Friesdorf
> wrote:
> > My first patch send to the list, not sure whether done properly.
>
> Just fine, Florian. Thanks for the contribution!
>
> One
security
team yet ensuring timely updates.
regards
florian
[1] http://hydra.nixos.org/build/1069287/download/1/manual/#chap-installation
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,O
ad for *both* use cases.
reference to the original patch, that does that:
id: 8739ljwy7z.fsf at msstf091.ucc.ie
I'm just realizing, that it would have been good to send the patches
with git send-email as an answer to the original patch. Sorry for that,
still learning.
--
Florian Friesdorf
G
like a different approach to:
id:8739ljwy7z.fsf at msstf091.ucc.ie,
id:1304723846-29134-1-git-send-email-flo at chaoflow.net
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
-
patch applies to current rc (ed6d3b8bb727b3acaa913945d6edf29843ab0864)
and works for me. It's the Andreas' patch just sent, that the commit
message will make it when applied with 'git am'.
Andreas Amann (1):
Sanitize "Subject:" and "Author:" fields to not contain control
characters in
named "local", in the other
functions its also named ctx_quote. Should I rename all ctx_quote to
"local"?
Will send style fixes after we cleared this.
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: ch
patch applies to current rc (ed6d3b8bb727b3acaa913945d6edf29843ab0864)
and works for me. It's the Andreas' patch just sent, that the commit
message will make it when applied with 'git am'.
Andreas Amann (1):
Sanitize "Subject:" and "Author:" fields to not contain control
characters in
---
notmuch-search.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/notmuch-search.c b/notmuch-search.c
index e7fc41a..fd7c7d1 100644
--- a/notmuch-search.c
+++ b/notmuch-search.c
@@ -112,13 +112,13 @@ format_item_id_text (unused (const void *ctx),
}
static char *
---
test/corpus.ccs/cur/1:2, |8
test/search-output |8
test/test-lib.sh | 12
3 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 test/corpus.ccs/cur/1:2,
diff --git a/test/corpus.ccs/cur/1:2, b/test/corpus.ccs/cur/1:2,
this went out erroneously.
On Mon, 9 May 2011 01:12:19 +0200, Florian Friesdorf
wrote:
> patch applies to current rc (ed6d3b8bb727b3acaa913945d6edf29843ab0864)
> and works for me. It's the Andreas' patch just sent, that the commit
> message will make it when applied wit
On Sat, 07 May 2011 01:51:25 +0200, Florian Friesdorf
wrote:
> (..)
> An open issue (also with gmime 2.4.24) is the extraction of a PDF from
> an encrypted message via emacs (discussed on irc before, mentioned here
> for completeness of the
In the current release candidate th
the same.
In addition the import script for bbdb could be nice.
[1] http://notmuchmail.org/emacstips/#address_completion
[2]
http://notmuch.198994.n3.nabble.com/bbdb-import-notmuch-addresses-td520249.html
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber
On Wed, 11 May 2011 14:18:01 +0200, Florian Friesdorf
wrote:
>
> According to the docs [1], there are two programs that can be used with
> notmuch-address.el: notmuch-addresses (python) and addrlookup (vala/c).
>
> Further it is possible to import all addresses into bbdb
On Wed, 11 May 2011 10:18:43 -0700, Jameson Graef Rollins wrote:
> On Wed, 11 May 2011 14:31:36 +0200, Florian Friesdorf
> wrote:
> > In addition, about a year ago, Sebastian indicated, that notmuch itself
> > could offer returning email addresses [3]. Are there arguments a
just the
> messages you want to tag, in which case you can just tag the entire
> buffer.
Maybe its more a question of key bindings:
1. add some special tag to messages
2. filter on this tag
3. do something with the whole buffer
4. remove special tag from all messages
5. close filter
I'd
e - or is GHashTable ordered.
[1] http://cr.yp.to/immhf/thread.html
florian
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
-- next part --
A non-text attachment
---
test/raw |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/raw b/test/raw
index b7e265a..99d3a3b 100755
--- a/test/raw
+++ b/test/raw
@@ -1,4 +1,4 @@
-#!/usr//bin/env bash
+#!/usr/bin/env bash
test_description='notmuch show --format=raw'
. ./test-lib.sh
--
On Mon, 23 Jan 2012 15:26:20 +0100, Florian Friesdorf
wrote:
> On Tue, 17 Jan 2012 23:44:40 +0100, Rodney Lorrimar
> wrote:
> >
> > Debugger entered--Lisp error: (void-variable gnus-inhibit-images)
> > mm-shr((# ("text/html") nil nil nil nil nil nil))
&
or
> me. (I have tried submitting it to the gnus bug list, but have not been
> able to check if it got through.)
emacs git master has a fix for that, so you seem to have got through.
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
I just wanted to express my gratitude, that for a while now notmuch is
tagging by a factor 200 faster than it used to be!
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
id the database re-creation, have not more details
without testing, which I'd like to avoid except somebody convinces me
otherwise.
--
Florian Friesdorf
GPG FPR: 7A13 5EEE 1421 9FC2 108D BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,
69 matches
Mail list logo