Commit Graph

273 Commits

Author SHA1 Message Date
alecpl
a980cb8575 - don't lock interface when loading headers 2008-09-13 13:51:44 +00:00
alecpl
6d89d65cd8 -better getElementById wrapper for IE 2008-09-12 18:06:05 +00:00
alecpl
bafadd89d7 - getElementById() case-sensitive hack for IE 2008-09-12 17:31:23 +00:00
thomascube
203ee44470 Add link to open message in new window + tweaked some header styles 2008-09-12 12:27:46 +00:00
alecpl
e5686f4a01 - Added vertical splitter for folders list resizing
- Added possibility to view all headers in message view
- Fixed splitter drag/resize on Opera (#1485170)
- debug console css fixes for IE
2008-09-12 12:13:13 +00:00
thomascube
f89f03cd6a Refactor drag & drop functionality. Don't rely on browser events anymore (#1484453) 2008-09-12 11:12:05 +00:00
thomascube
835ae8516a Fix some recently introduced bugs 2008-09-10 15:49:14 +00:00
thomascube
f9365018cb Make xmlhttp requests asynchronous + show message on error 2008-09-10 14:42:14 +00:00
thomascube
6e6e89324c Capture backspace key in list mode (#1484566) 2008-09-05 10:32:25 +00:00
thomascube
a6d7a9f791 Better title for export icon + include source in export url 2008-09-05 09:41:27 +00:00
thomascube
0dbac32181 Enable export of contacts as vCard + DRY 2008-09-04 18:20:27 +00:00
thomascube
c8ae2497b7 Auto-detect client language and timezone if desired by config/prefs 2008-09-03 16:03:19 +00:00
thomascube
ed132eddea New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation 2008-09-02 17:22:00 +00:00
thomascube
df0dd4f4ba Don't count myself 2008-08-29 15:24:50 +00:00
thomascube
85360dc8df Fix unread count display: save counts in list, use the right vars 2008-08-29 14:10:18 +00:00
thomascube
5907c56e4d Select parent folder when collapsing if one of its childs is currently selected 2008-08-29 13:40:50 +00:00
svncommit
835a0cabaa Only count children's unread if they exist. 2008-08-29 13:36:56 +00:00
svncommit
cca626ef7e Show unread counters the way Thunderbird does. 2008-08-29 13:17:37 +00:00
svncommit
7f9d71bf1f Display sum of subfolders unread count for collapsed folder. 2008-08-29 07:48:23 +00:00
alecpl
53bd8fae60 - fixed html signatures replacement in text mode 2008-08-29 06:49:29 +00:00
alecpl
910d07e300 - signature in html editor must be in <div> not <span>, because
IE not allows to include block elements inside <span>
- if identity has no signature, replace previous with empty div
2008-08-29 06:44:09 +00:00
alecpl
acbc487af0 - fixed unread count on mailboxlist broken in r1687 2008-08-28 12:00:20 +00:00
svncommit
f5aa16541e Add folder hierarchy collapsing. 2008-08-28 08:15:31 +00:00
thomascube
9e7a1b4167 Better fix for keyboard controls; does not disable all kind of keyboard events 2008-08-22 10:54:45 +00:00
thomascube
26f5b0935e Fix keyboard control of the list widgets and prevent Safari from scrolling (#1485279) 2008-08-22 10:37:48 +00:00
alecpl
f74b283fd4 - Fix buttons status after contacts deletion (#1485233) 2008-08-22 07:39:51 +00:00
thomascube
ae8237334f Add (a bunch of) language packs for tinyMCE 2008-08-18 12:08:32 +00:00
thomascube
ded713982e Respect spellcheck_uri in tinyMCE spellchecker (#1484196) 2008-08-15 22:00:33 +00:00
thomascube
4ca10b8d51 Enable spellchecker for HTML editor 2008-08-15 21:47:31 +00:00
thomascube
ac5d15de29 Added template object for current mailbox name (#1485256) 2008-08-14 11:27:16 +00:00
alecpl
9a5762a4de #1485242: better handling of situation when message was sent successfully but cannot be saved 2008-08-13 17:00:35 +00:00
thomascube
d224551cfb Fix read_when_deleted behavior + javascript codestyle 2008-07-31 15:23:06 +00:00
alecpl
3ac95d5a67 #1485230: allow only images (by filename extension) in tinyMCE's images selector 2008-07-28 06:43:02 +00:00
alecpl
5f0724f8ad #1485143: fixed empty body validation errors on IE 2008-07-25 18:42:56 +00:00
alecpl
94e38bbc1e #1485227: fixed image list in image popup 2008-07-24 07:02:17 +00:00
alecpl
808fb26b61 #1485173: fixed empty body check 2008-07-21 11:14:24 +00:00
alecpl
18240a9201 - Updated TinyMCE to version 3.1.0.1 2008-07-18 14:59:01 +00:00
alecpl
e189a6ca18 - Added flag column on messages list (#1484623) 2008-06-30 09:36:18 +00:00
alecpl
ddd776b2a3 - Allow trash/junk subfolders to be purged (#1485085) 2008-06-24 13:04:57 +00:00
thomascube
4e59f63323 Lock UI when posting rename-folder request 2008-06-20 08:47:05 +00:00
thomascube
62e43d2c1a Complete implementation of #1484601: add link for saving sender to address book and reload message 2008-06-14 17:35:26 +00:00
alecpl
712b30dd2d - Added option to display images in messages from known senders (#1484601) 2008-06-13 12:57:52 +00:00
alecpl
e9b57bb874 - #1484816: keypress (not keydown) for repeat 2008-06-12 06:47:20 +00:00
alecpl
d87fc29fee - don't call expunge and don't remove message row after message move
if flag_for_deletion is set to true (#1485002)
2008-06-11 19:26:08 +00:00
alecpl
287227502a - focus the list after drag&drop 2008-06-11 19:09:15 +00:00
alecpl
c5fb694f36 #1484856 2008-06-02 12:24:31 +00:00
alecpl
065f2762f2 -fix for backslash in folder name 2008-06-02 11:33:54 +00:00
thomascube
134eafd5b8 Tell the user which character is forbidden + add translation 2008-05-30 13:27:13 +00:00
alecpl
6eaac22d32 - Disallowed delimiter in folder name (#1484803) 2008-05-30 11:52:15 +00:00
alecpl
681a59fa52 - Support for subfolders in default/protected folders (#1484665) 2008-05-30 10:35:19 +00:00