Summary: | Use identity for an Imap account not implemented | ||
---|---|---|---|
Product: | [Unmaintained] KMail Mobile | Reporter: | Sabine Faure <sabine> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | CLOSED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2010-09-17 22:19:06 UTC
SVN commit 1201361 by tokoe: Preset the identity combobox in the composer with the account/folder identity of the currently selected collection. BUG: 251617 M +16 -1 composerview.cpp M +4 -1 composerview.h M +16 -0 mainview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1201361 It is partly corrected now. The second part of the bug seems to be corrected since the Imap identity (Identity B) is used when replying to an email from the Imap account folder. However, the identity displayed in the composer is still the default identity for Kmail (Identity A) and not for the Imap resource (Identity B) even when using the 'Actions' tab from the Imap inbox folder to open a Composer. So I am reopening this bug. N900, 4:4.6~20101128.1201814-1maemo1.1200957 SVN commit 1202766 by tokoe: Preset the identity in the composer for reply/forward action as well. BUG: 251617 M +10 -0 mainview.cpp M +2 -0 mainview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1202766 I retested this today and it seems worse than before: the original bug is back just like in the description. Whatever the user does it is always Identity A that is selected by default. It seems that the steps of the description have changed a little so here are new steps to retest: Prerequisite: having selected a default identity in the Configure dialogue (ex: Identity A) in Main window (Home) -> Open 'Actions' tab -> Identities. - Launch Kmail-mobile - Click on your Imap resource (NOT on your imap resource inbox!) - Open the 'Actions' tab - Click on 'Account' - click on 'Account Properties' - Scroll down and click on the 'Identity' button - If checked by default uncheck the 'Use default identity' - Select a different identity (ex: Identity B) than the one you have entered as the default one in Identities (Main window (Home) -> Open 'Actions' tab -> Identities) - Click on 'Ok' - Click on 'Write new Email' button The composer should display the Imap resource identity selected by the user (Identiy B) and not the default one (Identity A). N900, 4:4.6~20101202.1202765-1maemo1.1202581 Thx to Tobias' explanations I was able to retest this correctly and checked that it in fact worked. Thx Tobias! ;o) For identity B to displayed in the Composer the user should not use the 'Write new email' button (last step of the description above) but reopen the Actions tab and Click on Mail -> New Mail to open the Composer. Since the user is still within its imap account the composer opens with Identity B automatically as it should. This bug is fixed so I am now closing it. I will retest the using the imap identity (Identity B) automatically when replying to an email from the Imap account folder as soon as I can get my imap account working again and akonadi console as well. N900, 4:4.6~20101210.1205130-1maemo1.1204898 I retested using the imap identity (Identity B) automatically when replying to an email from the Imap account folder and it still works fine so this bugs is closed now. N900, 4:4.6~20101210.1205130-1maemo1.1204898 |