mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 03:48:10 +01:00
Merge branch 'release'
This commit is contained in:
commit
4b0c6fb2f1
5 changed files with 9 additions and 6 deletions
|
@ -1 +1 @@
|
|||
0.32.1
|
||||
0.32.2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# this file should be kept in sync with ../../../version
|
||||
__VERSION__ = '0.32.1'
|
||||
__VERSION__ = '0.32.2'
|
||||
SOVERSION = '5'
|
||||
|
|
|
@ -81,10 +81,13 @@ paths are presumed relative to `$HOME` for items in section
|
|||
`backups`.
|
||||
|
||||
**database.hook_dir**
|
||||
|
||||
Directory containing hooks run by notmuch commands. See
|
||||
:any:`notmuch-hooks(5)`.
|
||||
|
||||
History: this configuration value was introduced in notmuch 0.32.
|
||||
|
||||
Default: See HOOKS, below.
|
||||
|
||||
**user.name**
|
||||
Your full name.
|
||||
|
||||
|
@ -261,7 +264,7 @@ Notmuch configuration file search order:
|
|||
by :envvar:`NOTMUCH_PROFILE` environment variable if set,
|
||||
``$HOME/.notmuch-config`` otherwise.
|
||||
|
||||
Hooks
|
||||
HOOKS
|
||||
-----
|
||||
|
||||
Notmuch hook directory search order:
|
||||
|
|
|
@ -318,7 +318,7 @@ notmuch_config_values_valid (notmuch_config_values_t *values)
|
|||
const char *
|
||||
notmuch_config_values_get (notmuch_config_values_t *values)
|
||||
{
|
||||
return talloc_strndup (values, values->iterator, values->tok_len);
|
||||
return talloc_strndup (values->children, values->iterator, values->tok_len);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.32.1
|
||||
0.32.2
|
||||
|
|
Loading…
Reference in a new issue