[Bug 215507] Environment variable expansion not performed on Organisation config entry

Travers Carter tcarter at noggin.com.au
Mon Nov 30 03:56:47 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=215507





--- Comment #2 from Travers Carter <tcarter noggin com au>  2009-11-30 04:56:44 ---
Perhaps it's not expanding when it reads from emaildefaults and that's
overriding knoderc? I started out with no knoderc and noticed that the
organisation field was being set to ${ORGANISAION}, which is the mail reason I
created the system-wide knoderc in the first place.

Anyway here are the details you requested, this is just before launching knode
(after running rm ~/.kde/share/config/knoderc).  I'll attach a screen shot of
the initial config dialog before any changes are made too.

Also I've upgraded to from KDE 4.3.2 to 4.3.3 (Fedora 12 rpms) with no change.

[trav at whirlwind ~]$ kde4-config --path config
/home/users/trav/.kde/share/config/:/etc/kde/:/usr/share/kde-settings/kde-profile/default/share/config/:/usr/share/config/

[trav at whirlwind ~]$ IFS=':'; for i in `kde4-config --path config`; do echo
${i}knoderc: ; [ -f ${i}knoderc ] && cat ${i}knoderc || echo '<No File>'; echo;
done
/home/users/trav/.kde/share/config/knoderc:
<No File>

/etc/kde/knoderc:
[IDENTITY]
Email[$e]=${EMAIL}
Mail-Copies-To=
Name[$e]=${FULLNAME}
Org[$e]=${ORGANISATION}
Reply-To=
SigningKey=
UseSigFile=false
UseSigGenerator=false
sigText[$e]=${FULLNAME}\nNoggin IT  •  Level 8, 28 Foveaux St, Surry Hills NSW
Australia 2010\nT: +61 2 9219 8800  •  F: +61 2 9280 4669  •  E:
${EMAIL}\nhttp://www.noggin.com.au\n


/usr/share/kde-settings/kde-profile/default/share/config/knoderc:
<No File>

/usr/share/config/knoderc:
<No File>


I also have the following pre-configured files (which pre-dated
/etc/kde/knoderc):

=== /etc/kde/emaildefaults:
[Defaults]
Profile=Default

[PROFILE_Default]
FullName[$e]=${FULLNAME}
EmailAddress[$e]=${EMAIL}
Organization=${ORGANISATION}
OutgoingServer=mail.noggin.com.au

=== /etc/kde/emailidentities:
[General]
Default Identity=90661902

[Identity #0]
Dictionary=English (Australia)
Name[$e]=${FULLNAME}
Email Address[$e]=${EMAIL}
Organization[$e]=${ORGANISATION}
Inline Signature[$e]=${FULLNAME}\nNoggin IT  •  Level 8, 28 Foveaux St, Surry
Hills NSW Australia 2010\nT: +61 2 9219 8800  •  F: +61 2 9280 4669  •  E: 
{EMAIL}\nhttp://www.noggin.com.au\n
Identity=Default
Inlined Html=false
Signature Type=inline
uoid=90661902

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list