This forum has been archived. All content is frozen. Please use KDE Discuss instead.

set kontact to default does not work

Tags: None
(comma "," separated)
wdose
Registered Member
Posts
7
Karma
0
when I try to reset the kontact/kmail to default settings the kontact manual http://docs.kde.org/stable/de/kdepim/kmail/clean-start-after-a-failed-migration.html tells me how it should be done.

BUT IT DOES NOT WORK AS EXPLAINED

user+ 3608 0.0 0.0 13252 920 pts/0 S+ 23:07 0:00 grep --color=auto akonadi

user+ 3618 0.0 0.0 13252 916 pts/0 S+ 23:08 0:00 grep --color=auto mysql


Be honest folks. Nobody uses kontact anymore, because it's not working, isn't it?
wolfi323
Registered Member
Posts
1129
Karma
11
OS
wdose wrote:Be honest folks. Nobody uses kontact anymore, because it's not working, isn't it?

It works fine here, and ever did.

And I'm using the Akonadified version since it was released in 2011.

To your problem:
What does not work as explained?
What did you do?
What problem do you have now?

The output you posted show that neither mysql nor akonadi are running, so you successfully completed step 1 in that tutorial you mentioned.
Überprüfen Sie, dass kein Akonadi- oder MySQL-Prozess mehr ausgeführt wird:
ps ux | grep mysql
ps ux | grep akonadi
In der Ausgabe dieser beiden Befehle darf nur der grep-Prozess selbst angezeigt werden.


So now carry on with step 2.
wdose
Registered Member
Posts
7
Karma
0
sorry, :< you're right, I forgot to mention I deleted the contents of the two folders
~/.local/share/akonadi
~/.config/akonadi

and in

~/.kde/share/config/ and not /.kde4/share/config/ as written ( at least for Kubuntu 14.04)

I deleted everything that starts with akonadi.

then
Code: Select all
akonadictl start


everything not in root because I don't see the necessity.

And akonadi/mysql gives me the following Output


Code: Select all
~@PC:~$ akonadictl stop
~@PC:~$ akonadictl start
Starting Akonadi Server...
   done.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
