Commit Graph

35 Commits

Author SHA1 Message Date
Alexey Shpakovsky 2eca13d7a2
suppress werning output when number of emails is bigger than number of TELs 2021-10-03 00:09:43 +02:00
Alexey Shpakovsky 1aa874e8d3
properly return empty array if nothing was found in lookup 2021-06-03 21:14:46 +02:00
Alexey Shpakovsky e5cad65df0 Add a place for a write switch 2021-05-30 23:24:15 +02:00
Alexey Shpakovsky 0c76615913 remove quickconfig include since it's not used 2021-05-30 23:22:38 +02:00
Alexey Shpakovsky 6255ace52f better TEL listing and other code cleanup 2021-05-30 18:27:40 +02:00
Alexey Shpakovsky f1ea748a32
add TEL 2021-05-30 17:49:11 +02:00
Alexey Shpakovsky d7d9048058
Revert "add note"
This reverts commit 6cfb406b37.
2021-05-30 17:33:30 +02:00
Alexey Shpakovsky 6cfb406b37
add note 2021-05-30 17:30:11 +02:00
Alexey Shpakovsky 7f0f8c634d
Revert "add nickname"
This reverts commit 7e6e77b626.
2021-05-30 17:29:07 +02:00
Alexey Shpakovsky 7e6e77b626
add nickname 2021-05-30 17:20:44 +02:00
Alexey Shpakovsky 7c14888987
fix listing 2021-05-30 17:14:50 +02:00
Alexey Shpakovsky da870a6d11 different format for writeable and non-writeable address books
Also move "open" function up into constructor.
2021-05-30 17:03:30 +02:00
Alexey Shpakovsky 0199f585df
fix run_query 2021-05-30 16:40:03 +02:00
Alexey Shpakovsky cc60e991b0 add options and move query to run_query function 2021-05-30 16:18:04 +02:00
Alexey Shpakovsky e497adeae3
delete many addresses at once 2021-05-30 00:23:08 +02:00
Alexey Shpakovsky 4f9542a833
typo fixes 2021-05-30 00:18:36 +02:00
Alexey Shpakovsky be360bee72
mark addressbook as writeable 2021-05-30 00:13:33 +02:00
Alexey Shpakovsky e6950dfb68 add search, lookup, delete and modify functions 2021-05-30 00:11:35 +02:00
Alexey Shpakovsky 7ed37c069b explicitly specify fullname for newly-created vcards
SquirrelMail doesn't do it for us
2021-05-30 00:09:43 +02:00
Alexey Shpakovsky 94bf6c6fad
add a shortcut - avoid costly (1sec) discover process if address book uri is known 2021-05-29 16:49:45 +02:00
Alexey Shpakovsky 65bcf54862 remove synchronisation - it seems we're fine without it, too 2021-05-29 16:09:01 +02:00
Alexey Shpakovsky 67ee13d910 use uri substring as nickname 2021-05-29 16:08:39 +02:00
Alexey Shpakovsky 9462175b03
Revert "use incremental numbers for nicks"
This reverts commit 5874e561d1.
2021-05-29 00:35:08 +02:00
Alexey Shpakovsky 12b495e341
Revert "use UID for nicks, also mark addressbook as writeable"
This reverts commit 63d1116b5e.
2021-05-29 00:35:01 +02:00
Alexey Shpakovsky 63d1116b5e
use UID for nicks, also mark addressbook as writeable 2021-05-29 00:12:13 +02:00
Alexey Shpakovsky 5874e561d1
use incremental numbers for nicks 2021-05-28 23:49:25 +02:00
Alexey Shpakovsky 520458beae
be more clear about errors 2021-05-28 23:22:23 +02:00
Alexey Shpakovsky a54c51f954
Revert "aggressive error logging during startup"
This reverts commit 59295f9cae.
2021-05-28 23:19:52 +02:00
Alexey Shpakovsky 245cef430c
Revert "more logging"
This reverts commit 5aa2d7b8f7.
2021-05-28 23:18:54 +02:00
Alexey Shpakovsky 5aa2d7b8f7
more logging 2021-05-28 23:13:10 +02:00
Alexey Shpakovsky 59295f9cae
aggressive error logging during startup 2021-05-28 23:07:55 +02:00
Alexey Shpakovsky ad72e877cc
typo fixes 2021-05-28 23:04:28 +02:00
Alexey Shpakovsky 51610b9601
copy init, list and add code from quickstart to abook_class 2021-05-28 22:49:31 +02:00
Alexey Shpakovsky 18cf6b5bac
update copyright 2021-05-28 18:01:42 +02:00
Alexey Shpakovsky b9bca94b54
import abook_backend_template 2021-05-28 17:49:42 +02:00