Ignore:
Timestamp:
Sep 30, 2011 11:22:08 AM (20 months ago)
Author:
thomasb
Message:

Restrict folders list to write-only in selectors for special folders and save-message-to option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/compose.inc

    r5280 r5297  
    13841384  $select = rcmail_mailbox_select(array_merge($attrib, array( 
    13851385    'noselection' => '- '.rcube_label('dontsave').' -', 
    1386     'folder_filter' => 'mail' 
     1386    'folder_filter' => 'mail', 
     1387    'folder_rights' => 'w', 
    13871388  ))); 
    13881389  return $select->show($_SESSION['compose']['param']['sent_mbox'], $attrib); 
Note: See TracChangeset for help on using the changeset viewer.