Changeset b4d940b in github
- Timestamp:
- Oct 6, 2009 9:04:44 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4411ea9
- Parents:
- 6fff3c8
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rebf8726 rb4d940b 2 2 =========================== 3 3 4 - Fix newly attached files are not saved in drafts w/o editing any text (#1486202) 4 5 - Added attachment upload indicator with parallel upload (#1486058) 5 6 - Use default_charset for bodies of messages without charset definition (#1486187) -
program/js/app.js
r01ffe03 rb4d940b 2284 2284 else 2285 2285 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 2287 2291 if (save) 2288 2292 this.cmp_hash = str; 2289 2293 2290 2294 return str; 2291 2295 };
Note: See TracChangeset
for help on using the changeset viewer.
