소스 검색

rfc822_header stuff

to do: remove the imap_call because the information is already in the
rfc822_header
stekkel 23 년 전
부모
커밋
159a1cff1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/listcommands/setup.php

+ 1 - 1
plugins/listcommands/setup.php

@@ -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