diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
commit | 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch) | |
tree | c6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/tdepim/debian/kmail.NEWS | |
parent | 211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff) | |
download | tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip |
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/tdepim/debian/kmail.NEWS')
-rw-r--r-- | ubuntu/raring/tdepim/debian/kmail.NEWS | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/ubuntu/raring/tdepim/debian/kmail.NEWS b/ubuntu/raring/tdepim/debian/kmail.NEWS new file mode 100644 index 000000000..ad08f446a --- /dev/null +++ b/ubuntu/raring/tdepim/debian/kmail.NEWS @@ -0,0 +1,29 @@ +tdepim (4:3.5.5.dfsg.1-4) unstable; urgency=high + + * KMail's handling of IMAP namespaces changed in KDE 3.5. You used to be + able to set a prefix for your mailboxes (most commonly INBOX. for + courier-imap and cyrus-imapd servers) that would tell KMail where to look + for mail folders. In KDE 3.5, KMail now handles both personal and shared + namespaces. It no longer strips the namespace from the beginning of the + folder path, though, so some users will see that all of their folders are + now subfolders of the inbox. + + Due to this change, KMail may get confused when it starts after upgrading + and crash. We don't have a solution to the bug at this time, but there is + a workaround that doesn't result in any dataloss. + + The folder $HOME/.kde/share/apps/kmail/imap/ holds cached copies of all + the mail headers in your imap account. Deleting everything in this folder + (rm -rf ~/.kde/share/apps/kmail/imap/*) allows KMail to startup. KMail + will need to redownload all the mail headers, but it would need to do so + anyway since it thinks the mail folders appearing under the inbox are + different folders. + + In some cases even this workaround has not been enough. If KMail still + behaves strangely for you after doing this, you may need to move KMail's + configuration file out of the way in addition to removing its IMAP cache. + To do this, "mv ~/.kde/share/config/kmailrc + ~/.kde/share/config/kmailrc.bak". After doing this, KMail should behave + better, but you will need to reconfigure all of your accounts. + + -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 16 Dec 2006 13:48:33 -0500 |