summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (show whitespace changes)
-rw-r--r--config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.in b/config.in
index e93eac8..1ac9a66 100644
--- a/config.in
+++ b/config.in
@@ -224,19 +224,20 @@ menu "Unsupported / Unmaintained"
224 source noncore/unsupported/config.in 224 source noncore/unsupported/config.in
225endmenu 225endmenu
226 226
227comment "" 227comment ""
228 depends on EXPERIMENTAL 228 depends on EXPERIMENTAL
229menu "Experimental" 229menu "Experimental"
230 depends on EXPERIMENTAL 230 depends on EXPERIMENTAL
231 source libopie2/config.in 231 source libopie2/config.in
232 source libqtaux/config.in
232 233
233 config SQL_PIM_BACKEND 234 config SQL_PIM_BACKEND
234 bool "Add SQL-Backend support (experimental)" 235 bool "Add SQL-Backend support"
235 default n 236 default n
236 help 237 help
237 This adds the SQL-Support, using SQLite. Which database is used 238 This adds the SQL-Support, using SQLite. Which database is used
238 by the backends is defined by the file "pimaccess.conf" in the 239 by the backends is defined by the file "pimaccess.conf" in the
239 directory "Settings". 240 directory "Settings".
240 There currently do exist to groups "[contact]" and "[todo]". You can 241 There currently do exist to groups "[contact]" and "[todo]". You can
241 select the used backend by the variable "usebackend=<type>", where 242 select the used backend by the variable "usebackend=<type>", where
242 <type> is "sql" or "xml". "xml" is the default ! 243 <type> is "sql" or "xml". "xml" is the default !