Changeset 10a69975 in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Nov 6, 2005 2:26:45 PM (8 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
e66f5b4
Parents:
e0ddd4e
Message:

Added localized messages to client and check form input

File:
1 edited

Legend:

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

    r317219d r10a69975  
    3131if (!is_array($_SESSION['compose'])) 
    3232  $_SESSION['compose'] = array('id' => uniqid(rand())); 
     33 
     34 
     35// add some labels to client 
     36rcube_add_label('nosubject', 'norecipientwarning', 'nosubjectwarning', 'nobodywarning', 'sendingmessage'); 
    3337 
    3438 
Note: See TracChangeset for help on using the changeset viewer.