summaryrefslogtreecommitdiff
path: root/core/pim
Side-by-side diff
Diffstat (limited to 'core/pim') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/abconfig.cpp8
-rw-r--r--core/pim/addressbook/configdlg_base.ui8
2 files changed, 8 insertions, 8 deletions
diff --git a/core/pim/addressbook/abconfig.cpp b/core/pim/addressbook/abconfig.cpp
index 2583327..9cc2668 100644
--- a/core/pim/addressbook/abconfig.cpp
+++ b/core/pim/addressbook/abconfig.cpp
@@ -5,8 +5,8 @@
#include <qpe/recordfields.h>
AbConfig::AbConfig( ):
- m_useQtMail( true ),
- m_useOpieMail( false ),
+ m_useQtMail( false ),
+ m_useOpieMail( true ),
m_useRegExp( false ),
m_beCaseSensitive( false ),
m_fontSize( 1 ),
@@ -148,8 +148,8 @@ void AbConfig::load()
m_lpSearchMode = cfg.readNumEntry( "lpSearchMode", FileAs );
cfg.setGroup("Mail");
- m_useQtMail = cfg.readBoolEntry( "useQtMail", true );
- m_useOpieMail=cfg.readBoolEntry( "useOpieMail" );
+ m_useQtMail = cfg.readBoolEntry( "useQtMail", false );
+ m_useOpieMail = cfg.readBoolEntry( "useOpieMail", true );
cfg.setGroup("ContactOrder");
int ID = 0;
diff --git a/core/pim/addressbook/configdlg_base.ui b/core/pim/addressbook/configdlg_base.ui
index f892d08..3f629ed 100644
--- a/core/pim/addressbook/configdlg_base.ui
+++ b/core/pim/addressbook/configdlg_base.ui
@@ -389,10 +389,6 @@
<name>text</name>
<string>Prefer QT-Mail </string>
</property>
- <property stdset="1">
- <name>checked</name>
- <bool>true</bool>
- </property>
<property>
<name>whatsThis</name>
<string>Use Sharp's mail application if available</string>
@@ -408,6 +404,10 @@
<name>text</name>
<string>Prefer Opie-Mail</string>
</property>
+ <property stdset="1">
+ <name>checked</name>
+ <bool>true</bool>
+ </property>
<property>
<name>whatsThis</name>
<string>Use OPIE mail if installed</string>