diff options
author | Michele Calgaro <[email protected]> | 2020-11-15 19:23:30 +0800 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-11-15 19:23:30 +0800 |
commit | 0277521b268b21caf0ee21202b92784f302baadc (patch) | |
tree | 5d856f96adfbe46b57da31cf60daa1084b4e7a1e /dilos/tdepim/debian/kmail.NEWS | |
parent | eb16e7c7281e182297581fa8d565561869c81bca (diff) | |
download | tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.tar.gz tde-packaging-0277521b268b21caf0ee21202b92784f302baadc.zip |
DEB: adjusted to new 'core' folder for main packages.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'dilos/tdepim/debian/kmail.NEWS')
-rw-r--r-- | dilos/tdepim/debian/kmail.NEWS | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dilos/tdepim/debian/kmail.NEWS b/dilos/tdepim/debian/kmail.NEWS deleted file mode 100644 index 730bd58b1..000000000 --- a/dilos/tdepim/debian/kmail.NEWS +++ /dev/null @@ -1,29 +0,0 @@ -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/.trinity/share/apps/kmail/imap/ holds cached copies of all - the mail headers in your imap account. Deleting everything in this folder - (rm -rf ~/.trinity/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 ~/.trinity/share/config/kmailrc - ~/.trinity/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 <[email protected]> Sat, 16 Dec 2006 13:48:33 -0500 |