From: Art Cancro Date: Sun, 13 Dec 2020 23:16:08 +0000 (-0500) Subject: Changed the display logic for message author. New conditional COND:MAIL:LOCAL which... X-Git-Tag: v939~195 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=fcf307e182caecb456f8eb86b292143db529d8d8;hp=fcf307e182caecb456f8eb86b292143db529d8d8 Changed the display logic for message author. New conditional COND:MAIL:LOCAL which activates if we believe a message originated locally. This currently only detects c_fqdn and we need to modify it to handle all local domains. If a message originated locally then we display the user name by itself with a link to their profile. If a message originated somewhere else we display the user name and email address. ---