Commit graph

14888 commits

Author SHA1 Message Date
Fredrik Jervfors
ccaedb6a67 Move the copyright update script to a file of its own 2013-07-28 23:33:12 +00:00
Fredrik Jervfors
437abf82cf Add a descriptive comment to the update copyright script 2013-07-28 23:32:49 +00:00
Fredrik Jervfors
c076a1f1ae Update copyright 2013-07-26 17:31:02 +00:00
Fredrik Jervfors
8eee46c5ca Update copyright 2013-07-26 17:24:23 +00:00
pdontthink
70fcd2f2ea Note a bug 2013-06-19 07:44:53 +00:00
pdontthink
810bfeb91a Note a bug 2013-06-19 07:44:28 +00:00
pdontthink
47cddde346 Allow more liberal reuse of tokens to avoid cross-frame conflicts 2013-06-18 04:20:50 +00:00
pdontthink
658a7a5db6 Allow more liberal reuse of tokens to avoid cross-frame conflicts 2013-06-18 04:16:49 +00:00
pdontthink
97998c6c5b When replying to original recipient, also reset the identity used to send the mail from 2013-06-17 20:31:07 +00:00
pdontthink
ff3fcf46d0 When replying to original recipient, also reset the identity used to send the mail from 2013-06-17 20:31:05 +00:00
pdontthink
1dac7861bd When using reply-all to reply to single-recipient message, make sure we still use the original recipient 2013-06-17 20:27:22 +00:00
pdontthink
5f3ee43156 When using reply-all to reply to single-recipient message, make sure we still use the original recipient 2013-06-17 20:27:15 +00:00
pdontthink
317005c457 Reply to original recipient functionality should be consistent, even if original recipient also happens to be one of our identities 2013-06-17 20:20:22 +00:00
pdontthink
ca810c27ca Reply to original recipient functionality should be consistent, even if original recipient also happens to be one of our identities 2013-06-17 20:19:59 +00:00
pdontthink
0a8b388ca9 Remove ancient code that tried to set the default identity to match the FROM header of the message being replied to. This makes no sense and is superceded by the identities match that occurs immediately below. 2013-06-17 18:43:49 +00:00
pdontthink
79a08297a9 Remove ancient code that tried to set the default identity to match the FROM header of the message being replied to. This makes no sense and is superceded by the identities match that occurs immediately below. 2013-06-17 18:43:34 +00:00
pdontthink
aaa03f6a93 findAddress() can return FALSE as well as zero 2013-06-17 18:39:19 +00:00
pdontthink
2363ec5810 findAddress() can return FALSE as well as zero 2013-06-17 18:39:02 +00:00
pdontthink
d16f5f9857 Fix sloppy use of nearly identical variable names 2013-06-17 18:35:19 +00:00
pdontthink
19ce3559c3 Document the findAddress function 2013-06-17 18:34:47 +00:00
pdontthink
782b8ee337 Fix sloppy use of nearly identical variable names 2013-06-17 18:34:16 +00:00
pdontthink
4df49402b3 Document the findAddress function 2013-06-17 18:32:33 +00:00
pdontthink
62ffdf3f37 Remove unused code 2013-06-17 17:43:53 +00:00
pdontthink
ea8c96ac46 Add id attributes to form inputs 2013-06-15 01:49:02 +00:00
pdontthink
5a57c5fbed Improve usability of attachment checkboxes 2013-06-14 23:04:58 +00:00
pdontthink
d558b3bc4d Improve usability of attachment checkboxes 2013-06-14 22:24:47 +00:00
pdontthink
9f14ea87ab Buy a little more space 2013-06-11 04:57:32 +00:00
pdontthink
280174bf86 Be consistent with case 2013-06-11 03:56:12 +00:00
pdontthink
29325387ce Clarify mechanism 2013-05-30 16:43:33 +00:00
Thijs Kinkhorst
6958cd07e8 Remove use of deprecated /e modifier in preg_replace.
This modifier starts generating Deprecated notices from PHP 5.5.
2013-05-16 12:16:58 +00:00
Thijs Kinkhorst
e75d2459cf Remove use of deprecated /e modifier in preg_replace.
This modifier starts generating Deprecated notices from PHP 5.5.
2013-05-16 12:14:48 +00:00
pdontthink
e8d8dc0eaa Fix error caused by typo of variable name 2013-05-15 20:33:11 +00:00
Fredrik Jervfors
2d2a0eb7a6 Set svn:keywords 2013-03-29 12:59:33 +00:00
Fredrik Jervfors
18310dc674 Set svn:keywords
This isn't just the files I committed in 14354.
2013-03-29 12:54:24 +00:00
Fredrik Jervfors
7cf3e48ede Resetting $Id$
Subversion expands the $Id$ keyword anchor to a string, but some files
in this repository have strings instead of keyword anchors.
2013-03-29 11:42:41 +00:00
Fredrik Jervfors
703f538bea Resetting $Id$
Subversion expands the $Id$ keyword anchor to a string, but some files
in this repository have strings instead of keyword anchors.
2013-03-29 11:35:02 +00:00
pdontthink
610fa35dc9 2013-03-16 03:44:51 +00:00
pdontthink
7fc936d4eb 2013-03-16 03:44:20 +00:00
pdontthink
5439afdb6a Add Solarized Light and Dark themes by Pavneet Arora, although themes not used/migrated in 1.5.2 2013-03-16 03:42:24 +00:00
pdontthink
b9bfa718a3 Add Solarized Light and Solarized Dark themes, by Pavneet Arora 2013-03-16 03:13:41 +00:00
Fredrik Jervfors
ad123e054c Add more RFCs 2013-03-14 17:37:22 +00:00
Thijs Kinkhorst
67336076f6 clean up code commented out since 8 y 2013-01-15 15:58:43 +00:00
Thijs Kinkhorst
7dc765c3bc cleanup code commented out since 8 y 2013-01-15 15:57:39 +00:00
Thijs Kinkhorst
efd75f4867 Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
New function sm_encode_html_special_chars() encodes HTML special
characters by calling htmlspecialchars(). It sets the character set
to ISO-8859-1, to fix compatibility with PHP >= 5.4.

Patch by Paul Lesniewski.

See #3491925
2012-12-09 12:06:30 +00:00
Thijs Kinkhorst
b97a5fc331 Replace calls to htmlspecialchars() with sm_encode_html_special_chars().
New function sm_encode_html_special_chars() encodes HTML special
characters by calling htmlspecialchars(). It sets the character set
to ISO-8859-1, to fix compatibility with PHP >= 5.4.

See #3491925
2012-12-09 11:58:17 +00:00
pdontthink
dbb665c8c8 Use sqsession_* instead of session_* 2012-09-18 17:43:15 +00:00
pdontthink
cb6497609d Use sqsession_* instead of session_* 2012-09-18 17:42:11 +00:00
pdontthink
62d7075787 For DSN values, allow current value to remain if no changes made 2012-09-09 22:46:38 +00:00
pdontthink
7fb213ef0e For DSN values, allow current value to remain if no changes made 2012-09-09 22:39:25 +00:00
pdontthink
56dd93f889 Prevent endless recursive sent subfolder names - see: http://thread.gmane.org/gmane.mail.squirrelmail.user/39178 2012-08-29 17:03:09 +00:00