Commit Graph

1996 Commits

Author SHA1 Message Date
alecpl
2483a886ac -revert r1920 (as it breaks some things) 2008-10-03 06:29:58 +00:00
alecpl
7b77f2e83a - don't reload messages list if user clicks on (already) selected folder 2008-10-02 17:57:25 +00:00
alecpl
0e109cfd1b - revert wrong stuff from my tests that shouldn't be commited 2008-10-02 17:50:25 +00:00
alecpl
2c832e4519 - small improvement in getunread.inc + fix: don't call msglist_select() for getunread and check-recent actions 2008-10-02 17:26:16 +00:00
alecpl
fd51e0fea5 - Better handling of "no identity" and "no email in identity" situations (#1485117) 2008-10-01 14:57:43 +00:00
alecpl
f4b8681160 - Stop spellchecking when switching to html editor (#1485362) 2008-10-01 08:29:58 +00:00
alecpl
526d170e1d - Fix htmleditor spellchecking on MS Windows (#1485397) 2008-09-29 13:36:30 +00:00
alecpl
bf2f39ea6d - #1485290: Fix unread counter when displaying cached massage in preview panel
- remove some empty lines in app.js
2008-09-29 13:02:02 +00:00
alecpl
07d36706e5 #1485403: fix "bolding" of folder with subfolders with more than two levels 2008-09-23 18:01:09 +00:00
alecpl
25c35c81e1 - added set_message, set_message_icon and set_message_status functions
- icon setting more unified + some small fixes/typos
- get rid of *_from_preview() functions
 (Thomas, don't be mad, it was truly tested ;))
2008-09-19 16:14:10 +00:00
thomascube
633142fa6b Prevent drag layer from wrapping lines 2008-09-18 20:16:27 +00:00
svncommit
cc0d55cbcb Revert r1821; already fixed in r1819. 2008-09-18 11:51:26 +00:00
svncommit
c41ae1053d Update page buttons and counter after updating new mail count. 2008-09-18 11:50:25 +00:00
svncommit
cd6422ba07 Do not grab complete focus. 2008-09-18 11:46:43 +00:00
alecpl
095d05ef00 #1484805: fix next/last page buttons when new message is added to the list + remove last message 2008-09-18 10:14:16 +00:00
svncommit
8b7f5a3792 Workaround a (possible) IE bug (#1485309). 2008-09-17 11:22:05 +00:00
alecpl
d93fc991a8 - Display progress message for folders create/delete/rename operations (#1485357) 2008-09-17 07:01:11 +00:00
alecpl
d734041f00 - Added icons for forwarded/forwarded+replied messages (#1485257) 2008-09-16 18:05:25 +00:00
alecpl
491a6e2901 - Allow and use spellcheck attribute for input/textarea fields (#1485060) 2008-09-16 13:58:17 +00:00
thomascube
f645ce169e Redesign of the identities settings + add config option to disable multiple identities 2008-09-15 14:53:57 +00:00
alecpl
108d3b0836 - remove not used function 2008-09-14 08:35:03 +00:00
alecpl
3bd94b142e - use html2text for signatures in Settings/Identities 2008-09-14 08:34:11 +00:00
alecpl
4c70d1f9a2 -#1485349: fixed getElementById wrapper for IE 2008-09-13 17:09:02 +00:00
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