Summary: | Kmail should not tell me there is no to: when I am sending a mail only to bcc's | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | m.wege |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hceylan, kollix, winter |
Priority: | NOR | ||
Version: | 1.11.90 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
m.wege
2009-06-01 08:09:38 UTC
I was tempted to mark this as wish, but reading the RFCS 2821 & 2822, I see that the only mandatory headers in a mime message are: orig-date and from. The problem here is that kmail should check only if there is no receipt address at all (in any field), then it MUST show the dialog and not let send the mail (¿to nobody?). This behavior came from a specific user request and was introduced by us because it seemed like a good idea. I sorta like the "do not ask me again" suggestion. Or we could introduce a full-blown configuration option. I'll leave it up to the KMail maintainer to decide how to proceed. I think a "Do not ask me to enter a to: address any more" kind of prompt would make everyone happy... Regards, Hasan Ceylan SVN commit 1062073 by winterz: provide a "do not ask again" option on the dialog for missing/empty To: field. BUG: 194823 MERGE: 4.3 M +4 -1 kmcomposewin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1062073 SVN commit 1062074 by winterz: Backport r1062073 by winterz from trunk to the 4.3 branch: provide a "do not ask again" option on the dialog for missing/empty To: field. CCBUG: 194823 MERGE: 4.3 M +4 -1 kmcomposewin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1062074 SVN commit 1062126 by winterz: Backport r1062073 by winterz from trunk to the 4.3 branch: provide a "do not ask again" option on the dialog for missing/empty To: field. CCBUG: 194823 MERGE: 4.3 M +1 -0 kmfilterdlg.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1062126 |