Changed the display logic for message author. New conditional COND:MAIL:LOCAL which...
authorArt Cancro <ajc@citadel.org>
Sun, 13 Dec 2020 23:16:08 +0000 (18:16 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 13 Dec 2020 23:16:08 +0000 (18:16 -0500)
commitfcf307e182caecb456f8eb86b292143db529d8d8
tree8f2ee9d079de975efc1c12ec1cc7e41f749c33bc
parent9c0ec0a9024ece83082387bd8a003fb26ed03e89
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.
webcit/messages.h
webcit/msg_renderers.c
webcit/serv_func.c
webcit/static/t/view_blog/comment.html
webcit/static/t/view_blog/post.html
webcit/static/t/view_message.html
webcit/static/t/view_message/print.html
webcit/static/t/view_message/replyquote.html