unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Olly Betts <olly@survex.com>
To: notmuch@notmuchmail.org
Subject: Re: Missing messages breaking threads
Date: Tue, 22 Dec 2009 22:48:25 +0000 (UTC)	[thread overview]
Message-ID: <loom.20091222T234335-482@post.gmane.org> (raw)
In-Reply-To: 873a38ypg5.fsf@yoom.home.cworth.org

Carl Worth writes:
> We don't have any concept of versioning yet, but it would obviously be
> easy to have a new version document with an increasing integer.

Adding a magic document for this isn't ideal as you have to make sure
it can't appear in search results, etc.

This is just the sort of thing which Xapian's "user metadata" is there
for.  It's essentially a key/value store which is versioned along with
the rest of the Xapian database.  So to set it:

  database.set_metadata("version", "1");

And to read (and default if not set):

  string version = database.get_metadata("version");
  if (version.empty()) version = "0";

Cheers,
   Olly

  parent reply	other threads:[~2009-12-22 22:49 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-18 19:02 Missing messages breaking threads James Westby
2009-12-18 19:41 ` Carl Worth
2009-12-18 19:53   ` James Westby
2009-12-18 20:52     ` Carl Worth
2009-12-18 21:24       ` James Westby
2009-12-22 22:48       ` Olly Betts [this message]
2009-12-23  0:05         ` Carl Worth
2010-03-13 21:27           ` [PATCH] Store thread ids for messages that we haven't seen yet James Westby
2010-04-13 15:20             ` Carl Worth
2010-04-13 15:36               ` James Westby
2010-04-15  0:39                 ` Carl Worth
2009-12-18 21:21     ` [PATCH] Store the size of the file for each message James Westby
2009-12-18 22:29       ` Carl Worth
2009-12-19  0:08         ` James Westby
2009-12-19  0:57           ` Carl Worth
2009-12-19  1:35             ` James Westby
2009-12-19  5:24               ` Carl Worth
2009-12-19  8:02                 ` Marten Veldthuis
2009-12-19 17:17                   ` Carl Worth
2009-12-19 13:12                 ` [PATCH] Add ENVIRONMENT VARIABLES section to the man page James Westby
2010-02-23 19:25                   ` Carl Worth
2009-12-19  0:11         ` [PATCH v2] Store the size of the file for each message James Westby
2009-12-19  1:29         ` [PATCH] Reindex larger files that duplicate ids we have James Westby
2009-12-21 18:33           ` Carl Worth
2009-12-20 20:27         ` [PATCH] Store documents for message-ids we haven't seen James Westby
2009-12-21 18:43           ` Carl Worth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20091222T234335-482@post.gmane.org \
    --to=olly@survex.com \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).