author | alwin <alwin> | 2004-01-04 11:58:21 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-01-04 11:58:21 (UTC) |
commit | 4b272adb6de68199b63f002d9e8e778d09742b72 (patch) (side-by-side diff) | |
tree | 5fae53277acb4df07fe6e226d8262691213fdc21 | |
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 @@ config TODAY_MAIL boolean "mail" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && LIBMAILWRAPPER + comment "opie-today-mailplugin requires libmailwrapper enabled" |