calcMessageListColumnWidth (line
19)
array
calcMessageListColumnWidth
(array $aOrder)
getAttachmentIcon (line
192)
Function to retrieve correct attchment icon based on user prefs
string
getAttachmentIcon
(boolean $attach, string $icon_theme_path)
-
boolean
$attach: TRUE if the message has an attachment
-
string
$icon_theme_path: path to user's currently selected icon theme.
Function to retrieve correct icon based on provided message flags. This is a merge/replacement for getFlagIcon() and getFlagText() functions.
string
getFlagIcon
(array $aFlags, string $icon_theme_path)
-
array
$aFlags: associative array with seen,deleted,anwered and flag keys.
-
string
$icon_theme_path: path to user's currently selected icon theme.
getPriorityIcon (line
165)
Function to retrieve correct priority icon based on user prefs
string
getPriorityIcon
(integer $priority, string $icon_theme_path)
-
integer
$priority: priority value of message
-
string
$icon_theme_path: path to user's currently selected icon theme.