]> git.notmuchmail.org Git - notmuch/commitdiff
test: add generator for random "stub" messages
authorDavid Bremner <bremner@debian.org>
Sun, 5 Aug 2012 18:13:12 +0000 (15:13 -0300)
committerDavid Bremner <bremner@debian.org>
Sun, 2 Dec 2012 19:51:32 +0000 (15:51 -0400)
Initial use case is testing dump and restore, so we only have
message-ids and tags.

The message ID's are nothing like RFC compliant, but it doesn't seem
any harder to roundtrip random UTF-8 strings than RFC-compliant ones.

Tags are UTF-8, even though notmuch is in principle more generous than
that.

updated for id:m2wr04ocro.fsf@guru.guru-group.fi

- talk about Unicode value rather some specific encoding
- call talloc_realloc less times


No differences found