Diffstat (limited to 'kmicromail/libmailwrapper/smtpwrapper.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kmicromail/libmailwrapper/smtpwrapper.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmicromail/libmailwrapper/smtpwrapper.cpp b/kmicromail/libmailwrapper/smtpwrapper.cpp index eb07ef1..f54fe2b 100644 --- a/kmicromail/libmailwrapper/smtpwrapper.cpp +++ b/kmicromail/libmailwrapper/smtpwrapper.cpp @@ -29,3 +29,3 @@ SMTPwrapper::SMTPwrapper(SMTPaccount * aSmtp ) m_SmtpAccount = aSmtp; - KConfig cfg( locateLocal("config", "kopiemail" ) ); + KConfig cfg( locateLocal("config", "kopiemailrc" ) ); cfg.setGroup( "Status" ); @@ -134,3 +134,3 @@ bool SMTPwrapper::smtpSend( mailmime *mail,bool later) { free( data ); - KConfig cfg( locateLocal("config", "kopiemail" ) ); + KConfig cfg( locateLocal("config", "kopiemailrc" ) ); cfg.setGroup( "Status" ); @@ -454,3 +454,3 @@ bool SMTPwrapper::flushOutbox() { } - KConfig cfg( locateLocal("config", "kopiemail" ) ); + KConfig cfg( locateLocal("config", "kopiemailrc" ) ); cfg.setGroup( "Status" ); |