author | alwin <alwin> | 2004-01-04 11:58:21 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-01-04 11:58:21 (UTC) |
commit | 4b272adb6de68199b63f002d9e8e778d09742b72 (patch) (unidiff) | |
tree | 5fae53277acb4df07fe6e226d8262691213fdc21 /core | |
parent | 3ee386a349f933425c12c8a23206ae55ce13bf5a (diff) | |
download | opie-4b272adb6de68199b63f002d9e8e778d09742b72.zip opie-4b272adb6de68199b63f002d9e8e778d09742b72.tar.gz opie-4b272adb6de68199b63f002d9e8e778d09742b72.tar.bz2 |
depends on libmailwrapper
-rw-r--r-- | core/pim/today/plugins/mail/config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pim/today/plugins/mail/config.in b/core/pim/today/plugins/mail/config.in index 6f4450f..4d16102 100644 --- a/core/pim/today/plugins/mail/config.in +++ b/core/pim/today/plugins/mail/config.in | |||
@@ -1,4 +1,5 @@ | |||
1 | config TODAY_MAIL | 1 | config TODAY_MAIL |
2 | boolean "mail" | 2 | boolean "mail" |
3 | default "y" | 3 | default "y" |
4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE | 4 | depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAILWRAPPER |
5 | comment "opie-today-mailplugin requires libmailwrapper enabled" | ||