Bug 20013 - kdelibs ignore emaildefaults
Summary: kdelibs ignore emaildefaults
Status: CLOSED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Other
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-07 14:48 UTC by O J Schumann
Modified: 2010-05-16 15:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O J Schumann 2001-02-07 14:44:09 UTC
(*** This bug was imported into bugs.kde.org ***)

Package: kdelibs
Version: 2.1 Beta 2
Severity: normal
Installed from: Debian unstable

kmailservice or kfmclient exec mailto:dfksdh
try to execute kmail even if there is an other Mailprog 
entered in Settings/personal settings/EMail (i guess in 
german it is Einstellungen/Persönliche 
Einstellungen/E-Mail)

Hunting down the Bug i found:

in share/config/emaildefaults exists


[Defaults]
.....
[PROFILE_Default]
...
EmailClient=/usr/bin/pronto
...

but the source looks like
--------------------
void KApplication::invokeMailer(const KURL &mailtoURL)
{
   KConfig config("emaildefaults");
-> config.setGroup("ClientInfo");
   QString command = config.readEntry("EmailClient");
--------------------
kdelibs-2.1-beta2-0128/kdecore/kapp.cpp
lines 1694-1698
sources from the debian source package
#>apt-get source kdelibs3


if you enter a section "ClientInfo" with the EMailClient
properly set in emaildefaults it just works.

mfg.
  Olaf J. Schumann






(submitted via bugs.kde.org)
Comment 1 Stephan Kulow 2001-06-23 21:37:47 UTC
Hi!

It's using the default profile now

Greetings Stephan

-- 
People in cars cause accidents. Accidents in cars cause people.
Comment 2 Thomas Lübking 2010-05-16 15:51:19 UTC
*** Bug 237816 has been marked as a duplicate of this bug. ***
Comment 3 Thomas Lübking 2010-05-16 15:52:45 UTC
sorry typo, 237816 is _no_ dupe