summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-27lib: provide notmuch_database_load_configDavid Bremner
2021-03-27lib/open: pull _load_key_file out of _choose_database_pathDavid Bremner
2021-03-27test: convert random-corpus to use n_d_open_with_configDavid Bremner
2021-03-27lib: add missing status stringsDavid Bremner
2021-03-27lib/open: fix leaks calling _trial_openDavid Bremner
2021-03-20CLI/new: use configuration variable for backup directoryDavid Bremner
2021-03-20lib/config: add configuration variable for backup directoryDavid Bremner
2021-03-20lib/open: fix hook directory calculation in split configurationDavid Bremner
2021-03-20lib/compact: enable split configDavid Bremner
2021-03-20CLI/insert: support split database and mail rootDavid Bremner
2021-03-20lib/open: support XDG_DATA_HOME as a fallback database location.David Bremner
2021-03-20CLI/new: support split database and mail locationDavid Bremner
2021-03-20lib/open: check for split configuration when creating database.David Bremner
2021-03-20lib: support splitting mail from database location.David Bremner
2021-03-20lib/open: Use check for existing database by trial openingDavid Bremner
2021-03-20lib/open: use _finish_open in n_d_create_with_configDavid Bremner
2021-03-20lib/open: factor out the second half of n_d_open_with_configDavid Bremner
2021-03-20lib/open: reuse directory checks from n_d_c_with_configDavid Bremner
2021-03-20lib/open: factor out library initializationDavid Bremner
2021-03-20lib: remove "path" from notmuch structDavid Bremner
2021-03-20lib/open: allocate notmuch_t struct earlyDavid Bremner
2021-03-19lib/open: support NOTMUCH_DATABASE environment variableDavid Bremner
2021-03-19CLI/show: complete conversion to new configuration framework.David Bremner
2021-03-18CLI/new: drop the write lock to run the pre-new hook.David Bremner
2021-03-18test: Add tests for write access to database from hooks.David Bremner
2021-03-18lib: support reopening databases for write access.David Bremner
2021-03-18lib: save path of xapian database in notmuch struct.David Bremner
2021-03-18lib: publish API for notmuch_database_reopenDavid Bremner
2021-03-18test/setup: add check for config exists, but no database.David Bremner
2021-03-18test: add known broken test for long directory bugDavid Bremner
2021-03-13lib/open: free GKeyFileDavid Bremner
2021-03-13lib/config: free memory from traversing GKeyFileDavid Bremner
2021-03-13lib/open: free value from g_key_file_get_valueDavid Bremner
2021-03-13lib/open: use local talloc context in n_d_create_with_configDavid Bremner
2021-03-13cli: run uncrustifyuncrustify
2021-03-13test: run uncrustifyuncrustify
2021-03-13util: run uncrustifyuncrustify
2021-03-13lib: run uncrustifyuncrustify
2021-03-12test: clean up some extra whitespace.David Bremner
2021-03-12test: T020-compact.sh: fix work directory locationTomi Ollila
2021-03-12devel/uncrustify: add line length limits.David Bremner
2021-02-18Merge tag '0.31.4'David Bremner
2021-02-18debian: drop patchesdebian/0.31.4-1archive/debian/0.31.4-10.31.4David Bremner
2021-02-18doc: bump copyright yearDavid Bremner
2021-02-18debian: changelog for 0.31.4-1David Bremner
2021-02-18NEWS: news for 0.31.4David Bremner
2021-02-18version: update to 0.31.4David Bremner
2021-02-18test: Fix race condition in T568-lib-thread.shDavid Bremner
2021-02-15fix build failure with glib 2.67David Bremner
2021-02-15python: convert shebangs to python3Daniel Kahn Gillmor