Hello,
when I run
notmuch --config=$HOME/.notmuch-config-work new
NOTMUCH_CONFIG isn't set when the hooks are running. This would however
be quite useful such that e.g. afew uses the right database. Of course I
could do
NOTMUCH_CONFIG=$HOME/.notmuch-config-work notmuch new
inst
Hello,
(already reported in #notmuch, bremner asked to forward to this list)
Using bash (Debian, 5.0-4) and notmuch (also Debian, 0.29.3-1+b2) I
noticed a breakage in notmuch's bash completion:
$ notmuch --config=/hobash: [: too many arguments
bash: declare: cannot use `-f' to ma
Hi Patrick,
On Tue, Jul 12, 2011 at 10:29:58PM +0100, Patrick Totzke wrote:
> I noticed that commit 687366b920caa5de6ea0b66b70cf2a11e5399f7b
> breaks things with Database.get_all_tags:
>
> -->%-
> AttributeError
Hi Patrick,
On Tue, Jul 12, 2011 at 10:29:58PM +0100, Patrick Totzke wrote:
> I noticed that commit 687366b920caa5de6ea0b66b70cf2a11e5399f7b
> breaks things with Database.get_all_tags:
>
> -->%-
> AttributeError
Hello,
On Tue, Jul 12, 2011 at 04:24:59PM -0400, Jason Woofenden wrote:
> (I didn't see any way to ask mailman for a message id.)
It's possible to let mailman offer mbox downloads parallel to the
"Gzip'd Text" files.
You need to set
PUBLIC_MBOX = Yes;
in your mailman config and restart
Hello,
On Tue, Jul 12, 2011 at 04:24:59PM -0400, Jason Woofenden wrote:
> (I didn't see any way to ask mailman for a message id.)
It's possible to let mailman offer mbox downloads parallel to the
"Gzip'd Text" files.
You need to set
PUBLIC_MBOX = Yes;
in your mailman config and restart
---
vim/plugin/notmuch.vim |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim
index 181e626..4410827 100644
--- a/vim/plugin/notmuch.vim
+++ b/vim/plugin/notmuch.vim
@@ -25,7 +25,7 @@
let s:notmuch_defaults = {
\ 'g:
With the trailing slash I get
Error detected while processing function
10_NM_new_mail..10_NM_cmd_compose..10_NM_newComposeBuffer..10_NM_newFileBuffer:
line3:
E739: Cannot create directory: /home/ukleinek/.notmuch/compose/
when hitting 'm' to compose a new mail. strace
Since
e7899b0 (vim: use sendmail directly)
notmuch-vim uses sendmail directly.
Cc: Felipe Contreras
---
vim/README |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/vim/README b/vim/README
index aa3245c..53f1c4e 100644
--- a/vim/README
+++ b/vim/README
@@ -7,8
---
vim/plugin/notmuch.vim |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim
index 181e626..4410827 100644
--- a/vim/plugin/notmuch.vim
+++ b/vim/plugin/notmuch.vim
@@ -25,7 +25,7 @@
let s:notmuch_defaults = {
\ 'g
With the trailing slash I get
Error detected while processing function
10_NM_new_mail..10_NM_cmd_compose..10_NM_newComposeBuffer..10_NM_newFileBuffer:
line3:
E739: Cannot create directory: /home/ukleinek/.notmuch/compose/
when hitting 'm' to compose a new mail. strace
Since
e7899b0 (vim: use sendmail directly)
notmuch-vim uses sendmail directly.
Cc: Felipe Contreras
---
vim/README |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/vim/README b/vim/README
index aa3245c..53f1c4e 100644
--- a/vim/README
+++ b/vim/README
@@ -7,8
It took quite some time to debug why folder: searches didn't work for me
though I had notmuch 0.6~rc1 installed. amdragon in #notmuch found out
that I still had libnotmuch1 0.5+nmu3 installed.
To prevent the same problem in the future let notmuch depend on the same
version of libnotmuch1.
Signed-
igned-off-by: Uwe Kleine-König
---
debian/control |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/debian/control b/debian/control
index 78c9849..03afdf4 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Dm-Upload-Allowed: yes
Package: notmuch
Archite
14 matches
Mail list logo