Changeset 1416 in subversion
- Timestamp:
- May 21, 2008 4:35:32 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r1411 r1416 239 239 { 240 240 $action = $mbox==$CONFIG['drafts_mbox'] ? 'compose' : 'show'; 241 $uid_param = $mbox==$CONFIG['drafts_mbox'] ? '_draf _uid' : '_uid';241 $uid_param = $mbox==$CONFIG['drafts_mbox'] ? '_draft_uid' : '_uid'; 242 242 $cont = Q($IMAP->decode_header($header->$col)); 243 243 if (empty($cont)) $cont = Q(rcube_label('nosubject')); … … 331 331 { 332 332 $action = $mbox==$CONFIG['drafts_mbox'] ? 'compose' : 'show'; 333 $uid_param = $mbox==$CONFIG['drafts_mbox'] ? '_draf _uid' : '_uid';333 $uid_param = $mbox==$CONFIG['drafts_mbox'] ? '_draft_uid' : '_uid'; 334 334 $cont = Q($IMAP->decode_header($header->$col)); 335 335 if (!$cont) $cont = Q(rcube_label('nosubject'));
Note: See TracChangeset
for help on using the changeset viewer.
