diff options
author | thomascube <thomas@roundcube.net> | 2010-03-11 22:44:43 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-03-11 22:44:43 +0000 |
commit | bc404ffd41c3411510a022ae5b0c9f2bfe8f5db1 (patch) | |
tree | fb93534c5381332d04efe19e1d7f6f31b7558113 /program/lib/imap.inc | |
parent | 56505a11743d6869f6222f6b9467158edf295a44 (diff) |
Save draft information in one header; finally fixes #1486203
Diffstat (limited to 'program/lib/imap.inc')
-rw-r--r-- | program/lib/imap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/imap.inc b/program/lib/imap.inc index 2316e404b..1a6a7aca9 100644 --- a/program/lib/imap.inc +++ b/program/lib/imap.inc @@ -1451,7 +1451,7 @@ function iil_C_FetchHeaders(&$conn, $mailbox, $message_set, $uidfetch=false, $bo $request .= "(DATE FROM TO SUBJECT REPLY-TO IN-REPLY-TO CC BCC "; $request .= "CONTENT-TRANSFER-ENCODING CONTENT-TYPE MESSAGE-ID "; $request .= "REFERENCES DISPOSITION-NOTIFICATION-TO X-PRIORITY "; - $request .= "X-REPLY-UID X-FORWARD-UID".$add.")])"; + $request .= "X-DRAFT-INFO".$add.")])"; if (!iil_PutLine($fp, $request)) { return false; |