X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=8d303a14f6ca2c9a38038af8d5e8a28e98da92d6;hp=78d29a8194179c05a45ca0934bf955c3bd1f3662;hb=00d2ac2b41a6dba060837244ee87edce2fd1e465;hpb=9439a1ec0cbb60e75925a5a17e8284fcaccf51df diff --git a/notmuch.c b/notmuch.c index 78d29a81..8d303a14 100644 --- a/notmuch.c +++ b/notmuch.c @@ -60,6 +60,8 @@ static command_t commands[] = { "Create a plain-text dump of the tags for each message." }, { "restore", notmuch_restore_command, FALSE, "Restore the tags from the given dump file (see 'dump')." }, + { "compact", notmuch_compact_command, FALSE, + "Compact the notmuch database." }, { "config", notmuch_config_command, FALSE, "Get or set settings in the notmuch configuration file." }, { "help", notmuch_help_command, TRUE, /* create but don't save config */ @@ -264,7 +266,7 @@ main (int argc, char *argv[]) local = talloc_new (NULL); - g_mime_init (0); + g_mime_init (GMIME_ENABLE_RFC2047_WORKAROUNDS); #if !GLIB_CHECK_VERSION(2, 35, 1) g_type_init (); #endif