|
@@ -24,7 +24,7 @@ function plugin_listcommands_menu() {
|
|
|
global $imapConnection, $passed_id, $color, $mailbox,
|
|
|
$message, $ent_num, $priority_level, $compose_new_win, $uid_support;
|
|
|
|
|
|
- $subject = trim($message->header->subject);
|
|
|
+ $subject = trim($message->rfc822_header->subject);
|
|
|
|
|
|
/**
|
|
|
* Array of commands we can deal with from the header. The Reply option
|