Changeset b4d940b in github


Ignore:
Timestamp:
Oct 6, 2009 9:04:44 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
4411ea9
Parents:
6fff3c8
Message:
  • Fix newly attached files are not saved in drafts w/o editing any text (#1486202)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    rebf8726 rb4d940b  
    22=========================== 
    33 
     4- Fix newly attached files are not saved in drafts w/o editing any text (#1486202) 
    45- Added attachment upload indicator with parallel upload (#1486058) 
    56- Use default_charset for bodies of messages without charset definition (#1486187) 
  • program/js/app.js

    r01ffe03 rb4d940b  
    22842284    else 
    22852285      str += $("[name='_message']").val(); 
    2286      
     2286 
     2287    if (this.env.attachments) 
     2288      for (var upload_id in this.env.attachments) 
     2289        str += upload_id; 
     2290 
    22872291    if (save) 
    22882292      this.cmp_hash = str; 
    2289      
     2293 
    22902294    return str; 
    22912295    }; 
Note: See TracChangeset for help on using the changeset viewer.