~@PC:~$ search paths:  ("/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
Found mysql_install_db:  "/usr/bin/mysql_install_db"
Found mysqlcheck:  "/usr/bin/mysqlcheck"
Installing MySQL system tables...
OK
Filling help tables...
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h PC password 'new-password'

Alternatively you can run:
/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl
cd /usr/mysql-test ; perl mysql-test-run.pl

Please report any problems at http://bugs.mysql.com/

mysql.columns_priv                                 OK
mysql.db                                           OK
mysql.event                                        OK
mysql.func                                         OK
mysql.general_log                                  OK
mysql.help_category                                OK
mysql.help_keyword                                 OK
mysql.help_relation                                OK
mysql.help_topic                                   OK
mysql.host                                         OK
mysql.ndb_binlog_index                             OK
mysql.plugin                                       OK
mysql.proc                                         OK
mysql.procs_priv                                   OK
mysql.proxies_priv                                 OK
mysql.servers                                      OK
mysql.slow_log                                     OK
mysql.tables_priv                                  OK
mysql.time_zone                                    OK
mysql.time_zone_leap_second                        OK
mysql.time_zone_name                               OK
mysql.time_zone_transition                         OK
mysql.time_zone_transition_type                    OK
mysql.user                                         OK
MySQL version OK (required "5.1" , available "5.5" )
Failed to use database "akonadi"
Query error: "Unknown database 'akonadi' QMYSQL: Unable to execute query"
Database error: "Can't connect to local MySQL server through socket '/tmp/akonadi-~.qTIAyD/mysql.socket' (2) QMYSQL: Unable to connect"
Trying to create database now...
Database "akonadi" opened using driver "QMYSQL"
DbInitializer::run()
checking table  "SchemaVersionTable"
"CREATE TABLE SchemaVersionTable (version INTEGER NOT NULL DEFAULT 0)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
"INSERT INTO SchemaVersionTable (version) VALUES (26)"
checking table  "ResourceTable"
"CREATE TABLE ResourceTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL UNIQUE, isVirtual BOOL DEFAULT false)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
"INSERT INTO ResourceTable (name,isVirtual) VALUES ('akonadi_search_resource',true)"
checking table  "CollectionTable"
"CREATE TABLE CollectionTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, remoteId VARBINARY(255), remoteRevision VARBINARY(255), name VARBINARY(255) NOT NULL, parentId BIGINT, resourceId BIGINT NOT NULL, subscribed BOOL NOT NULL DEFAULT true, cachePolicyInherit BOOL NOT NULL DEFAULT true, cachePolicyCheckInterval INTEGER NOT NULL DEFAULT -1, cachePolicyCacheTimeout INTEGER NOT NULL DEFAULT -1, cachePolicySyncOnDemand BOOL NOT NULL DEFAULT false, cachePolicyLocalParts VARBINARY(255), queryString VARBINARY(32768), queryAttributes VARBINARY(255), queryCollections VARBINARY(255), isVirtual BOOL DEFAULT false, FOREIGN KEY (parentId) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (resourceId) REFERENCES ResourceTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
"INSERT INTO CollectionTable (resourceId,name,parentId,isVirtual) VALUES (1,'Search',NULL,true)"
checking table  "MimeTypeTable"
"CREATE TABLE MimeTypeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL UNIQUE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PimItemTable"
"CREATE TABLE PimItemTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, rev INTEGER NOT NULL DEFAULT 0, remoteId VARBINARY(255), remoteRevision VARBINARY(255), gid VARBINARY(255), collectionId BIGINT, mimeTypeId BIGINT, datetime TIMESTAMP DEFAULT CURRENT_TIMESTAMP, atime TIMESTAMP, dirty BOOL, size BIGINT NOT NULL DEFAULT 0, FOREIGN KEY (collectionId) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (mimeTypeId) REFERENCES MimeTypeTable(id) ON UPDATE CASCADE ON DELETE RESTRICT)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "FlagTable"
"CREATE TABLE FlagTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL UNIQUE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PartTypeTable"
"CREATE TABLE PartTypeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, name VARBINARY(255) NOT NULL, ns VARBINARY(255) NOT NULL)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PartTable"
"CREATE TABLE PartTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, pimItemId BIGINT NOT NULL, partTypeId BIGINT NOT NULL, data LONGBLOB, datasize BIGINT NOT NULL, version INTEGER DEFAULT 0, external BOOL DEFAULT false, FOREIGN KEY (pimItemId) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (partTypeId) REFERENCES PartTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "CollectionAttributeTable"
"CREATE TABLE CollectionAttributeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, collectionId BIGINT NOT NULL, type LONGBLOB NOT NULL, value LONGBLOB, FOREIGN KEY (collectionId) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "TagTable"
"CREATE TABLE TagTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, gid VARBINARY(255) NOT NULL, parentId BIGINT, FOREIGN KEY (parentId) REFERENCES TagTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "TagAttributeTable"
"CREATE TABLE TagAttributeTable (id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, tagId BIGINT NOT NULL, type LONGBLOB NOT NULL, value LONGBLOB, FOREIGN KEY (tagId) REFERENCES TagTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "TagRemoteIdResourceRelationTable"
"CREATE TABLE TagRemoteIdResourceRelationTable (tagId BIGINT NOT NULL, resourceId BIGINT NOT NULL, remoteId VARBINARY(255) NOT NULL, FOREIGN KEY (tagId) REFERENCES TagTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (resourceId) REFERENCES ResourceTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PimItemFlagRelation"
"CREATE TABLE PimItemFlagRelation (PimItem_id BIGINT NOT NULL, Flag_id BIGINT NOT NULL, PRIMARY KEY (PimItem_id, Flag_id), FOREIGN KEY (PimItem_id) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (Flag_id) REFERENCES FlagTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"
checking table  "PimItemTagRelation"
"CREATE TABLE PimItemTagRelation (PimItem_id BIGINT NOT NULL, Tag_id BIGINT NOT NULL, PRIMARY KEY (PimItem_id, Tag_id), FOREIGN KEY (PimItem_id) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (Tag_id) REFERENCES TagTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"                                             
checking table  "CollectionMimeTypeRelation"                                                                                                                                                   
"CREATE TABLE CollectionMimeTypeRelation (Collection_id BIGINT NOT NULL, MimeType_id BIGINT NOT NULL, PRIMARY KEY (Collection_id, MimeType_id), FOREIGN KEY (Collection_id) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (MimeType_id) REFERENCES MimeTypeTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"     
checking table  "CollectionPimItemRelation"                                                                                                                                                     
"CREATE TABLE CollectionPimItemRelation (Collection_id BIGINT NOT NULL, PimItem_id BIGINT NOT NULL, PRIMARY KEY (Collection_id, PimItem_id), FOREIGN KEY (Collection_id) REFERENCES CollectionTable(id) ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY (PimItem_id) REFERENCES PimItemTable(id) ON UPDATE CASCADE ON DELETE CASCADE)  COLLATE=utf8_general_ci DEFAULT CHARSET=utf8"           
DbInitializer::run() done                                                                                                                                                                       
skipping update 2                                                                                                                                                                               
skipping update 3                                                                                                                                                                               
skipping update 4                                                                                                                                                                               
skipping update 8                                                                                                                                                                               
skipping update 10                                                                                                                                                                             
skipping update 12                                                                                                                                                                             
skipping update 13                                                                                                                                                                             
skipping update 14                                                                                                                                                                             
skipping update 15
skipping update 16
skipping update 17
skipping update 18
skipping update 19
skipping update 20
skipping update 21
skipping update 22
skipping update 23
skipping update 24
skipping update 25
skipping update 26
Updating indexes
"CREATE UNIQUE INDEX CollectionTable_parentAndNameIndex ON CollectionTable (parentId,name)"
"CREATE  INDEX PimItemTable_collectionIndex ON PimItemTable (collectionId)"
"CREATE  INDEX PimItemTable_gidIndex ON PimItemTable (gid)"
"CREATE UNIQUE INDEX PartTypeTable_partTypeNameIndex ON PartTypeTable (ns,name)"
"CREATE UNIQUE INDEX PartTable_pimItemIdTypeIndex ON PartTable (pimItemId,partTypeId)"
"CREATE  INDEX CollectionAttributeTable_collectionIndex ON CollectionAttributeTable (collectionId)"
"CREATE  INDEX TagAttributeTable_tagIndex ON TagAttributeTable (tagId)"
"CREATE UNIQUE INDEX TagRemoteIdResourceRelationTable_TagAndResourceIndex ON TagRemoteIdResourceRelationTable (tagId,resourceId)"
Indexes successfully created
DataStore::unhideAllPimItems()
Database "akonadi" opened using driver "QMYSQL"
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Search loop is waiting, will wake again in -1 ms
search paths:  ("/home/~/.kde/lib/kde4/plugins/", "/usr/lib/kde4/plugins/", "/usr/lib/x86_64-linux-gnu/qt4/plugins", "/usr/lib/qt4/plugins", "/usr/bin", "/usr/lib/kde4/plugins", "/home/~/.kde/lib/kde4/", "/usr/lib/kde4/")
SEARCH MANAGER: searching in  "/home/~/.kde/lib/kde4/plugins//akonadi" : ()
SEARCH MANAGER: searching in  "/usr/lib/kde4/plugins//akonadi" : ()
SEARCH MANAGER: searching in  "/usr/lib/x86_64-linux-gnu/qt4/plugins/akonadi" : ()
SEARCH MANAGER: searching in  "/usr/lib/qt4/plugins/akonadi" : ()
SEARCH MANAGER: searching in  "/usr/bin/akonadi" : ()
SEARCH MANAGER: searching in  "/usr/lib/kde4/plugins/akonadi" : ()
SEARCH MANAGER: searching in  "/home/~/.kde/lib/kde4//akonadi" : ()
SEARCH MANAGER: searching in  "/usr/lib/kde4//akonadi" : ("akonadibaloosearchplugin.desktop")
PLUGINS:  "/usr/share/akonadi/agents"
PLUGINS:  ("akonadibalooindexingagent.desktop", "akonadinepomukfeederagent.desktop", "akonotesresource.desktop", "archivemailagent.desktop", "birthdaysresource.desktop", "contactsresource.desktop", "davgroupwareresource.desktop", "facebookresource.desktop", "folderarchiveagent.desktop", "googlecalendarresource.desktop", "googlecontactsresource.desktop", "icaldirresource.desktop", "icalresource.desktop", "imapresource.desktop", "invitationsagent.desktop", "kabcresource.desktop", "kalarmdirresource.desktop", "kalarmresource.desktop", "kcalresource.desktop", "kdeaccountsresource.desktop", "kolabproxyresource.desktop", "localbookmarksresource.desktop", "maildirresource.desktop", "maildispatcheragent.desktop", "mailfilteragent.desktop", "mboxresource.desktop", "migrationagent.desktop", "mixedmaildirresource.desktop", "mtdummyresource.desktop", "newmailnotifieragent.desktop", "nntpresource.desktop", "notesagent.desktop", "notesresource.desktop", "openxchangeresource.desktop", "pop3resource.desktop", "sendlateragent.desktop", "vcarddirresource.desktop", "vcardresource.desktop")
search paths:  ("/usr/local/sbin", "/usr/local/bin", "/usr/sbin", "/usr/bin", "/sbin", "/bin", "/usr/games", "/usr/local/games")
PLUGINS inserting:  "akonadi_baloo_indexer" 0 ("Unique", "Autostart")
Executable "akonadi_nepomuk_feeder" for agent "akonadi_nepomuk_feeder" could not be found!
PLUGINS inserting:  "akonadi_akonotes_resource" 0 ("Resource", "Notes")
PLUGINS inserting:  "akonadi_archivemail_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_birthdays_resource" 0 ("Resource", "Unique")
PLUGINS inserting:  "akonadi_contacts_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_davgroupware_resource" 0 ("Resource", "FreeBusyProvider")
PLUGINS inserting:  "akonadi_facebook_resource" 0 ("Resource")
Executable "akonadi_folderarchive_agent" for agent "akonadi_folderarchive_agent" could not be found!
PLUGINS inserting:  "akonadi_googlecalendar_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_googlecontacts_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_icaldir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_ical_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_imap_resource" 0 ("Resource")
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
PLUGINS inserting:  "akonadi_invitations_agent" 0 ("NoConfig")
PLUGINS inserting:  "akonadi_kabc_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_kalarm_dir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_kalarm_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_kcal_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_kdeaccounts_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_kolabproxy_resource" 0 ("Resource", "Unique")
PLUGINS inserting:  "akonadi_localbookmarks_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_maildir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_maildispatcher_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_mailfilter_agent" 0 ("Unique", "Autostart", "NoConfig")
PLUGINS inserting:  "akonadi_mbox_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_migration_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_mixedmaildir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_mailtransport_dummy_resource" 0 ("Resource", "MailTransport")
PLUGINS inserting:  "akonadi_newmailnotifier_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_nntp_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_notes_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_notes_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_openxchange_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_pop3_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_sendlater_agent" 0 ("Unique", "Autostart")
PLUGINS inserting:  "akonadi_vcarddir_resource" 0 ("Resource")
PLUGINS inserting:  "akonadi_vcard_resource" 0 ("Resource")
SearchManager: loaded search plugin "akonadi_baloo_searchplugin"
Database "akonadi" opened using driver "QMYSQL"
Akonadi server is now operational.
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "plasma-desktop_1993_RbIudY" true
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_baloo_indexer_3136_g2TS8o" true
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_newmailnotifier_agent_3133_fdnByZ" true
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_sendlater_agent_3134_Ao7IIF" true
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_mailfilter_agent_3141_gUNbxH" true
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_migration_agent_3140_Vsb4CQ" true
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_maildispatcher_agent_3139_JQprIh" true
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_notes_agent_3138_sk6dlv" true
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_archivemail_agent_3137_ohknL8" true
Database "akonadi" opened using driver "QMYSQL"
 list is empty
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_maildispatcher_agent_3139_kAradU" true
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_maildispatcher_agent_3139_6C6A70" true
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_mailfilter_agent_3141_BR7Zpa" true
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_mailfilter_agent_3141_fvhwMt" true
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_notes_agent_3138_i1hbIZ" true
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_archivemail_agent_3137_DS4B2X" true
search paths:  ("/home/~/.kde/lib/kde4/plugins/", "/usr/lib/kde4/plugins/", "/usr/lib/x86_64-linux-gnu/qt4/plugins", "/usr/lib/qt4/plugins", "/usr/bin", "/usr/lib/kde4/plugins", "/home/~/.kde/lib/kde4/", "/usr/lib/kde4/")
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_archivemail_agent_3137_U0lC1X" true
Database "akonadi" opened using driver "QMYSQL"
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "AkonadiAgentServer_3165_Oj2rhy" true
Agent instance created in separate process.
Database "akonadi" opened using driver "QMYSQL"
QDBusObjectPath Akonadi::Server::NotificationManager::subscribeV2(const QString&, bool) Akonadi::Server::NotificationManager(0x2465ce0) "akonadi_newmailnotifier_agent_3133_k4WXSZ" true
posting retrieval request for item 1  there are  1  queues and  0  items in mine
request for item 1 still pending - waiting
processing retrieval request for item 1  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 1 succeeded
posting retrieval request for item 2  there are  1  queues and  0  items in mine
request for item 2 still pending - waiting
processing retrieval request for item 2  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 2 succeeded
posting retrieval request for item 3  there are  1  queues and  0  items in mine
request for item 3 still pending - waiting
processing retrieval request for item 3  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 3 succeeded
posting retrieval request for item 4  there are  1  queues and  0  items in mine
request for item 4 still pending - waiting
processing retrieval request for item 4  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 4 succeeded
posting retrieval request for item 5  there are  1  queues and  0  items in mine
processing retrieval request for item 5  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
request for item 5 still pending - waiting
continuing
request for item 5 succeeded
posting retrieval request for item 6  there are  1  queues and  0  items in mine
request for item 6 still pending - waiting
processing retrieval request for item 6  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 6 succeeded
posting retrieval request for item 7  there are  1  queues and  0  items in mine
request for item 7 still pending - waiting
processing retrieval request for item 7  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 7 succeeded
posting retrieval request for item 8  there are  1  queues and  0  items in mine
request for item 8 still pending - waiting
processing retrieval request for item 8  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 8 succeeded
posting retrieval request for item 9  there are  1  queues and  0  items in mine
request for item 9 still pending - waiting
processing retrieval request for item 9  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 9 succeeded
posting retrieval request for item 10  there are  1  queues and  0  items in mine
request for item 10 still pending - waiting
processing retrieval request for item 10  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 10 succeeded
posting retrieval request for item 11  there are  1  queues and  0  items in mine
processing retrieval request for item 11  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
request for item 11 still pending - waiting
continuing
request for item 11 succeeded
posting retrieval request for item 12  there are  1  queues and  0  items in mine
request for item 12 still pending - waiting
processing retrieval request for item 12  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 12 succeeded
posting retrieval request for item 13  there are  1  queues and  0  items in mine
request for item 13 still pending - waiting
processing retrieval request for item 13  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 13 succeeded
posting retrieval request for item 14  there are  1  queues and  0  items in mine
request for item 14 still pending - waiting
processing retrieval request for item 14  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 14 succeeded
posting retrieval request for item 15  there are  1  queues and  0  items in mine
request for item 15 still pending - waiting
processing retrieval request for item 15  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
^C
~@PC:~$ continuing
request for item 15 succeeded
posting retrieval request for item 16  there are  1  queues and  0  items in mine
request for item 16 still pending - waiting
processing retrieval request for item 16  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 16 succeeded
posting retrieval request for item 17  there are  1  queues and  0  items in mine
request for item 17 still pending - waiting
processing retrieval request for item 17  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 17 succeeded
posting retrieval request for item 18  there are  1  queues and  0  items in mine
request for item 18 still pending - waiting
processing retrieval request for item 18  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 18 succeeded
posting retrieval request for item 19  there are  1  queues and  0  items in mine
request for item 19 still pending - waiting
processing retrieval request for item 19  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 19 succeeded
posting retrieval request for item 20  there are  1  queues and  0  items in mine
request for item 20 still pending - waiting
processing retrieval request for item 20  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 20 succeeded
posting retrieval request for item 21  there are  1  queues and  0  items in mine
request for item 21 still pending - waiting
processing retrieval request for item 21  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 21 succeeded
posting retrieval request for item 22  there are  1  queues and  0  items in mine
processing retrieval request for item 22  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
request for item 22 still pending - waiting
continuing
request for item 22 succeeded
posting retrieval request for item 23  there are  1  queues and  0  items in mine
request for item 23 still pending - waiting
processing retrieval request for item 23  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 23 succeeded
posting retrieval request for item 24  there are  1  queues and  0  items in mine
request for item 24 still pending - waiting
processing retrieval request for item 24  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 24 succeeded
posting retrieval request for item 25  there are  1  queues and  0  items in mine
request for item 25 still pending - waiting
processing retrieval request for item 25  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 25 succeeded
posting retrieval request for item 26  there are  1  queues and  0  items in mine
request for item 26 still pending - waiting
processing retrieval request for item 26  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 26 succeeded
posting retrieval request for item 27  there are  1  queues and  0  items in mine
request for item 27 still pending - waiting
processing retrieval request for item 27  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_migration_agent_3140_Vsb4CQ" now serving: ()
Application '/usr/bin/akonadi_sendlater_agent' exited normally...
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_sendlater_agent_3134_Ao7IIF" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_newmailnotifier_agent_3133_k4WXSZ" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_newmailnotifier_agent_3133_fdnByZ" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_mailfilter_agent_3141_fvhwMt" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_mailfilter_agent_3141_BR7Zpa" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_mailfilter_agent_3141_gUNbxH" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_notes_agent_3138_i1hbIZ" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_notes_agent_3138_sk6dlv" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_archivemail_agent_3137_U0lC1X" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_archivemail_agent_3137_DS4B2X" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_archivemail_agent_3137_ohknL8" now serving: ()
continuing
request for item 27 succeeded
posting retrieval request for item 28  there are  1  queues and  0  items in mine
request for item 28 still pending - waiting
processing retrieval request for item 28  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 28 succeeded
posting retrieval request for item 29  there are  1  queues and  0  items in mine
request for item 29 still pending - waiting
processing retrieval request for item 29  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 29 succeeded
posting retrieval request for item 30  there are  1  queues and  0  items in mine
request for item 30 still pending - waiting
processing retrieval request for item 30  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
continuing
request for item 30 succeeded
posting retrieval request for item 31  there are  1  queues and  0  items in mine
processing retrieval request for item 31  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
request for item 31 still pending - waiting
continuing
request for item 31 succeeded
posting retrieval request for item 32  there are  1  queues and  0  items in mine
request for item 32 still pending - waiting
processing retrieval request for item 32  parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
ProcessControl: Application /usr/bin/akonadi_baloo_indexer stopped unexpectedly ( "Process crashed" )
Application '/usr/bin/akonadi_baloo_indexer' crashed. No restart!
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_baloo_indexer_3136_g2TS8o" now serving: ()
continuing
request for item 32 succeeded
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
ProcessControl: Application /usr/bin/akonadi_maildispatcher_agent stopped unexpectedly ( "Process crashed" )
Application '/usr/bin/akonadi_maildispatcher_agent' crashed. No restart!
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_maildispatcher_agent_3139_6C6A70" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_maildispatcher_agent_3139_kAradU" now serving: ()
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "akonadi_maildispatcher_agent_3139_JQprIh" now serving: ()
Lost connection to resource "org.freedesktop.Akonadi.Resource.akonadi_maildir_resource_0" , discarding cached interface
void Akonadi::Server::NotificationSource::serviceUnregistered(const QString&) Notification source "AkonadiAgentServer_3165_Oj2rhy" now serving: ()
ProcessControl: Application /usr/bin/akonadi_agent_launcher stopped unexpectedly ( "Process crashed" )
Application '/usr/bin/akonadi_agent_launcher' crashed. No restart!
Application '/usr/bin/akonadi_mailfilter_agent' exited normally...
Application '/usr/bin/akonadi_archivemail_agent' exited normally...
Application '/usr/bin/akonadi_migration_agent' exited normally...
Application '/usr/bin/akonadi_newmailnotifier_agent' exited normally...
Application '/usr/bin/akonadi_notes_agent' exited normally...
terminating service threads
terminating connection threads
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
stopping db process
^C
~@PC:~$ Application 'akonadiserver' exited normally...

                                                                                                                                                                                               
wolfi323
Registered Member
Posts
1129
Karma
11
OS
wdose wrote:~/.kde/share/config/ and not /.kde4/share/config/ as written ( at least for Kubuntu 14.04)

Well, it _is_ .kde4 here on openSUSE. .kde is exclusively used for KDE3 here to make them co-installable... ;)
But you're right, it should be mentioned that this could also be .kde depending on your distribution.
Please file a bug report.

