5 * Utility file containing functions related to reading messages
7 * @copyright 1999-2022 The SquirrelMail Project Team
8 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @package squirrelmail
11 * @subpackage templates
15 * Return a string representing the priority of a message
17 function priorityStr($p) {
18 return sm_encode_html_special_chars(getPriorityStr($p));