client: accounts: Add support for Thunderbird autoconfig
- Auto detect server settings - Rework accounts editor add panel Fix #1390 Fix #1350
This commit is contained in:
parent
14d5a4f510
commit
a14f5d4799
7 changed files with 507 additions and 363 deletions
|
|
@ -93,6 +93,7 @@ libhandy = dependency('libhandy-1', version: '>= 1.2.1', required: false)
|
|||
libmath = cc.find_library('m')
|
||||
libpeas = dependency('libpeas-1.0', version: '>= 1.24.0')
|
||||
libsecret = dependency('libsecret-1', version: '>= 0.11')
|
||||
libsoup = dependency('libsoup-3.0')
|
||||
libstemmer_dep = cc.find_library('stemmer')
|
||||
libunwind_dep = dependency(
|
||||
'libunwind', version: '>= 1.1', required: get_option('libunwind')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue