GNOME Bugzilla – Bug 119527
Missing identity name in compose window (patch)
Last modified: 2006-06-18 05:04:44 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".
Created attachment 19073 [details] [review] Patch for message-window.c and dialog-newuser.c
http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan/dialogs&command=DIFF_FRAMESET&file=dialog-newuser.c&rev1=1.58&rev2=1.59&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=message-window.c&rev1=1.384&rev2=1.385&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan&command=DIFF_FRAMESET&file=ChangeLog&rev1=1.1957&rev2=1.1958&root=/cvs/gnome