The main problems I see in your output (I hope I didn't overlook something obvious) are these:
Code: Select all
ProcessControl: Application /usr/bin/akonadi_baloo_indexer stopped unexpectedly ( "Process crashed" )
Application '/usr/bin/akonadi_baloo_indexer' crashed. No restart!

ProcessControl: Application /usr/bin/akonadi_maildispatcher_agent stopped unexpectedly ( "Process crashed" )
Application '/usr/bin/akonadi_maildispatcher_agent' crashed. No restart!

ProcessControl: Application /usr/bin/akonadi_agent_launcher stopped unexpectedly ( "Process crashed" )
Application '/usr/bin/akonadi_agent_launcher' crashed. No restart!

Not sure if those can make the Akonadi server crash, but anyway.

The first one is baloo crashing, maybe the problem lies there.
Sounds similar to this: https://bugs.kde.org/show_bug.cgi?id=336287 (also reported by a Kubuntu user).
The possible "fix" from that bug report will be included in 4.13.3, but that's to be released next week, and it might take even longer until Ubuntu provides updated packages.
Akonadi should work fine when started fresh though. It works fine here on a fresh KUbuntu 14.04 installation in a VM.

Try to remove ~/.local/share/baloo, maybe the search index is corrupted.
You could try to remove the file /usr/share/akonadi/agents/akonadibalooindexingagent.desktop (that's the path on openSUSE, I hope it's the same on Ubuntu), so that baloo's PIM indexer is not started.

Does Akonadi start then?

Oh, and of course make sure that you have all updates installed.
If you install updates, better log out and in again, so that there's no mixture of versions running.

Another thing to try is to create a new user.
If Akonadi starts fine there, it's some user specific issue. If it doesn't work there either, it's a system-wide issue.
Might help to pinpoint the problem.

If it's user-specific, deleting KMail's configuration might help as well. For some reasons that's not mentioned in the docs you refer to.
~/.kde/share/config/kmail2rc, ~/.kde/share/apps/kmail2
(PS: this one is of course not relevant to your problem, as you cannot even start Akonadi)

Hope that helps!
wdose
Registered Member
Posts
7
Karma
0
Thanks so far, wolfi323.

With the exception of creating a new user I tried all your advices you gave me in the last post.

I guess, I have to add some more input which might be the cause of the problem but which seemed to me not so important on first sight.

After having executed the steps to put kmail to default settings http://docs.kde.org/stable/de/kdepim/kmail/clean-start-after-a-failed-migration.html I observe that everytime when I start the akonadi server a mail-import process continues.
This, I guess, has s.th. to do with the interruption of the kmail-import-wizard https://userbase.kde.org/Kmail/Import_Options process which I did due to the fact it was importing from ~/.thunderbird/x1y2y3.default/Mail/Local Folders/Outlook-Import.sbd/local a local mail folder which was already imported before in Kmail.

But that does not change the fact that setting Kmail to default must set KMail to default, no matter which process was initiated before, I think.

If there is an external ( not within Kmail) process like the import-wizard programmed by Laurant Montel kmail or akonadi might not have anything to do with the original problem, I'm afraid.

I hope you are able to decrypt my descriptions...
wolfi323
Registered Member
Posts
1129
Karma
11
OS
wdose wrote:After having executed the steps to put kmail to default settings http://docs.kde.org/stable/de/kdepim/kmail/clean-start-after-a-failed-migration.html I observe that everytime when I start the akonadi server a mail-import process continues.
This, I guess, has s.th. to do with the interruption of the kmail-import-wizard https://userbase.kde.org/Kmail/Import_Options process which I did due to the fact it was importing from ~/.thunderbird/x1y2y3.default/Mail/Local Folders/Outlook-Import.sbd/local a local mail folder which was already imported before in Kmail.

No. It's not KMail that's not starting, it's Akonadi.
It's normal that some migration processes run when starting it the first time.
That's unrelated to that mail import you mention.

If you removed ~/.config/akonadi/, ~/.local/share/akonadi/ and ~/.kde/share/config/akonadi*, Akonadi should be set back to default.

But that does not change the fact that setting Kmail to default must set KMail to default, no matter which process was initiated before, I think.

Well, you did restore Akonadi to default, and you cannot start Akonadi.
That's not directly related to KMail.

Please try with a new user.
If it doesn't work there either, you have some installation problem.
wdose
Registered Member
Posts
7
Karma
0
In the old user account the akonadi server is started
Code: Select all
user@PC:~$ ps ux | grep akonadi
user_+  6313  0.3  0.1 305312  6892 ?        Sl   00:51   0:00 /usr/bin/akonadi_control
user_+  6315 15.2  0.6 1390448 24036 ?       Sl   00:51   0:12 akonadiserver
user_+  6342 12.7  1.4 1242104 55576 ?       Sl   00:51   0:10 /usr/sbin/mysqld --defaults-file=/home/user/.local/share/akonadi/mysql.conf --datadir=/home/user/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-user.x1y2y3z/mysql.socket
user_+  6377  0.7  0.7 403684 29840 ?        S    00:51   0:00 /usr/bin/akonadi_newmailnotifier_agent --identifier akonadi_newmailnotifier_agent
user_+  6378  0.7  1.0 595148 40584 ?        S    00:51   0:00 /usr/bin/akonadi_sendlater_agent --identifier akonadi_sendlater_agent
user_+  6380  0.9  1.1 643532 44652 ?        S    00:51   0:00 /usr/bin/akonadi_archivemail_agent --identifier akonadi_archivemail_agent
user_+  6381  0.5  0.9 549196 36932 ?        S    00:51   0:00 /usr/bin/akonadi_notes_agent --identifier akonadi_notes_agent
user_+  6382  0.3  0.6 349028 24612 ?        S    00:51   0:00 /usr/bin/akonadi_maildispatcher_agent --identifier akonadi_maildispatcher_agent
user_+  6383  0.3  0.6 312500 23420 ?        S    00:51   0:00 /usr/bin/akonadi_migration_agent --identifier akonadi_migration_agent
user_+  6384  0.9  1.1 643548 44544 ?        S    00:51   0:00 /usr/bin/akonadi_mailfilter_agent --identifier akonadi_mailfilter_agent
user_+  6391 18.7  0.7 343328 27440 ?        Dl   00:51   0:12 /usr/bin/akonadi_agent_launcher akonadi_maildir_resource akonadi_maildir_resource_0
user_+  6443  0.0  0.0  13252   920 pts/7    S+   00:52   0:00 grep --color=auto akonadi
user@PC:~$ ps ux | grep mysql
user_+  6342  8.4  1.4 1242104 56148 ?       Sl   00:51   0:10 /usr/sbin/mysqld --defaults-file=/home/user/.local/share/akonadi/mysql.conf --datadir=/home/user/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-user.x1y2y3z/mysql.socket
user_+  6446  0.0  0.0  13252   916 pts/7    S+   00:53   0:00 grep --color=auto mysql
user@PC:~$


but it still shows mails in KMail.


What I do not understand, what execatly do I have to reproduce in a new user account? Same situation? Import everything from thunderbird and then interrupting the import sequence?

Sorry to ask.
wolfi323
Registered Member
Posts
1129
Karma
11
OS
wdose wrote:In the old user account the akonadi server is started
...
but it still shows mails in KMail.

So, what is your problem now?

What I do not understand, what execatly do I have to reproduce in a new user account? Same situation? Import everything from thunderbird and then interrupting the import sequence?

No.
That was just to find out if it would work at all.
But if it works now with your normal account, there's no need to do that.

Or am I misunderstanding something here now?
wdose
Registered Member
Posts
7
Karma
0
I had to interrupt Kmail-import-wizard, written by Laurant Montel, with which I imported local mail as well as imap mails from Thunderbird.

Since then I want to set kontact to default settings to repeat the import process cleanly.
wolfi323
Registered Member
Posts
1129
Karma
11
OS
wdose wrote:I had to interrupt Kmail-import-wizard, written by Laurant Montel, with which I imported local mail as well as imap mails from Thunderbird.

imap mails? Those are stored on the server, no need for importing anything.
Configure an IMAP account, and they should be there.

Since then I want to set kontact to default settings to repeat the import process cleanly.

Well, just run the import again. You can select a folder where to import the mails to.
If you want to get rid of the already imported mails, just delete them.

Normally the local maildir resource stores the mail in ~/.local/share/local-mail/ , so remove that to completely start clean.


Bookmarks



Who is online

Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell