From 59aeb3bb66ad382201fe1e2cc3066564240d1cc1 Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 19 Apr 2002 21:43:29 +0000 Subject: launch ALSO qtmail by clicking on mail icon --- (limited to 'core/pim/today') diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index f5ed8d2..1cb4881 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp @@ -451,6 +451,9 @@ void Today::startTodo() { void Today::startMail() { QCopEnvelope e("QPE/System", "execute(QString)"); e << QString("opiemail"); +//Right now start both, maybe decide which to rum via config file .. + QCopEnvelope e("QPE/System", "execute(QString)"); + e << QString("qtmail"); } -- cgit v0.9.0.2