mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
Replacement %title in signature now linked to "job title".
This commit is contained in:
parent
6b7ec839b0
commit
dbf278f910
@ -349,7 +349,7 @@ namespace Acacia.Features.Signatures
|
|||||||
if (token == "initials") return us.Initials ?? "";
|
if (token == "initials") return us.Initials ?? "";
|
||||||
if (token == "lastname") return us.LastName ?? "";
|
if (token == "lastname") return us.LastName ?? "";
|
||||||
if (token == "displayname") return us.FullName ?? "";
|
if (token == "displayname") return us.FullName ?? "";
|
||||||
if (token == "title") return us.Title ?? "";
|
if (token == "title") return us.JobTitle ?? "";
|
||||||
if (token == "company") return us.CompanyName ?? "";
|
if (token == "company") return us.CompanyName ?? "";
|
||||||
// TODO if (token == "department") return us.;
|
// TODO if (token == "department") return us.;
|
||||||
if (token == "office") return us.OfficeLocation ?? "";
|
if (token == "office") return us.OfficeLocation ?? "";
|
||||||
|
Loading…
Reference in New Issue
Block a user