| Summary: | sent mails get marked as "new" when sent-mail folder is on imap server | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | Thomas Reitelbach <tr> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | linux |
| Priority: | NOR | ||
| Version First Reported In: | 1.5.94 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Reitelbach
2004-01-02 12:43:24 UTC
Subject: kdepim/kmail CVS commit by tilladam: Explicitely set sent mails to read, they default to new on imap sent mail folders otherwise. CCMAIL: 71664-done@bugs.kde.org M +1 -0 kmsender.cpp 1.196 --- kdepim/kmail/kmsender.cpp #1.195:1.196 @@ -263,4 +263,5 @@ kdDebug(5006) << "KMSender::doSendMsg() } mCurrentMsg->setStatus(KMMsgStatusSent); + mCurrentMsg->setStatus(KMMsgStatusRead); // otherwise it defaults to new on imap const KMIdentity & id = kmkernel->identityManager() |