After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 119527 - Missing identity name in compose window (patch)
Missing identity name in compose window (patch)
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.14.1 betas
Other All
: Normal enhancement
: 0.14.1
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2003-08-10 04:43 UTC by Torstein Sunde
Modified: 2006-06-18 05:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for message-window.c and dialog-newuser.c (1.31 KB, patch)
2003-08-10 04:45 UTC, Torstein Sunde
none Details | Review

Description Torstein Sunde 2003-08-10 04:43:18 UTC
When selecting posting profile (identity) in the compose window, the
profile name isn't shown in the list of identities.  That's a problem
when using the same "real name" and email address in several profiles.
The latter is especially useful for having attributions or signatures
in different languages.

I've created a patch, against 0.14.0.94, that should take care of this.

In the compose window, each identity is prefixed with the identity
name, like Sylpheed and Sylpheed-claws do:
  IdentityName: "Real Name" <email@somewhere.domain>

I've also changed dialog-newuser.c, in order to prevent Pan from
generating an identity name with both the real name and email address,
since it looks quite ridiculous with those fields shown twice in the
"From:" dialogue box.
The patch uses only the real name; if that's missing, the initial
profile is called "Default".
Comment 1 Torstein Sunde 2003-08-10 04:45:30 UTC
Created attachment 19073 [details] [review]
Patch for message-window.c and dialog-newuser.c