Virtual folders always empty
by Glenn Golden
Hello muttkzoids,
First, +1 for a great forking idea, nice combo of two excellent tools.
Having a bit of trouble getting virtual folders to work though. Attempting
to do <sidebar-open> always results in an empty folder, regardless of the
search term. With -d3, seeing stuff like this in the debug log (apparent
error noted with "==>")
[ ... ]
[2015-07-15 03:32:09] Reading notmuch://?query=smc...
[2015-07-15 03:32:09] nm: initialize context data 0x954ce68
[2015-07-15 03:32:09] nm: reading messages...[current count=0]
[2015-07-15 03:32:09] nm: db filename '/home/XXX/Mail'
[2015-07-15 03:32:09] nm: db open '/home/XXX/Mail' [READ] (timeout 5)
[2015-07-15 03:32:09] nm: query 'smc'
[2015-07-15 03:32:09] nm: query successfully initialized
[2015-07-15 03:32:09] nm: appending message, i=0, id=[...], path=[...]
[2015-07-15 03:32:09] nm: allocate mx memory
[2015-07-15 03:32:09] nm: initialize header data: [hdr=0x95856c0,
data=0x9585328] (notmuch-sha1-[...])
[2015-07-15 03:32:09] nm: path update requested path=/home/XXX/[...],
(notmuch-sha1-[ ... ])
[2015-07-15 03:32:09] nm: freeing header 0x9585328
==> [2015-07-15 03:32:09] nm: failed to append header!
[2015-07-15 03:32:09] nm: appending message, i=0, id=XXXXX, path=[...]
[2015-07-15 03:32:09] parse_parameters: `charset="iso-8859-1"'
[2015-07-15 03:32:09] parse_parameter: `charset' = `iso-8859-1'
[2015-07-15 03:32:09] nm: initialize header data: [hdr=0x9585708,
data=0x95855a8] ([ ... ] )
[2015-07-15 03:32:09] nm: path update requested path=[...]
[2015-07-15 03:32:09] nm: freeing header 0x95855a8
==> [2015-07-15 03:32:09] nm: failed to append header!
[ ... ]
When notmuch is executed from the commandline with the same query term, it
seems to behave normally.
Version info: mutt-kz 1.5.23.1 obtained via Arch AUR, configured with
--enable-debug, and notmuch 0.20.1. Muttrc doesn't seem to be implicated,
but for completeness, tried it with the minimal muttrc given here
http://notmuchmail.org/mutttips/
and see the same problem.
Any ideas on how to track this down further?
8 years, 2 months
synced with upstream
by Karel Zak
Hi all,
I have merged all the latest (and some missing old) patches
from mutt upstream to mutt-kz.
It works for my use-cases, but it would be nice to re-test GPG and
keys stuff as there has been some conflicts and currently it's the
most actively developed part of the mutt (thanks to Kevin).
Karel
--
Karel Zak <kzak(a)redhat.com>
http://karelzak.blogspot.com
8 years, 2 months
mutt-kz on OSX
by Iain Wood
Hi,
Anyone running mutt-kz on OSX? I’m trying to install it and hitting problems. The configure command fails:
# ./configure —enable-notmuch
…
…
configure: error: Unable to find Notmuch library
I have notmuch installed (via mac ports) and can see the various files:
/opt/local/bin/notmuch
/opt/local/include/notmuch.h
/opt/local/lib/libnotmuch.dylib
/opt/local/lib/libnotmuch.4.dylib
/opt/local/lib/libnotmuch.4.1.0.dylib
but config doesn’t see them
Any help would be much appreciated
regards
Iain
8 years, 2 months
Virtual folder and folder-hook
by Hugo Roy
Hello,
I have some trouble applying folder-hook rules to virtual folders.
For instance, if I have two ``virtual-mailboxes'' such as:
"INBOX" "notmuch://?query=tag:inbox"
"TAG" "notmuch://?query=tag:TAG"
I sometimes have trouble applying rules with a folder-hook, such
as:
folder-hook INBOX color status brightcyan black
folder-hook TAG color status brightyellow black
Folder-hooks work well with a full mailbox path such as
"~/Mail/INBOX" but not with Mutt-KZ's virtual mailboxes.
Has anyone else experience such things? Is there a
virtual-folder-hook setting able to apply settings matching
virtual-mailboxes name?
Thanks,
--
Hugo Roy
✆ +33608741341
Please use cryptography for email: see https://emailselfdefense.fsf.org/en/
Merci d’utiliser la cryptographie pour l’email : voir https://emailselfdefense.fsf.org/fr/
8 years, 2 months