Bug 324461 - unclear wording for HTML and remote content options
Summary: unclear wording for HTML and remote content options
Status: RESOLVED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: GIT
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 15:55 UTC by Jonathan Marten
Modified: 2013-09-04 07:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.12


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Marten 2013-09-03 15:55:14 UTC
On the first tab "Contact" of the contact edit dialogue, there are two options:

Prefers to receive messages formatted as:     (dropdown list)
Allow remote content    (checkbox)

It is not immediately clear what these options refer to, or that they are related.  Also, the wording of the first option implies that this contact wants to *receive* messages in the specified format, i.e. messages composed and *sent* by the KDEPIM user.  This is not ther way that the option works:  the only place where this option is used (kdepim/messageviewer/header) controls the display of messages *received from* this contact.  Possibly this is the source of the user confusion in bug 260354.

Suggest that these options should be shown as related by a group box (maybe titled "Messages"), and their labels should say:

Show messages received from this contact as:   (dropdown list)
Allow remote content in received HTML messages   (checkbox)

It's not clear what the "Unknown" option in the dropdown list means, so this should maybe say "Default" (i.e. as configured in Kmail - Security).

This group box would also be a suitable place to add a per-contact option for *sending* HTML mail, if that is ever implemented (with the same dropdown options "Default", "Plain Text" or "HTML").
Comment 1 Laurent Montel 2013-09-03 20:16:05 UTC
Git commit 5587f6151771ca6c10b1c7b0ba1e9002be17f9e3 by Montel Laurent.
Committed on 03/09/2013 at 20:15.
Pushed by mlaurent into branch 'master'.

Fix Bug 324461 - unclear wording for HTML and remote content options

FIXED-IN: 4.12

M  +12   -5    akonadi/contact/editor/contacteditorwidget.cpp

http://commits.kde.org/kdepimlibs/5587f6151771ca6c10b1c7b0ba1e9002be17f9e3
Comment 2 Jonathan Marten 2013-09-04 07:59:19 UTC
Thanks for the quick fix... was just about to start coding!