Import maildir-utils_1.12.5.orig.tar.gz
authorJeremy Sowden <azazel@debian.org>
Mon, 3 Jun 2024 21:05:55 +0000 (22:05 +0100)
committerJeremy Sowden <azazel@debian.org>
Mon, 3 Jun 2024 21:05:55 +0000 (22:05 +0100)
commit9b4164a748baf0015963b4e8901ecc54982cd262
treea52cab0fe5f95250356fa0966ec29c1babfb2e4e
Import maildir-utils_1.12.5.orig.tar.gz

[dgit import orig maildir-utils_1.12.5.orig.tar.gz]
308 files changed:
.dir-locals.el [new file with mode: 0644]
.editorconfig [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature-request.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/guile.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/misc.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/mu-bug-report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/mu4e-bug-report.md [new file with mode: 0644]
.github/issue_template.md [new file with mode: 0644]
.github/workflows/build-and-test.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.mailmap [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
IDEAS.org [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS.org [new file with mode: 0644]
README.org [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
build-aux/date.py [new file with mode: 0755]
build-aux/meson-install-info.sh [new file with mode: 0644]
build-aux/version.texi.in [new file with mode: 0644]
contrib/mu-completion.zsh [new file with mode: 0644]
contrib/mu-sexp-convert [new file with mode: 0755]
contrib/mu.spec [new file with mode: 0644]
guile/compile-scm.in [new file with mode: 0644]
guile/examples/contacts-export [new file with mode: 0755]
guile/examples/msg-graphs [new file with mode: 0755]
guile/examples/mu-biff [new file with mode: 0755]
guile/examples/org2mu4e [new file with mode: 0755]
guile/fdl.texi [new file with mode: 0644]
guile/meson.build [new file with mode: 0644]
guile/mu-guile-message.cc [new file with mode: 0644]
guile/mu-guile-message.hh [new file with mode: 0644]
guile/mu-guile-message.x [new file with mode: 0644]
guile/mu-guile.cc [new file with mode: 0644]
guile/mu-guile.hh [new file with mode: 0644]
guile/mu-guile.texi [new file with mode: 0644]
guile/mu-guile.x [new file with mode: 0644]
guile/mu.scm [new file with mode: 0644]
guile/mu/README [new file with mode: 0644]
guile/mu/contact.scm [new file with mode: 0644]
guile/mu/message.scm [new file with mode: 0644]
guile/mu/part.scm [new file with mode: 0644]
guile/mu/plot.scm [new file with mode: 0644]
guile/mu/script.scm [new file with mode: 0644]
guile/mu/stats.scm [new file with mode: 0644]
guile/scripts/find-dups.scm [new file with mode: 0755]
guile/scripts/histogram.scm [new file with mode: 0755]
guile/scripts/msgs-count.scm [new file with mode: 0755]
guile/tests/meson.build [new file with mode: 0644]
guile/tests/test-mu-guile.cc [new file with mode: 0644]
guile/tests/test-mu-guile.scm [new file with mode: 0755]
lib/meson.build [new file with mode: 0644]
lib/message/meson.build [new file with mode: 0644]
lib/message/mu-contact.cc [new file with mode: 0644]
lib/message/mu-contact.hh [new file with mode: 0644]
lib/message/mu-document.cc [new file with mode: 0644]
lib/message/mu-document.hh [new file with mode: 0644]
lib/message/mu-fields.cc [new file with mode: 0644]
lib/message/mu-fields.hh [new file with mode: 0644]
lib/message/mu-flags.cc [new file with mode: 0644]
lib/message/mu-flags.hh [new file with mode: 0644]
lib/message/mu-message-file.cc [new file with mode: 0644]
lib/message/mu-message-file.hh [new file with mode: 0644]
lib/message/mu-message-part.cc [new file with mode: 0644]
lib/message/mu-message-part.hh [new file with mode: 0644]
lib/message/mu-message.cc [new file with mode: 0644]
lib/message/mu-message.hh [new file with mode: 0644]
lib/message/mu-mime-object.cc [new file with mode: 0644]
lib/message/mu-mime-object.hh [new file with mode: 0644]
lib/message/mu-priority.cc [new file with mode: 0644]
lib/message/mu-priority.hh [new file with mode: 0644]
lib/message/test-mu-message.cc [new file with mode: 0644]
lib/message/tests/meson.build [new file with mode: 0644]
lib/mu-config.cc [new file with mode: 0644]
lib/mu-config.hh [new file with mode: 0644]
lib/mu-contacts-cache.cc [new file with mode: 0644]
lib/mu-contacts-cache.hh [new file with mode: 0644]
lib/mu-indexer.cc [new file with mode: 0644]
lib/mu-indexer.hh [new file with mode: 0644]
lib/mu-maildir.cc [new file with mode: 0644]
lib/mu-maildir.hh [new file with mode: 0644]
lib/mu-query-macros.cc [new file with mode: 0644]
lib/mu-query-macros.hh [new file with mode: 0644]
lib/mu-query-match-deciders.cc [new file with mode: 0644]
lib/mu-query-match-deciders.hh [new file with mode: 0644]
lib/mu-query-parser.cc [new file with mode: 0644]
lib/mu-query-parser.hh [new file with mode: 0644]
lib/mu-query-processor.cc [new file with mode: 0644]
lib/mu-query-results.hh [new file with mode: 0644]
lib/mu-query-threads.cc [new file with mode: 0644]
lib/mu-query-threads.hh [new file with mode: 0644]
lib/mu-query-xapianizer.cc [new file with mode: 0644]
lib/mu-query.cc [new file with mode: 0644]
lib/mu-query.hh [new file with mode: 0644]
lib/mu-scanner.cc [new file with mode: 0644]
lib/mu-scanner.hh [new file with mode: 0644]
lib/mu-script.cc [new file with mode: 0644]
lib/mu-script.hh [new file with mode: 0644]
lib/mu-server.cc [new file with mode: 0644]
lib/mu-server.hh [new file with mode: 0644]
lib/mu-store.cc [new file with mode: 0644]
lib/mu-store.hh [new file with mode: 0644]
lib/mu-xapian-db.cc [new file with mode: 0644]
lib/mu-xapian-db.hh [new file with mode: 0644]
lib/tests/bench-indexer.cc [new file with mode: 0644]
lib/tests/meson.build [new file with mode: 0644]
lib/tests/test-mu-container.cc [new file with mode: 0644]
lib/tests/test-mu-maildir.cc [new file with mode: 0644]
lib/tests/test-mu-msg-fields.cc [new file with mode: 0644]
lib/tests/test-mu-msg.cc [new file with mode: 0644]
lib/tests/test-mu-store-query.cc [new file with mode: 0644]
lib/tests/test-mu-store.cc [new file with mode: 0644]
lib/tests/test-query.cc [new file with mode: 0644]
lib/utils/meson.build [new file with mode: 0644]
lib/utils/mu-async-queue.hh [new file with mode: 0644]
lib/utils/mu-command-handler.cc [new file with mode: 0644]
lib/utils/mu-command-handler.hh [new file with mode: 0644]
lib/utils/mu-error.cc [new file with mode: 0644]
lib/utils/mu-error.hh [new file with mode: 0644]
lib/utils/mu-html-to-text.cc [new file with mode: 0644]
lib/utils/mu-lang-detector.cc [new file with mode: 0644]
lib/utils/mu-lang-detector.hh [new file with mode: 0644]
lib/utils/mu-logger.cc [new file with mode: 0644]
lib/utils/mu-logger.hh [new file with mode: 0644]
lib/utils/mu-option.cc [new file with mode: 0644]
lib/utils/mu-option.hh [new file with mode: 0644]
lib/utils/mu-readline.cc [new file with mode: 0644]
lib/utils/mu-readline.hh [new file with mode: 0644]
lib/utils/mu-regex.cc [new file with mode: 0644]
lib/utils/mu-regex.hh [new file with mode: 0644]
lib/utils/mu-result.hh [new file with mode: 0644]
lib/utils/mu-sexp.cc [new file with mode: 0644]
lib/utils/mu-sexp.hh [new file with mode: 0644]
lib/utils/mu-test-utils.cc [new file with mode: 0644]
lib/utils/mu-test-utils.hh [new file with mode: 0644]
lib/utils/mu-unbroken.hh [new file with mode: 0644]
lib/utils/mu-utils-file.cc [new file with mode: 0644]
lib/utils/mu-utils-file.hh [new file with mode: 0644]
lib/utils/mu-utils.cc [new file with mode: 0644]
lib/utils/mu-utils.hh [new file with mode: 0644]
lib/utils/tests/meson.build [new file with mode: 0644]
lib/utils/tests/test-utils.cc [new file with mode: 0644]
man/author.inc [new file with mode: 0644]
man/bugs.inc [new file with mode: 0644]
man/common-options.inc [new file with mode: 0644]
man/copyright.inc.in [new file with mode: 0644]
man/exit-code.inc [new file with mode: 0644]
man/meson.build [new file with mode: 0644]
man/mu-add.1.org [new file with mode: 0644]
man/mu-bookmarks.5.org [new file with mode: 0644]
man/mu-cfind.1.org [new file with mode: 0644]
man/mu-easy.7.org [new file with mode: 0644]
man/mu-extract.1.org [new file with mode: 0644]
man/mu-find.1.org [new file with mode: 0644]
man/mu-help.1.org [new file with mode: 0644]
man/mu-index.1.org [new file with mode: 0644]
man/mu-info.1.org [new file with mode: 0644]
man/mu-init.1.org [new file with mode: 0644]
man/mu-mkdir.1.org [new file with mode: 0644]
man/mu-move.1.org [new file with mode: 0644]
man/mu-query.7.org [new file with mode: 0644]
man/mu-remove.1.org [new file with mode: 0644]
man/mu-server.1.org [new file with mode: 0644]
man/mu-verify.1.org [new file with mode: 0644]
man/mu-view.1.org [new file with mode: 0644]
man/mu.1.org [new file with mode: 0644]
man/muhome.inc [new file with mode: 0644]
man/prefooter.inc [new file with mode: 0644]
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]
mu/meson.build [new file with mode: 0644]
mu/mu-cmd-add.cc [new file with mode: 0644]
mu/mu-cmd-cfind.cc [new file with mode: 0644]
mu/mu-cmd-extract.cc [new file with mode: 0644]
mu/mu-cmd-find.cc [new file with mode: 0644]
mu/mu-cmd-index.cc [new file with mode: 0644]
mu/mu-cmd-info.cc [new file with mode: 0644]
mu/mu-cmd-init.cc [new file with mode: 0644]
mu/mu-cmd-mkdir.cc [new file with mode: 0644]
mu/mu-cmd-move.cc [new file with mode: 0644]
mu/mu-cmd-remove.cc [new file with mode: 0644]
mu/mu-cmd-script.cc [new file with mode: 0644]
mu/mu-cmd-server.cc [new file with mode: 0644]
mu/mu-cmd-verify.cc [new file with mode: 0644]
mu/mu-cmd-view.cc [new file with mode: 0644]
mu/mu-cmd.cc [new file with mode: 0644]
mu/mu-cmd.hh [new file with mode: 0644]
mu/mu-memcheck.in [new file with mode: 0644]
mu/mu-options.cc [new file with mode: 0644]
mu/mu-options.hh [new file with mode: 0644]
mu/mu.cc [new file with mode: 0644]
mu/tests/gmime-test.c [new file with mode: 0644]
mu/tests/meson.build [new file with mode: 0644]
mu/tests/test-mu-query.cc [new file with mode: 0644]
mu4e/fdl.texi [new file with mode: 0644]
mu4e/htmlxref.cnf [new file with mode: 0644]
mu4e/meson.build [new file with mode: 0644]
mu4e/mu4e-about.org [new file with mode: 0644]
mu4e/mu4e-actions.el [new file with mode: 0644]
mu4e/mu4e-bookmarks.el [new file with mode: 0644]
mu4e/mu4e-compose.el [new file with mode: 0644]
mu4e/mu4e-config.el.in [new file with mode: 0644]
mu4e/mu4e-contacts.el [new file with mode: 0644]
mu4e/mu4e-context.el [new file with mode: 0644]
mu4e/mu4e-contrib.el [new file with mode: 0644]
mu4e/mu4e-draft.el [new file with mode: 0644]
mu4e/mu4e-folders.el [new file with mode: 0644]
mu4e/mu4e-headers.el [new file with mode: 0644]
mu4e/mu4e-helpers.el [new file with mode: 0644]
mu4e/mu4e-icalendar.el [new file with mode: 0644]
mu4e/mu4e-lists.el [new file with mode: 0644]
mu4e/mu4e-main.el [new file with mode: 0644]
mu4e/mu4e-mark.el [new file with mode: 0644]
mu4e/mu4e-message.el [new file with mode: 0644]
mu4e/mu4e-mime-parts.el [new file with mode: 0644]
mu4e/mu4e-modeline.el [new file with mode: 0644]
mu4e/mu4e-notification.el [new file with mode: 0644]
mu4e/mu4e-obsolete.el [new file with mode: 0644]
mu4e/mu4e-org.el [new file with mode: 0644]
mu4e/mu4e-pkg.el.in [new file with mode: 0644]
mu4e/mu4e-query-items.el [new file with mode: 0644]
mu4e/mu4e-search.el [new file with mode: 0644]
mu4e/mu4e-server.el [new file with mode: 0644]
mu4e/mu4e-speedbar.el [new file with mode: 0644]
mu4e/mu4e-thread.el [new file with mode: 0644]
mu4e/mu4e-update.el [new file with mode: 0644]
mu4e/mu4e-vars.el [new file with mode: 0644]
mu4e/mu4e-view.el [new file with mode: 0644]
mu4e/mu4e-window.el [new file with mode: 0644]
mu4e/mu4e.el [new file with mode: 0644]
mu4e/mu4e.texi [new file with mode: 0644]
mu4e/texinfo-klare.css [new file with mode: 0644]
testdata/cjk/cur/test1 [new file with mode: 0644]
testdata/cjk/cur/test2 [new file with mode: 0644]
testdata/cjk/cur/test3 [new file with mode: 0644]
testdata/cjk/cur/test4 [new file with mode: 0644]
testdata/testdir/cur/1220863042.12663_1.mindcrime!2,S [new file with mode: 0644]
testdata/testdir/cur/1220863060.12663_3.mindcrime!2,S [new file with mode: 0644]
testdata/testdir/cur/1220863087.12663_15.mindcrime!2,PS [new file with mode: 0644]
testdata/testdir/cur/1220863087.12663_19.mindcrime!2,S [new file with mode: 0644]
testdata/testdir/cur/1220863087.12663_5.mindcrime!2,S [new file with mode: 0644]
testdata/testdir/cur/1220863087.12663_7.mindcrime!2,RS [new file with mode: 0644]
testdata/testdir/cur/1252168370_3.14675.cthulhu!2,S [new file with mode: 0644]
testdata/testdir/cur/1283599333.1840_11.cthulhu!2, [new file with mode: 0644]
testdata/testdir/cur/1305664394.2171_402.cthulhu!2, [new file with mode: 0644]
testdata/testdir/cur/encrypted!2,S [new file with mode: 0644]
testdata/testdir/cur/multimime!2,FS [new file with mode: 0644]
testdata/testdir/cur/multirecip!2,S [new file with mode: 0644]
testdata/testdir/cur/signed!2,S [new file with mode: 0644]
testdata/testdir/cur/signed-encrypted!2,S [new file with mode: 0644]
testdata/testdir/cur/special!2,Sabc [new file with mode: 0644]
testdata/testdir/new/1220863087.12663_21.mindcrime [new file with mode: 0644]
testdata/testdir/new/1220863087.12663_23.mindcrime [new file with mode: 0644]
testdata/testdir/new/1220863087.12663_25.mindcrime [new file with mode: 0644]
testdata/testdir/new/1220863087.12663_9.mindcrime [new file with mode: 0644]
testdata/testdir/tmp/1220863087.12663.ignore [new file with mode: 0644]
testdata/testdir2/Foo/cur/arto.eml [new file with mode: 0644]
testdata/testdir2/Foo/cur/fraiche.eml [new file with mode: 0644]
testdata/testdir2/Foo/cur/mail5 [new file with mode: 0644]
testdata/testdir2/Foo/new/.noindex [new file with mode: 0644]
testdata/testdir2/Foo/tmp/.noindex [new file with mode: 0644]
testdata/testdir2/bar/.noupdate [new file with mode: 0644]
testdata/testdir2/bar/cur/181736.eml [new file with mode: 0644]
testdata/testdir2/bar/cur/mail1 [new file with mode: 0644]
testdata/testdir2/bar/cur/mail2 [new file with mode: 0644]
testdata/testdir2/bar/cur/mail3 [new file with mode: 0644]
testdata/testdir2/bar/cur/mail4 [new file with mode: 0644]
testdata/testdir2/bar/cur/mail5 [new file with mode: 0644]
testdata/testdir2/bar/cur/mail6 [new file with mode: 0644]
testdata/testdir2/bar/cur/mail7 [new file with mode: 0644]
testdata/testdir2/bar/new/.noindex [new file with mode: 0644]
testdata/testdir2/bar/tmp/.noindex [new file with mode: 0644]
testdata/testdir2/wom_bat/cur/atomic [new file with mode: 0644]
testdata/testdir2/wom_bat/cur/rfc822.1 [new file with mode: 0644]
testdata/testdir2/wom_bat/cur/rfc822.2 [new file with mode: 0644]
testdata/testdir4/1220863042.12663_1.mindcrime!2,S [new file with mode: 0644]
testdata/testdir4/1220863087.12663_19.mindcrime!2,S [new file with mode: 0644]
testdata/testdir4/1252168370_3.14675.cthulhu!2,S [new file with mode: 0644]
testdata/testdir4/1283599333.1840_11.cthulhu!2, [new file with mode: 0644]
testdata/testdir4/1305664394.2171_402.cthulhu!2, [new file with mode: 0644]
testdata/testdir4/181736.eml [new file with mode: 0644]
testdata/testdir4/encrypted!2,S [new file with mode: 0644]
testdata/testdir4/mail1 [new file with mode: 0644]
testdata/testdir4/mail5 [new file with mode: 0644]
testdata/testdir4/multimime!2,FS [new file with mode: 0644]
testdata/testdir4/signed!2,S [new file with mode: 0644]
testdata/testdir4/signed-bad!2,S [new file with mode: 0644]
testdata/testdir4/signed-encrypted!2,S [new file with mode: 0644]
testdata/testdir4/special!2,Sabc [new file with mode: 0644]
thirdparty/CLI11.hpp [new file with mode: 0644]
thirdparty/fmt/LICENSE.rst [new file with mode: 0644]
thirdparty/fmt/args.h [new file with mode: 0644]
thirdparty/fmt/chrono.h [new file with mode: 0644]
thirdparty/fmt/color.h [new file with mode: 0644]
thirdparty/fmt/compile.h [new file with mode: 0644]
thirdparty/fmt/core.h [new file with mode: 0644]
thirdparty/fmt/format-inl.h [new file with mode: 0644]
thirdparty/fmt/format.h [new file with mode: 0644]
thirdparty/fmt/os.h [new file with mode: 0644]
thirdparty/fmt/ostream.h [new file with mode: 0644]
thirdparty/fmt/printf.h [new file with mode: 0644]
thirdparty/fmt/ranges.h [new file with mode: 0644]
thirdparty/fmt/std.h [new file with mode: 0644]
thirdparty/fmt/xchar.h [new file with mode: 0644]
thirdparty/tabulate.hpp [new file with mode: 0644]
thirdparty/tl/expected.hpp [new file with mode: 0644]
thirdparty/tl/optional.hpp [new file with mode: 0644]