mu-init: guess maildir when --maildir is missing
Re-instate the guessing that's in the manpage. Add unit tests. Update documentation. Fixes #2616.
This commit is contained in:
@ -77,6 +77,13 @@ test('test-cmd-index',
|
||||
cpp_args: ['-DBUILD_TESTS'],
|
||||
dependencies: [glib_dep, lib_mu_dep]))
|
||||
|
||||
test('test-cmd-init',
|
||||
executable('test-cmd-init',
|
||||
'mu-cmd-init.cc',
|
||||
install: false,
|
||||
cpp_args: ['-DBUILD_TESTS'],
|
||||
dependencies: [glib_dep, lib_mu_dep]))
|
||||
|
||||
test('test-cmd-mkdir',
|
||||
executable('test-cmd-mkdir',
|
||||
'mu-cmd-mkdir.cc',
|
||||
@ -105,7 +112,6 @@ test('test-cmd-verify',
|
||||
cpp_args: ['-DBUILD_TESTS'],
|
||||
dependencies: [glib_dep, lib_mu_dep]))
|
||||
|
||||
|
||||
test('test-cmd-view',
|
||||
executable('test-cmd-view',
|
||||
'mu-cmd-view.cc',
|
||||
|
||||
Reference in New Issue
Block a user