index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
open.cc
Age
Commit message (
Expand
)
Author
2023-12-06
lib: clear error message on success in _choose_database_path
David Bremner
2023-09-23
Pass error message from GLib ini parser to CLI
David Bremner
2023-04-02
lib: parse index.as_text
David Bremner
2022-09-03
lib: add field processor for lastmod: prefix
David Bremner
2022-09-03
lib/open: create database path in some cases
David Bremner
2022-09-03
lib/open: return non-SUCCESS on missing database path
David Bremner
2022-09-03
lib/open: refactor call to mkdir into function
David Bremner
2022-01-15
lib/open: use notmuch->params to track split status
David Bremner
2022-01-15
lib/open: use db struct as talloc ctx for choose_database_path
David Bremner
2021-12-29
Merge branch 'release'
David Bremner
2021-12-29
lib/open: do not consider .notmuch alone as an existing database.
David Bremner
2021-12-04
lib/config: use g_key_file_get_string to read config values
David Bremner
2021-12-04
Merge branch 'release'
David Bremner
2021-12-03
lib/open: track which parameters are passed
David Bremner
2021-10-30
lib/open: replace call to deprecated notmuch_database_open_verbose
David Bremner
2021-10-30
lib/load_config: deallocate / NULL database on fatal error
David Bremner
2021-10-30
lib/create: fix memory leak, ensure *database=NULL on error
David Bremner
2021-10-30
lib/open: fix potential double-free, ensure *database=NULL on error
David Bremner
2021-09-04
lib: leave stemmer object accessible
David Bremner
2021-08-18
Merge tag 'debian/0.32.3-1'
David Bremner
2021-08-17
lib/open: look in MAILDIR for database, as documented.
David Bremner
2021-06-27
lib: autocommit after some number of completed transactions
David Bremner
2021-06-05
lib/{open,message}: make some internal functions static
David Bremner
2021-05-15
Merge branch 'release'
David Bremner
2021-05-15
lib/open: restore default database path of $HOME/mail
David Bremner
2021-05-13
lib: make glib initialization thread-safe
David Bremner
2021-05-12
lib/notmuch_database_reopen: reload some database metadata
David Bremner
2021-04-24
compat: rename {,notmuch_}canonicalize_file_name
Đoàn Trần Công Danh
2021-03-27
lib: provide notmuch_config_path
David Bremner
2021-03-27
CLI+lib: detect missing database in split configurations.
David Bremner
2021-03-27
lib/open: canonicalize relative path read from config file
David Bremner
2021-03-27
lib: provide notmuch_database_load_config
David Bremner
2021-03-27
lib/open: pull _load_key_file out of _choose_database_path
David Bremner
2021-03-27
lib/open: fix leaks calling _trial_open
David Bremner
2021-03-20
lib/config: add configuration variable for backup directory
David Bremner
2021-03-20
lib/open: fix hook directory calculation in split configuration
David Bremner
2021-03-20
lib/compact: enable split config
David Bremner
2021-03-20
lib/open: support XDG_DATA_HOME as a fallback database location.
David Bremner
2021-03-20
lib/open: check for split configuration when creating database.
David Bremner
2021-03-20
lib: support splitting mail from database location.
David Bremner
2021-03-20
lib/open: Use check for existing database by trial opening
David Bremner
2021-03-20
lib/open: use _finish_open in n_d_create_with_config
David Bremner
2021-03-20
lib/open: factor out the second half of n_d_open_with_config
David Bremner
2021-03-20
lib/open: reuse directory checks from n_d_c_with_config
David Bremner
2021-03-20
lib/open: factor out library initialization
David Bremner
2021-03-20
lib: remove "path" from notmuch struct
David Bremner
2021-03-20
lib/open: allocate notmuch_t struct early
David Bremner
2021-03-19
lib/open: support NOTMUCH_DATABASE environment variable
David Bremner
2021-03-18
lib: support reopening databases for write access.
David Bremner
2021-03-18
lib: save path of xapian database in notmuch struct.
David Bremner
[next]