Displaying 12 results from an estimated 12 matches for "notmuchmail".
2018 Apr 07
3
Database corruption after clean rebuild
...and linking
notmuch against that.
Maybe Patrick or Justus (in copy) has some idea why you're only seeing
problems in afew.
Another debugging direction is to try to duplicate your problem with
some subset of mail that you're willing to share (bisection is the usual
strategy).
[1] https://notmuchmail.org/pipermail/notmuch/2018/026369.html
2016 Feb 21
5
Database left unlocked by Tcl bindings
I discovered, while trying to set up Tcl bindings for Notmuch
(https://notmuchmail.org/), which uses Xapian, that flintlock was not
being locked (I had lost updates).
I then found that opening a Xapian database for writing directly via
the Xapian Tcl bindings also silently fails to lock flintlock.
I have taken a copy of flint_lock.cc to play with, and I find that it
locks the f...
2018 Apr 29
1
Database corruption after clean rebuild
...in copy) has some idea why you're only seeing
>> problems in afew.
>>
>> Another debugging direction is to try to duplicate your problem with
>> some subset of mail that you're willing to share (bisection is the usual
>> strategy).
>>
>> [1] https://notmuchmail.org/pipermail/notmuch/2018/026369.html
>
> _______________________________________________
> notmuch mailing list
> notmuch at notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch
Ciao; Gregor
--
-... --- .-. . -.. ..--.. ...-.-
2014 Jan 04
1
Writing an FTS plugin
Hi, I'm having some trouble writing an FTS plugin that uses notmuch
(http://notmuchmail.org/) as the backend.
As a proof of concept, I'm adding a hardcoded UID to the search results in
the plugin's lookup handler:
seq_range_array_add(&result->definite_uids, 1, 42);
but this UID is never returned by IMAP SEARCH commands. I know the plugin is
being used, since I'...
2016 Feb 22
3
Database left unlocked by Tcl bindings
On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
> > I discovered, while trying to set up Tcl bindings for Notmuch
> > (https://notmuchmail.org/), which uses Xapian, that flintlock was not
> > being locked (I had lost updates).
>
> It seems to work for me, testing with this:
>
> package require Tcl 8
> package require xapian 1.0.0
> xapian::WritableDatabase db "tmp.db" $xapian::DB_CREATE_OR_OPEN
>...
2012 Feb 03
0
Feature request - search and tag protocol - notmuch-alike approach
...I've started to write a proof-of-concept, but it moves too slow, since my
knowledge of dovecot internals is poor and it's hard to find time for the
project.
I hope somebody else has similar idea in mind and just wait opportunity to
discuss the idea and start to write code. ;)
[1] http://notmuchmail.org/
--
Kirill A. Shutemov
2016 Feb 21
0
Database left unlocked by Tcl bindings
On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
> I discovered, while trying to set up Tcl bindings for Notmuch
> (https://notmuchmail.org/), which uses Xapian, that flintlock was not
> being locked (I had lost updates).
It seems to work for me, testing with this:
package require Tcl 8
package require xapian 1.0.0
xapian::WritableDatabase db "tmp.db" $xapian::DB_CREATE_OR_OPEN
xapian::WritableDatabase db2 "tmp....
2016 Feb 24
0
Database left unlocked by Tcl bindings
...Feb 22, 2016 at 12:26:27PM +0100, Eric wrote:
> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
> > On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
> > > I discovered, while trying to set up Tcl bindings for Notmuch
> > > (https://notmuchmail.org/), which uses Xapian, that flintlock was not
> > > being locked (I had lost updates).
> >
> > It seems to work for me, testing with this:
> >
> > package require Tcl 8
> > package require xapian 1.0.0
> > xapian::WritableDatabase db "tmp.db&qu...
2018 Apr 07
1
Database corruption after clean rebuild
...t; Maybe Patrick or Justus (in copy) has some idea why you're only seeing
> problems in afew.
>
> Another debugging direction is to try to duplicate your problem with
> some subset of mail that you're willing to share (bisection is the usual
> strategy).
>
> [1] https://notmuchmail.org/pipermail/notmuch/2018/026369.html
2017 Mar 09
3
Inconsistent query results
...st.c:28)
==11180==
count1: 2, count2: 2
Notice that under valgrind the counts match, which strongly suggests
that whatever is going on here is related to a memory error.
In case someone on the xapian list wants to play with this, you can grab
Kirill's test corpus and driver from
wget http://notmuchmail.org/pipermail/notmuch/attachments/20170308/fa83965a/attachment-0001.xz
tar Jxvf attachment-0001.xz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.c
Type: text/x-csrc
Size: 1220 bytes
Desc: not available
URL: <http://lists.xapian.org/pipermail/xapian-dis...
2016 Feb 24
4
Database left unlocked by Tcl bindings
...16 at 12:26:27PM +0100, Eric wrote:
>> On Sun, 21 Feb 2016 22:33:22 +0000, Olly Betts <olly at survex.com> wrote:
>>> On Sun, Feb 21, 2016 at 02:15:25PM +0100, Eric J wrote:
>>>> I discovered, while trying to set up Tcl bindings for Notmuch
>>>> (https://notmuchmail.org/), which uses Xapian, that flintlock was not
>>>> being locked (I had lost updates).
>>>
>>> It seems to work for me, testing with this:
>>>
>>> package require Tcl 8
>>> package require xapian 1.0.0
>>> xapian::WritableDatabas...
2019 Jan 02
3
Solr
On Wed, 2019-01-02 at 00:59 -0800, M. Balridge wrote:
> > The main problem is : After some time of indexing from Dovecot, Dovecot
> > returns errors (invalid SID, etc...) and Solr return "out of range
> > indexes" errors
>
> I've been watching the progress of this thread with no small concern, mainly
> because I've been tasked with providing a