Replacement %title in signature now linked to "job title".

This commit is contained in:
Patrick Simpson 2017-03-10 12:14:22 +01:00
parent 6b7ec839b0
commit dbf278f910
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ namespace Acacia.Features.Signatures
if (token == "initials") return us.Initials ?? "";
if (token == "lastname") return us.LastName ?? "";
if (token == "displayname") return us.FullName ?? "";
if (token == "title") return us.Title ?? "";
if (token == "title") return us.JobTitle ?? "";
if (token == "company") return us.CompanyName ?? "";
// TODO if (token == "department") return us.;
if (token == "office") return us.OfficeLocation ?? "";