- Update to 0.48.1:
* Fix wrong quoting in lbdb-fetchaddr
* m_muttalias: Fix some shellcheck warnings.
* Change project homepage URL to https.
* Use literal tab characters in order to make m_abook and m_goobook
modules work without requiring GNU sed(1). Thanks to Raf Czlonka.
* Add tests for m_abook.
* Add update-version target to update version in all autotool files.
* m_abook: Fix a shellcheck warning.
* lbdbq, lbdb-fetchaddr: Fix some shellcheck warnings.
* Upgrade Standards-Version to 4.3.0
- Declare Rules-Requires-Root: no.
* Upgrade debhelper to v12.
* m_inmail/lbdb-munge: Use INMAIL_DB if set in config
* Upgrade debhelper to v11.
* Replace legacy `...` by $(...) in sh scripts.
* Update copyright notice.
* Add test_perl to check perl syntax.
* Add some perl libs <!nocheck> to Build-Depends, to be able do
perl syntax check.
* Replace undefined $rv by $?.
* Make the database file for m_inmail/lbdb-fetchaddr configurable.
* Add LBDB_OVERRIDE_METHODS, OVERIDE_MUTTALIAS_FILES variables for
testing.
* Add a test suite.
- Add a test for m_muttalias.
* m_muttalias: rewrite sed regex as ERE, which should be more POSIX
compatible and should work on non GNU sed, too.
* lbdbq: Remove whitespace from number of matches to become more
portable.
OBS-URL: https://build.opensuse.org/request/show/800604
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory/lbdb?expand=0&rev=12
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
diff -ru a/lbdb.rc.in b/lbdb.rc.in
|
|
--- a/lbdb.rc.in 2019-01-07 19:30:29.000000000 +0100
|
|
+++ b/lbdb.rc.in 2020-05-06 10:09:09.738793553 +0200
|
|
@@ -41,7 +41,7 @@
|
|
# - m_vcf search a vcard (according to RFC2426) file.
|
|
# - m_khard search a CardDAV address book via khard
|
|
|
|
-METHODS="m_inmail m_passwd m_finger"
|
|
+METHODS="m_inmail m_finger m_getent m_gpg"
|
|
|
|
#
|
|
# If you want to use a different database file for m_inmail, you can
|