View | Details | Raw Unified | Return to bug 76584
Collapse All | Expand All

(-)squirrelmail/Makefile (-2 / +5 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	squirrelmail
8
PORTNAME=	squirrelmail
9
PORTVERSION?=	1.4.3a
9
PORTVERSION?=	1.4.4.rc1
10
PORTREVISION?=	5
10
#PORTREVISION?=	5
11
CATEGORIES?=	mail www
11
CATEGORIES?=	mail www
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	squirrelmail
13
MASTER_SITE_SUBDIR=	squirrelmail
14
DISTFILES=	${PORTNAME}-1.4.4-rc1${EXTRACT_SUFX}
14
15
15
MAINTAINER?=	simond@irrelevant.org
16
MAINTAINER?=	simond@irrelevant.org
16
COMMENT?=	A webmail system which accesses mail over IMAP
17
COMMENT?=	A webmail system which accesses mail over IMAP
18
19
WRKSRC=	${WRKDIR}/${PORTNAME}-1.4.4-rc1
17
20
18
CONFLICTS?=	ja-squirrelmail-1.*
21
CONFLICTS?=	ja-squirrelmail-1.*
19
22
(-)squirrelmail/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (squirrelmail-1.4.3a.tar.bz2) = 9564fed8b8dc6fc75d5ac31825569a77
1
MD5 (squirrelmail-1.4.4-rc1.tar.bz2) = b17478106aab5abc6cfd824fffd310f0
2
SIZE (squirrelmail-1.4.3a.tar.bz2) = 2254039
2
SIZE (squirrelmail-1.4.4-rc1.tar.bz2) = 468122
(-)squirrelmail/files/patch-sm143a-xss.diff (-28 lines)
Lines 1-28 Link Here
1
diff -urN functions/mime.php functions/mime.php
2
--- functions/mime.php	2004-05-23 19:14:11.000000000 +0300
3
+++ functions/mime.php	2004-11-03 19:16:50.000000000 +0200
4
@@ -602,13 +602,22 @@
5
             }
6
             $iLastMatch = $i;
7
             $j = $i;
8
-            $ret .= $res[1];
9
+            if ($htmlsave) {
10
+                $ret .= htmlspecialchars($res[1]);
11
+            } else {
12
+                $ret .= $res[1];
13
+            }
14
             $encoding = ucfirst($res[3]);
15
             switch ($encoding)
16
             {
17
             case 'B':
18
                 $replace = base64_decode($res[4]);
19
-                $ret .= charset_decode($res[2],$replace);
20
+                if ($utfencode) {
21
+                    $replace = charset_decode($res[2],$replace);
22
+                } elseif ($htmlsave) {
23
+                    $replace = htmlspecialchars($replace);
24
+                }
25
+                $ret .= $replace;
26
                 break;
27
             case 'Q':
28
                 $replace = str_replace('_', ' ', $res[4]);
(-)squirrelmail/pkg-plist (-481 / +44 lines)
Lines 7-13 Link Here
7
%%PORTDOCS%%%%DOCSDIR%%/README.themes
7
%%PORTDOCS%%%%DOCSDIR%%/README.themes
8
%%PORTDOCS%%%%DOCSDIR%%/README.russian_apache
8
%%PORTDOCS%%%%DOCSDIR%%/README.russian_apache
9
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes-%%PORTVERSION%%
9
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes-%%PORTVERSION%%
10
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE
11
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.2/Notes-1.2.0.txt
10
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.2/Notes-1.2.0.txt
12
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.2/Notes-1.2.1.txt
11
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.2/Notes-1.2.1.txt
13
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.2/Notes-1.2.2.txt
12
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.2/Notes-1.2.2.txt
Lines 22-30 Link Here
22
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.1.txt
21
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.1.txt
23
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.2.txt
22
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.2.txt
24
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.3.txt
23
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.3.txt
24
%%PORTDOCS%%%%DOCSDIR%%/ReleaseNotes/1.4/Notes-1.4.3a.txt
25
%%PORTDOCS%%%%DOCSDIR%%/addressbook.txt
25
%%PORTDOCS%%%%DOCSDIR%%/addressbook.txt
26
%%PORTDOCS%%%%DOCSDIR%%/authentication.txt
26
%%PORTDOCS%%%%DOCSDIR%%/authentication.txt
27
%%PORTDOCS%%%%DOCSDIR%%/compose.txt
28
%%PORTDOCS%%%%DOCSDIR%%/db-backend.txt
27
%%PORTDOCS%%%%DOCSDIR%%/db-backend.txt
29
%%PORTDOCS%%%%DOCSDIR%%/ie_ssl.txt
28
%%PORTDOCS%%%%DOCSDIR%%/ie_ssl.txt
30
%%PORTDOCS%%%%DOCSDIR%%/index.html
29
%%PORTDOCS%%%%DOCSDIR%%/index.html
Lines 56-66 Link Here
56
%%PORTDOCS%%%%DOCSDIR%%/plugins/squirrelspell/UPGRADING
55
%%PORTDOCS%%%%DOCSDIR%%/plugins/squirrelspell/UPGRADING
57
%%PORTDOCS%%%%DOCSDIR%%/plugins/translate/INSTALL
56
%%PORTDOCS%%%%DOCSDIR%%/plugins/translate/INSTALL
58
%%PORTDOCS%%%%DOCSDIR%%/plugins/translate/README
57
%%PORTDOCS%%%%DOCSDIR%%/plugins/translate/README
58
%%PORTDOCS%%%%DOCSDIR%%/presets.txt
59
%%PORTDOCS%%%%DOCSDIR%%/rfc_documents.txt
59
%%PORTDOCS%%%%DOCSDIR%%/rfc_documents.txt
60
%%PORTDOCS%%%%DOCSDIR%%/themes.txt
60
%%PORTDOCS%%%%DOCSDIR%%/themes.txt
61
%%PORTDOCS%%%%DOCSDIR%%/translating.txt
61
%%PORTDOCS%%%%DOCSDIR%%/translating.txt
62
%%PORTDOCS%%%%DOCSDIR%%/translating_help.txt
62
%%PORTDOCS%%%%DOCSDIR%%/translating_help.txt
63
%%PORTDOCS%%%%DOCSDIR%%/tree.txt
63
%%PORTDOCS%%%%DOCSDIR%%/tree.txt
64
%%PORTDOCS%%%%DOCSDIR%%/UPGRADE
64
%%SQUIRRELDIR%%/class/deliver/Deliver.class.php
65
%%SQUIRRELDIR%%/class/deliver/Deliver.class.php
65
%%SQUIRRELDIR%%/class/deliver/Deliver_IMAP.class.php
66
%%SQUIRRELDIR%%/class/deliver/Deliver_IMAP.class.php
66
%%SQUIRRELDIR%%/class/deliver/Deliver_SMTP.class.php
67
%%SQUIRRELDIR%%/class/deliver/Deliver_SMTP.class.php
Lines 88-94 Link Here
88
%%SQUIRRELDIR%%/data/default_pref
89
%%SQUIRRELDIR%%/data/default_pref
89
%%SQUIRRELDIR%%/data/index.php
90
%%SQUIRRELDIR%%/data/index.php
90
%%SQUIRRELDIR%%/functions/abook_database.php
91
%%SQUIRRELDIR%%/functions/abook_database.php
91
%%SQUIRRELDIR%%/functions/abook_global_file.php
92
%%SQUIRRELDIR%%/functions/abook_ldap_server.php
92
%%SQUIRRELDIR%%/functions/abook_ldap_server.php
93
%%SQUIRRELDIR%%/functions/abook_local_file.php
93
%%SQUIRRELDIR%%/functions/abook_local_file.php
94
%%SQUIRRELDIR%%/functions/addressbook.php
94
%%SQUIRRELDIR%%/functions/addressbook.php
Lines 97-110 Link Here
97
%%SQUIRRELDIR%%/functions/constants.php
97
%%SQUIRRELDIR%%/functions/constants.php
98
%%SQUIRRELDIR%%/functions/date.php
98
%%SQUIRRELDIR%%/functions/date.php
99
%%SQUIRRELDIR%%/functions/db_prefs.php
99
%%SQUIRRELDIR%%/functions/db_prefs.php
100
%%SQUIRRELDIR%%/functions/decode/big5.php
101
%%SQUIRRELDIR%%/functions/decode/cp10000.php
102
%%SQUIRRELDIR%%/functions/decode/cp10006.php
103
%%SQUIRRELDIR%%/functions/decode/cp10007.php
104
%%SQUIRRELDIR%%/functions/decode/cp10017.php
105
%%SQUIRRELDIR%%/functions/decode/cp10029.php
106
%%SQUIRRELDIR%%/functions/decode/cp10079.php
107
%%SQUIRRELDIR%%/functions/decode/cp10081.php
108
%%SQUIRRELDIR%%/functions/decode/cp1250.php
100
%%SQUIRRELDIR%%/functions/decode/cp1250.php
109
%%SQUIRRELDIR%%/functions/decode/cp1251.php
101
%%SQUIRRELDIR%%/functions/decode/cp1251.php
110
%%SQUIRRELDIR%%/functions/decode/cp1252.php
102
%%SQUIRRELDIR%%/functions/decode/cp1252.php
Lines 116-143 Link Here
116
%%SQUIRRELDIR%%/functions/decode/cp1258.php
108
%%SQUIRRELDIR%%/functions/decode/cp1258.php
117
%%SQUIRRELDIR%%/functions/decode/cp855.php
109
%%SQUIRRELDIR%%/functions/decode/cp855.php
118
%%SQUIRRELDIR%%/functions/decode/cp866.php
110
%%SQUIRRELDIR%%/functions/decode/cp866.php
119
%%SQUIRRELDIR%%/functions/decode/gb2312.php
111
%%SQUIRRELDIR%%/functions/decode/iso_ir_111.php
120
%%SQUIRRELDIR%%/functions/decode/iso-ir-111.php
112
%%SQUIRRELDIR%%/functions/decode/iso_8859_1.php
121
%%SQUIRRELDIR%%/functions/decode/iso8859-1.php
113
%%SQUIRRELDIR%%/functions/decode/iso_8859_10.php
122
%%SQUIRRELDIR%%/functions/decode/iso8859-10.php
114
%%SQUIRRELDIR%%/functions/decode/iso_8859_11.php
123
%%SQUIRRELDIR%%/functions/decode/iso8859-11.php
115
%%SQUIRRELDIR%%/functions/decode/iso_8859_13.php
124
%%SQUIRRELDIR%%/functions/decode/iso8859-13.php
116
%%SQUIRRELDIR%%/functions/decode/iso_8859_14.php
125
%%SQUIRRELDIR%%/functions/decode/iso8859-14.php
117
%%SQUIRRELDIR%%/functions/decode/iso_8859_15.php
126
%%SQUIRRELDIR%%/functions/decode/iso8859-15.php
118
%%SQUIRRELDIR%%/functions/decode/iso_8859_16.php
127
%%SQUIRRELDIR%%/functions/decode/iso8859-16.php
119
%%SQUIRRELDIR%%/functions/decode/iso_8859_2.php
128
%%SQUIRRELDIR%%/functions/decode/iso8859-2.php
120
%%SQUIRRELDIR%%/functions/decode/iso_8859_3.php
129
%%SQUIRRELDIR%%/functions/decode/iso8859-3.php
121
%%SQUIRRELDIR%%/functions/decode/iso_8859_4.php
130
%%SQUIRRELDIR%%/functions/decode/iso8859-4.php
122
%%SQUIRRELDIR%%/functions/decode/iso_8859_5.php
131
%%SQUIRRELDIR%%/functions/decode/iso8859-5.php
123
%%SQUIRRELDIR%%/functions/decode/iso_8859_6.php
132
%%SQUIRRELDIR%%/functions/decode/iso8859-6.php
124
%%SQUIRRELDIR%%/functions/decode/iso_8859_7.php
133
%%SQUIRRELDIR%%/functions/decode/iso8859-7.php
125
%%SQUIRRELDIR%%/functions/decode/iso_8859_8.php
134
%%SQUIRRELDIR%%/functions/decode/iso8859-8.php
126
%%SQUIRRELDIR%%/functions/decode/iso_8859_9.php
135
%%SQUIRRELDIR%%/functions/decode/iso8859-9.php
127
%%SQUIRRELDIR%%/functions/decode/koi8_r.php
136
%%SQUIRRELDIR%%/functions/decode/koi8-r.php
128
%%SQUIRRELDIR%%/functions/decode/koi8_u.php
137
%%SQUIRRELDIR%%/functions/decode/koi8-u.php
129
%%SQUIRRELDIR%%/functions/decode/ns_4551_1.php
138
%%SQUIRRELDIR%%/functions/decode/tis620.php
130
%%SQUIRRELDIR%%/functions/decode/tis_620.php
139
%%SQUIRRELDIR%%/functions/decode/utf-8.php
131
%%SQUIRRELDIR%%/functions/decode/us_ascii.php
132
%%SQUIRRELDIR%%/functions/decode/utf_8.php
140
%%SQUIRRELDIR%%/functions/display_messages.php
133
%%SQUIRRELDIR%%/functions/display_messages.php
134
%%SQUIRRELDIR%%/functions/encode/cp1251.php
135
%%SQUIRRELDIR%%/functions/encode/cp1255.php
136
%%SQUIRRELDIR%%/functions/encode/cp1256.php
137
%%SQUIRRELDIR%%/functions/encode/iso_8859_1.php
138
%%SQUIRRELDIR%%/functions/encode/iso_8859_15.php
139
%%SQUIRRELDIR%%/functions/encode/iso_8859_2.php
140
%%SQUIRRELDIR%%/functions/encode/iso_8859_7.php
141
%%SQUIRRELDIR%%/functions/encode/iso_8859_9.php
142
%%SQUIRRELDIR%%/functions/encode/koi8_r.php
143
%%SQUIRRELDIR%%/functions/encode/koi8_u.php
144
%%SQUIRRELDIR%%/functions/encode/tis_620.php
145
%%SQUIRRELDIR%%/functions/encode/us_ascii.php
146
%%SQUIRRELDIR%%/functions/encode/utf_8.php
141
%%SQUIRRELDIR%%/functions/file_prefs.php
147
%%SQUIRRELDIR%%/functions/file_prefs.php
142
%%SQUIRRELDIR%%/functions/forms.php
148
%%SQUIRRELDIR%%/functions/forms.php
143
%%SQUIRRELDIR%%/functions/gettext.php
149
%%SQUIRRELDIR%%/functions/gettext.php
Lines 161-220 Link Here
161
%%SQUIRRELDIR%%/functions/strings.php
167
%%SQUIRRELDIR%%/functions/strings.php
162
%%SQUIRRELDIR%%/functions/tree.php
168
%%SQUIRRELDIR%%/functions/tree.php
163
%%SQUIRRELDIR%%/functions/url_parser.php
169
%%SQUIRRELDIR%%/functions/url_parser.php
164
%%SQUIRRELDIR%%/help/bg_BG/FAQ.hlp
165
%%SQUIRRELDIR%%/help/bg_BG/addresses.hlp
166
%%SQUIRRELDIR%%/help/bg_BG/basic.hlp
167
%%SQUIRRELDIR%%/help/bg_BG/compose.hlp
168
%%SQUIRRELDIR%%/help/bg_BG/folders.hlp
169
%%SQUIRRELDIR%%/help/bg_BG/main_folder.hlp
170
%%SQUIRRELDIR%%/help/bg_BG/options.hlp
171
%%SQUIRRELDIR%%/help/bg_BG/read_mail.hlp
172
%%SQUIRRELDIR%%/help/bg_BG/search.hlp
173
%%SQUIRRELDIR%%/help/ca_ES/FAQ.hlp
174
%%SQUIRRELDIR%%/help/ca_ES/addresses.hlp
175
%%SQUIRRELDIR%%/help/ca_ES/basic.hlp
176
%%SQUIRRELDIR%%/help/ca_ES/compose.hlp
177
%%SQUIRRELDIR%%/help/ca_ES/folders.hlp
178
%%SQUIRRELDIR%%/help/ca_ES/main_folder.hlp
179
%%SQUIRRELDIR%%/help/ca_ES/options.hlp
180
%%SQUIRRELDIR%%/help/ca_ES/read_mail.hlp
181
%%SQUIRRELDIR%%/help/ca_ES/search.hlp
182
%%SQUIRRELDIR%%/help/cs_CZ/FAQ.hlp
183
%%SQUIRRELDIR%%/help/cs_CZ/addresses.hlp
184
%%SQUIRRELDIR%%/help/cs_CZ/basic.hlp
185
%%SQUIRRELDIR%%/help/cs_CZ/compose.hlp
186
%%SQUIRRELDIR%%/help/cs_CZ/folders.hlp
187
%%SQUIRRELDIR%%/help/cs_CZ/main_folder.hlp
188
%%SQUIRRELDIR%%/help/cs_CZ/options.hlp
189
%%SQUIRRELDIR%%/help/cs_CZ/read_mail.hlp
190
%%SQUIRRELDIR%%/help/cs_CZ/search.hlp
191
%%SQUIRRELDIR%%/help/da_DK/FAQ.hlp
192
%%SQUIRRELDIR%%/help/da_DK/addresses.hlp
193
%%SQUIRRELDIR%%/help/da_DK/basic.hlp
194
%%SQUIRRELDIR%%/help/da_DK/compose.hlp
195
%%SQUIRRELDIR%%/help/da_DK/folders.hlp
196
%%SQUIRRELDIR%%/help/da_DK/main_folder.hlp
197
%%SQUIRRELDIR%%/help/da_DK/options.hlp
198
%%SQUIRRELDIR%%/help/da_DK/read_mail.hlp
199
%%SQUIRRELDIR%%/help/da_DK/search.hlp
200
%%SQUIRRELDIR%%/help/de_DE/FAQ.hlp
201
%%SQUIRRELDIR%%/help/de_DE/addresses.hlp
202
%%SQUIRRELDIR%%/help/de_DE/basic.hlp
203
%%SQUIRRELDIR%%/help/de_DE/compose.hlp
204
%%SQUIRRELDIR%%/help/de_DE/folders.hlp
205
%%SQUIRRELDIR%%/help/de_DE/main_folder.hlp
206
%%SQUIRRELDIR%%/help/de_DE/options.hlp
207
%%SQUIRRELDIR%%/help/de_DE/read_mail.hlp
208
%%SQUIRRELDIR%%/help/de_DE/search.hlp
209
%%SQUIRRELDIR%%/help/en_GB/FAQ.hlp
210
%%SQUIRRELDIR%%/help/en_GB/addresses.hlp
211
%%SQUIRRELDIR%%/help/en_GB/basic.hlp
212
%%SQUIRRELDIR%%/help/en_GB/compose.hlp
213
%%SQUIRRELDIR%%/help/en_GB/folders.hlp
214
%%SQUIRRELDIR%%/help/en_GB/main_folder.hlp
215
%%SQUIRRELDIR%%/help/en_GB/options.hlp
216
%%SQUIRRELDIR%%/help/en_GB/read_mail.hlp
217
%%SQUIRRELDIR%%/help/en_GB/search.hlp
218
%%SQUIRRELDIR%%/help/en_US/FAQ.hlp
170
%%SQUIRRELDIR%%/help/en_US/FAQ.hlp
219
%%SQUIRRELDIR%%/help/en_US/addresses.hlp
171
%%SQUIRRELDIR%%/help/en_US/addresses.hlp
220
%%SQUIRRELDIR%%/help/en_US/basic.hlp
172
%%SQUIRRELDIR%%/help/en_US/basic.hlp
Lines 224-410 Link Here
224
%%SQUIRRELDIR%%/help/en_US/options.hlp
176
%%SQUIRRELDIR%%/help/en_US/options.hlp
225
%%SQUIRRELDIR%%/help/en_US/read_mail.hlp
177
%%SQUIRRELDIR%%/help/en_US/read_mail.hlp
226
%%SQUIRRELDIR%%/help/en_US/search.hlp
178
%%SQUIRRELDIR%%/help/en_US/search.hlp
227
%%SQUIRRELDIR%%/help/es_ES/FAQ.hlp
228
%%SQUIRRELDIR%%/help/es_ES/addresses.hlp
229
%%SQUIRRELDIR%%/help/es_ES/basic.hlp
230
%%SQUIRRELDIR%%/help/es_ES/compose.hlp
231
%%SQUIRRELDIR%%/help/es_ES/folders.hlp
232
%%SQUIRRELDIR%%/help/es_ES/main_folder.hlp
233
%%SQUIRRELDIR%%/help/es_ES/options.hlp
234
%%SQUIRRELDIR%%/help/es_ES/read_mail.hlp
235
%%SQUIRRELDIR%%/help/es_ES/search.hlp
236
%%SQUIRRELDIR%%/help/fi_FI/FAQ.hlp
237
%%SQUIRRELDIR%%/help/fi_FI/addresses.hlp
238
%%SQUIRRELDIR%%/help/fi_FI/basic.hlp
239
%%SQUIRRELDIR%%/help/fi_FI/compose.hlp
240
%%SQUIRRELDIR%%/help/fi_FI/folders.hlp
241
%%SQUIRRELDIR%%/help/fi_FI/main_folder.hlp
242
%%SQUIRRELDIR%%/help/fi_FI/options.hlp
243
%%SQUIRRELDIR%%/help/fi_FI/read_mail.hlp
244
%%SQUIRRELDIR%%/help/fi_FI/search.hlp
245
%%SQUIRRELDIR%%/help/fr_FR/FAQ.hlp
246
%%SQUIRRELDIR%%/help/fr_FR/addresses.hlp
247
%%SQUIRRELDIR%%/help/fr_FR/basic.hlp
248
%%SQUIRRELDIR%%/help/fr_FR/compose.hlp
249
%%SQUIRRELDIR%%/help/fr_FR/folders.hlp
250
%%SQUIRRELDIR%%/help/fr_FR/main_folder.hlp
251
%%SQUIRRELDIR%%/help/fr_FR/options.hlp
252
%%SQUIRRELDIR%%/help/fr_FR/read_mail.hlp
253
%%SQUIRRELDIR%%/help/fr_FR/search.hlp
254
%%SQUIRRELDIR%%/help/id_ID/FAQ.hlp
255
%%SQUIRRELDIR%%/help/id_ID/addresses.hlp
256
%%SQUIRRELDIR%%/help/id_ID/basic.hlp
257
%%SQUIRRELDIR%%/help/id_ID/compose.hlp
258
%%SQUIRRELDIR%%/help/id_ID/folders.hlp
259
%%SQUIRRELDIR%%/help/id_ID/main_folder.hlp
260
%%SQUIRRELDIR%%/help/id_ID/options.hlp
261
%%SQUIRRELDIR%%/help/id_ID/read_mail.hlp
262
%%SQUIRRELDIR%%/help/id_ID/search.hlp
263
%%SQUIRRELDIR%%/help/index.php
179
%%SQUIRRELDIR%%/help/index.php
264
%%SQUIRRELDIR%%/help/it_IT/FAQ.hlp
265
%%SQUIRRELDIR%%/help/it_IT/addresses.hlp
266
%%SQUIRRELDIR%%/help/it_IT/basic.hlp
267
%%SQUIRRELDIR%%/help/it_IT/compose.hlp
268
%%SQUIRRELDIR%%/help/it_IT/folders.hlp
269
%%SQUIRRELDIR%%/help/it_IT/main_folder.hlp
270
%%SQUIRRELDIR%%/help/it_IT/options.hlp
271
%%SQUIRRELDIR%%/help/it_IT/read_mail.hlp
272
%%SQUIRRELDIR%%/help/it_IT/search.hlp
273
%%SQUIRRELDIR%%/help/ja_JP/FAQ.hlp
274
%%SQUIRRELDIR%%/help/ja_JP/addresses.hlp
275
%%SQUIRRELDIR%%/help/ja_JP/basic.hlp
276
%%SQUIRRELDIR%%/help/ja_JP/compose.hlp
277
%%SQUIRRELDIR%%/help/ja_JP/folders.hlp
278
%%SQUIRRELDIR%%/help/ja_JP/main_folder.hlp
279
%%SQUIRRELDIR%%/help/ja_JP/options.hlp
280
%%SQUIRRELDIR%%/help/ja_JP/read_mail.hlp
281
%%SQUIRRELDIR%%/help/ja_JP/search.hlp
282
%%SQUIRRELDIR%%/help/ko_KR/FAQ.hlp
283
%%SQUIRRELDIR%%/help/ko_KR/addresses.hlp
284
%%SQUIRRELDIR%%/help/ko_KR/basic.hlp
285
%%SQUIRRELDIR%%/help/ko_KR/compose.hlp
286
%%SQUIRRELDIR%%/help/ko_KR/folders.hlp
287
%%SQUIRRELDIR%%/help/ko_KR/main_folder.hlp
288
%%SQUIRRELDIR%%/help/ko_KR/options.hlp
289
%%SQUIRRELDIR%%/help/ko_KR/read_mail.hlp
290
%%SQUIRRELDIR%%/help/ko_KR/search.hlp
291
%%SQUIRRELDIR%%/help/lt_LT/FAQ.hlp
292
%%SQUIRRELDIR%%/help/lt_LT/addresses.hlp
293
%%SQUIRRELDIR%%/help/lt_LT/basic.hlp
294
%%SQUIRRELDIR%%/help/lt_LT/compose.hlp
295
%%SQUIRRELDIR%%/help/lt_LT/folders.hlp
296
%%SQUIRRELDIR%%/help/lt_LT/main_folder.hlp
297
%%SQUIRRELDIR%%/help/lt_LT/options.hlp
298
%%SQUIRRELDIR%%/help/lt_LT/read_mail.hlp
299
%%SQUIRRELDIR%%/help/lt_LT/search.hlp
300
%%SQUIRRELDIR%%/help/nl_NL/FAQ.hlp
301
%%SQUIRRELDIR%%/help/nl_NL/addresses.hlp
302
%%SQUIRRELDIR%%/help/nl_NL/basic.hlp
303
%%SQUIRRELDIR%%/help/nl_NL/compose.hlp
304
%%SQUIRRELDIR%%/help/nl_NL/folders.hlp
305
%%SQUIRRELDIR%%/help/nl_NL/main_folder.hlp
306
%%SQUIRRELDIR%%/help/nl_NL/options.hlp
307
%%SQUIRRELDIR%%/help/nl_NL/read_mail.hlp
308
%%SQUIRRELDIR%%/help/nl_NL/search.hlp
309
%%SQUIRRELDIR%%/help/pl_PL/FAQ.hlp
310
%%SQUIRRELDIR%%/help/pl_PL/addresses.hlp
311
%%SQUIRRELDIR%%/help/pl_PL/basic.hlp
312
%%SQUIRRELDIR%%/help/pl_PL/compose.hlp
313
%%SQUIRRELDIR%%/help/pl_PL/folders.hlp
314
%%SQUIRRELDIR%%/help/pl_PL/main_folder.hlp
315
%%SQUIRRELDIR%%/help/pl_PL/options.hlp
316
%%SQUIRRELDIR%%/help/pl_PL/read_mail.hlp
317
%%SQUIRRELDIR%%/help/pl_PL/search.hlp
318
%%SQUIRRELDIR%%/help/pt_BR/FAQ.hlp
319
%%SQUIRRELDIR%%/help/pt_BR/addresses.hlp
320
%%SQUIRRELDIR%%/help/pt_BR/basic.hlp
321
%%SQUIRRELDIR%%/help/pt_BR/compose.hlp
322
%%SQUIRRELDIR%%/help/pt_BR/folders.hlp
323
%%SQUIRRELDIR%%/help/pt_BR/main_folder.hlp
324
%%SQUIRRELDIR%%/help/pt_BR/options.hlp
325
%%SQUIRRELDIR%%/help/pt_BR/read_mail.hlp
326
%%SQUIRRELDIR%%/help/pt_BR/search.hlp
327
%%SQUIRRELDIR%%/help/pt_PT/FAQ.hlp
328
%%SQUIRRELDIR%%/help/pt_PT/addresses.hlp
329
%%SQUIRRELDIR%%/help/pt_PT/basic.hlp
330
%%SQUIRRELDIR%%/help/pt_PT/compose.hlp
331
%%SQUIRRELDIR%%/help/pt_PT/folders.hlp
332
%%SQUIRRELDIR%%/help/pt_PT/main_folder.hlp
333
%%SQUIRRELDIR%%/help/pt_PT/options.hlp
334
%%SQUIRRELDIR%%/help/pt_PT/read_mail.hlp
335
%%SQUIRRELDIR%%/help/pt_PT/search.hlp
336
%%SQUIRRELDIR%%/help/ru_RU/FAQ.hlp
337
%%SQUIRRELDIR%%/help/ru_RU/addresses.hlp
338
%%SQUIRRELDIR%%/help/ru_RU/basic.hlp
339
%%SQUIRRELDIR%%/help/ru_RU/compose.hlp
340
%%SQUIRRELDIR%%/help/ru_RU/folders.hlp
341
%%SQUIRRELDIR%%/help/ru_RU/main_folder.hlp
342
%%SQUIRRELDIR%%/help/ru_RU/options.hlp
343
%%SQUIRRELDIR%%/help/ru_RU/read_mail.hlp
344
%%SQUIRRELDIR%%/help/ru_RU/search.hlp
345
%%SQUIRRELDIR%%/help/sl_SI/FAQ.hlp
346
%%SQUIRRELDIR%%/help/sl_SI/addresses.hlp
347
%%SQUIRRELDIR%%/help/sl_SI/basic.hlp
348
%%SQUIRRELDIR%%/help/sl_SI/compose.hlp
349
%%SQUIRRELDIR%%/help/sl_SI/folders.hlp
350
%%SQUIRRELDIR%%/help/sl_SI/main_folder.hlp
351
%%SQUIRRELDIR%%/help/sl_SI/options.hlp
352
%%SQUIRRELDIR%%/help/sl_SI/read_mail.hlp
353
%%SQUIRRELDIR%%/help/sl_SI/search.hlp
354
%%SQUIRRELDIR%%/help/sr_YU/FAQ.hlp
355
%%SQUIRRELDIR%%/help/sr_YU/addresses.hlp
356
%%SQUIRRELDIR%%/help/sr_YU/basic.hlp
357
%%SQUIRRELDIR%%/help/sr_YU/compose.hlp
358
%%SQUIRRELDIR%%/help/sr_YU/folders.hlp
359
%%SQUIRRELDIR%%/help/sr_YU/main_folder.hlp
360
%%SQUIRRELDIR%%/help/sr_YU/options.hlp
361
%%SQUIRRELDIR%%/help/sr_YU/read_mail.hlp
362
%%SQUIRRELDIR%%/help/sr_YU/search.hlp
363
%%SQUIRRELDIR%%/help/sv_SE/FAQ.hlp
364
%%SQUIRRELDIR%%/help/sv_SE/addresses.hlp
365
%%SQUIRRELDIR%%/help/sv_SE/basic.hlp
366
%%SQUIRRELDIR%%/help/sv_SE/compose.hlp
367
%%SQUIRRELDIR%%/help/sv_SE/folders.hlp
368
%%SQUIRRELDIR%%/help/sv_SE/main_folder.hlp
369
%%SQUIRRELDIR%%/help/sv_SE/options.hlp
370
%%SQUIRRELDIR%%/help/sv_SE/read_mail.hlp
371
%%SQUIRRELDIR%%/help/sv_SE/search.hlp
372
%%SQUIRRELDIR%%/help/th_TH/FAQ.hlp
373
%%SQUIRRELDIR%%/help/th_TH/addresses.hlp
374
%%SQUIRRELDIR%%/help/th_TH/basic.hlp
375
%%SQUIRRELDIR%%/help/th_TH/compose.hlp
376
%%SQUIRRELDIR%%/help/th_TH/folders.hlp
377
%%SQUIRRELDIR%%/help/th_TH/main_folder.hlp
378
%%SQUIRRELDIR%%/help/th_TH/options.hlp
379
%%SQUIRRELDIR%%/help/th_TH/read_mail.hlp
380
%%SQUIRRELDIR%%/help/th_TH/search.hlp
381
%%SQUIRRELDIR%%/help/zh_CN/FAQ.hlp
382
%%SQUIRRELDIR%%/help/zh_CN/addresses.hlp
383
%%SQUIRRELDIR%%/help/zh_CN/basic.hlp
384
%%SQUIRRELDIR%%/help/zh_CN/compose.hlp
385
%%SQUIRRELDIR%%/help/zh_CN/folders.hlp
386
%%SQUIRRELDIR%%/help/zh_CN/main_folder.hlp
387
%%SQUIRRELDIR%%/help/zh_CN/options.hlp
388
%%SQUIRRELDIR%%/help/zh_CN/read_mail.hlp
389
%%SQUIRRELDIR%%/help/zh_CN/search.hlp
390
%%SQUIRRELDIR%%/help/cy_GB/FAQ.hlp
391
%%SQUIRRELDIR%%/help/cy_GB/addresses.hlp
392
%%SQUIRRELDIR%%/help/cy_GB/basic.hlp
393
%%SQUIRRELDIR%%/help/cy_GB/compose.hlp
394
%%SQUIRRELDIR%%/help/cy_GB/folders.hlp
395
%%SQUIRRELDIR%%/help/cy_GB/main_folder.hlp
396
%%SQUIRRELDIR%%/help/cy_GB/options.hlp
397
%%SQUIRRELDIR%%/help/cy_GB/read_mail.hlp
398
%%SQUIRRELDIR%%/help/cy_GB/search.hlp
399
%%SQUIRRELDIR%%/help/sk_SK/FAQ.hlp
400
%%SQUIRRELDIR%%/help/sk_SK/addresses.hlp
401
%%SQUIRRELDIR%%/help/sk_SK/basic.hlp
402
%%SQUIRRELDIR%%/help/sk_SK/compose.hlp
403
%%SQUIRRELDIR%%/help/sk_SK/folders.hlp
404
%%SQUIRRELDIR%%/help/sk_SK/main_folder.hlp
405
%%SQUIRRELDIR%%/help/sk_SK/options.hlp
406
%%SQUIRRELDIR%%/help/sk_SK/read_mail.hlp
407
%%SQUIRRELDIR%%/help/sk_SK/search.hlp
408
%%SQUIRRELDIR%%/images/down_pointer.png
180
%%SQUIRRELDIR%%/images/down_pointer.png
409
%%SQUIRRELDIR%%/images/index.php
181
%%SQUIRRELDIR%%/images/index.php
410
%%SQUIRRELDIR%%/images/draft.png
182
%%SQUIRRELDIR%%/images/draft.png
Lines 414-441 Link Here
414
%%SQUIRRELDIR%%/images/plus.png
186
%%SQUIRRELDIR%%/images/plus.png
415
%%SQUIRRELDIR%%/images/senti.png
187
%%SQUIRRELDIR%%/images/senti.png
416
%%SQUIRRELDIR%%/images/delitem.png
188
%%SQUIRRELDIR%%/images/delitem.png
417
%%SQUIRRELDIR%%/images/sec_remove_da_DK.png
418
%%SQUIRRELDIR%%/images/sec_remove_de_DE.png
419
%%SQUIRRELDIR%%/images/sec_remove_el_GR.png
420
%%SQUIRRELDIR%%/images/sec_remove_eng.png
189
%%SQUIRRELDIR%%/images/sec_remove_eng.png
421
%%SQUIRRELDIR%%/images/sec_remove_es_ES.png
422
%%SQUIRRELDIR%%/images/sec_remove_fr_FR.png
423
%%SQUIRRELDIR%%/images/sec_remove_hr_HR.png
424
%%SQUIRRELDIR%%/images/sec_remove_hu_HU.png
425
%%SQUIRRELDIR%%/images/sec_remove_id_ID.png
426
%%SQUIRRELDIR%%/images/sec_remove_it_IT.png
427
%%SQUIRRELDIR%%/images/sec_remove_ja_JP.png
428
%%SQUIRRELDIR%%/images/sec_remove_ko_KR.png
429
%%SQUIRRELDIR%%/images/sec_remove_lt_LT.png
430
%%SQUIRRELDIR%%/images/sec_remove_nb_NO.png
431
%%SQUIRRELDIR%%/images/sec_remove_nl_NL.png
432
%%SQUIRRELDIR%%/images/sec_remove_nn_NO.png
433
%%SQUIRRELDIR%%/images/sec_remove_pt_PT.png
434
%%SQUIRRELDIR%%/images/sec_remove_ru_RU.png
435
%%SQUIRRELDIR%%/images/sec_remove_sl_SI.png
436
%%SQUIRRELDIR%%/images/sec_remove_sv_SE.png
437
%%SQUIRRELDIR%%/images/sec_remove_tr_TR.png
438
%%SQUIRRELDIR%%/images/sec_remove_sr_YU.png
439
%%SQUIRRELDIR%%/images/sm_logo.png
190
%%SQUIRRELDIR%%/images/sm_logo.png
440
%%SQUIRRELDIR%%/images/sort_none.png
191
%%SQUIRRELDIR%%/images/sort_none.png
441
%%SQUIRRELDIR%%/images/up_pointer.png
192
%%SQUIRRELDIR%%/images/up_pointer.png
Lines 447-538 Link Here
447
%%SQUIRRELDIR%%/include/options/personal.php
198
%%SQUIRRELDIR%%/include/options/personal.php
448
%%SQUIRRELDIR%%/include/validate.php
199
%%SQUIRRELDIR%%/include/validate.php
449
%%SQUIRRELDIR%%/index.php
200
%%SQUIRRELDIR%%/index.php
450
%%SQUIRRELDIR%%/locale/ar/LC_MESSAGES/squirrelmail.mo
201
%%SQUIRRELDIR%%/locale/README.locales
451
%%SQUIRRELDIR%%/locale/ar/LC_MESSAGES/squirrelmail.po
452
%%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES/squirrelmail.mo
453
%%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES/squirrelmail.po
454
%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/squirrelmail.mo
455
%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/squirrelmail.po
456
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/squirrelmail.mo
457
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/squirrelmail.po
458
%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/squirrelmail.mo
459
%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/squirrelmail.po
460
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/squirrelmail.mo
461
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/squirrelmail.po
462
%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/squirrelmail.mo
463
%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/squirrelmail.po
464
%%SQUIRRELDIR%%/locale/en_GB/LC_MESSAGES/squirrelmail.mo
465
%%SQUIRRELDIR%%/locale/en_GB/LC_MESSAGES/squirrelmail.po
466
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/squirrelmail.mo
467
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/squirrelmail.po
468
%%SQUIRRELDIR%%/locale/et_EE/LC_MESSAGES/squirrelmail.mo
469
%%SQUIRRELDIR%%/locale/et_EE/LC_MESSAGES/squirrelmail.po
470
%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/squirrelmail.mo
471
%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/squirrelmail.po
472
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/squirrelmail.mo
473
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/squirrelmail.po
474
%%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES/squirrelmail.mo
475
%%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES/squirrelmail.po
476
%%SQUIRRELDIR%%/locale/hr_HR/LC_MESSAGES/squirrelmail.mo
477
%%SQUIRRELDIR%%/locale/hr_HR/LC_MESSAGES/squirrelmail.po
478
%%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES/squirrelmail.mo
479
%%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES/squirrelmail.po
480
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/squirrelmail.mo
481
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/squirrelmail.po
482
%%SQUIRRELDIR%%/locale/index.php
202
%%SQUIRRELDIR%%/locale/index.php
483
%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/squirrelmail.mo
484
%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/squirrelmail.po
485
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/squirrelmail.mo
486
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/squirrelmail.po
487
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/squirrelmail.mo
488
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/squirrelmail.po
489
%%SQUIRRELDIR%%/locale/ko_KR/LC_MESSAGES/squirrelmail.mo
490
%%SQUIRRELDIR%%/locale/ko_KR/LC_MESSAGES/squirrelmail.po
491
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/squirrelmail.mo
492
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/squirrelmail.po
493
%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/squirrelmail.mo
494
%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/squirrelmail.po
495
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/squirrelmail.mo
496
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/squirrelmail.po
497
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/squirrelmail.mo
498
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/squirrelmail.po
499
%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/squirrelmail.mo
500
%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/squirrelmail.po
501
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/squirrelmail.mo
502
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/squirrelmail.po
503
%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/squirrelmail.mo
504
%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/squirrelmail.po
505
%%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES/squirrelmail.mo
506
%%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES/squirrelmail.po
507
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/squirrelmail.mo
508
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/squirrelmail.po
509
%%SQUIRRELDIR%%/locale/sk_SK/LC_MESSAGES/squirrelmail.mo
510
%%SQUIRRELDIR%%/locale/sk_SK/LC_MESSAGES/squirrelmail.po
511
%%SQUIRRELDIR%%/locale/sl_SI/LC_MESSAGES/squirrelmail.mo
512
%%SQUIRRELDIR%%/locale/sl_SI/LC_MESSAGES/squirrelmail.po
513
%%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES/squirrelmail.mo
514
%%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES/squirrelmail.po
515
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/squirrelmail.mo
516
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/squirrelmail.po
517
%%SQUIRRELDIR%%/locale/th_TH/LC_MESSAGES/squirrelmail.mo
518
%%SQUIRRELDIR%%/locale/th_TH/LC_MESSAGES/squirrelmail.po
519
%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.po
520
%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.mo
521
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.po
522
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.mo
523
%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.po
524
%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.mo
525
%%SQUIRRELDIR%%/locale/timezones.cfg
203
%%SQUIRRELDIR%%/locale/timezones.cfg
526
%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/squirrelmail.mo
527
%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/squirrelmail.po
528
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.mo
529
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.po
530
%%SQUIRRELDIR%%/locale/vi_VN/LC_MESSAGES/squirrelmail.mo
531
%%SQUIRRELDIR%%/locale/vi_VN/LC_MESSAGES/squirrelmail.po
532
%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.mo
533
%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.po
534
%%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/squirrelmail.mo
535
%%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/squirrelmail.po
536
%%SQUIRRELDIR%%/plugins/abook_take/setup.php
204
%%SQUIRRELDIR%%/plugins/abook_take/setup.php
537
%%SQUIRRELDIR%%/plugins/abook_take/take.php
205
%%SQUIRRELDIR%%/plugins/abook_take/take.php
538
%%SQUIRRELDIR%%/plugins/administrator/auth.php
206
%%SQUIRRELDIR%%/plugins/administrator/auth.php
Lines 565-570 Link Here
565
%%SQUIRRELDIR%%/plugins/filters/spamoptions.php
233
%%SQUIRRELDIR%%/plugins/filters/spamoptions.php
566
%%SQUIRRELDIR%%/plugins/fortune/setup.php
234
%%SQUIRRELDIR%%/plugins/fortune/setup.php
567
%%SQUIRRELDIR%%/plugins/index.php
235
%%SQUIRRELDIR%%/plugins/index.php
236
%%SQUIRRELDIR%%/plugins/info/index.php
568
%%SQUIRRELDIR%%/plugins/info/functions.php
237
%%SQUIRRELDIR%%/plugins/info/functions.php
569
%%SQUIRRELDIR%%/plugins/info/options.php
238
%%SQUIRRELDIR%%/plugins/info/options.php
570
%%SQUIRRELDIR%%/plugins/info/setup.php
239
%%SQUIRRELDIR%%/plugins/info/setup.php
Lines 620-625 Link Here
620
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/options_main.mod
289
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/options_main.mod
621
%%SQUIRRELDIR%%/plugins/squirrelspell/setup.php
290
%%SQUIRRELDIR%%/plugins/squirrelspell/setup.php
622
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_config.php
291
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_config.php
292
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_config.php.bak
623
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_functions.php
293
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_functions.php
624
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_interface.php
294
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_interface.php
625
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_options.php
295
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_options.php
Lines 638-643 Link Here
638
%%SQUIRRELDIR%%/src/addrbook_search_html.php
308
%%SQUIRRELDIR%%/src/addrbook_search_html.php
639
%%SQUIRRELDIR%%/src/addressbook.php
309
%%SQUIRRELDIR%%/src/addressbook.php
640
%%SQUIRRELDIR%%/src/compose.php
310
%%SQUIRRELDIR%%/src/compose.php
311
%%SQUIRRELDIR%%/src/configtest.php
641
%%SQUIRRELDIR%%/src/delete_message.php
312
%%SQUIRRELDIR%%/src/delete_message.php
642
%%SQUIRRELDIR%%/src/download.php
313
%%SQUIRRELDIR%%/src/download.php
643
%%SQUIRRELDIR%%/src/empty_trash.php
314
%%SQUIRRELDIR%%/src/empty_trash.php
Lines 705-710 Link Here
705
%%SQUIRRELDIR%%/themes/midnight.php
376
%%SQUIRRELDIR%%/themes/midnight.php
706
%%SQUIRRELDIR%%/themes/minimal_bw.php
377
%%SQUIRRELDIR%%/themes/minimal_bw.php
707
%%SQUIRRELDIR%%/themes/monostochastic.php
378
%%SQUIRRELDIR%%/themes/monostochastic.php
379
%%SQUIRRELDIR%%/themes/netstyle_theme.php
708
%%SQUIRRELDIR%%/themes/penguin.php
380
%%SQUIRRELDIR%%/themes/penguin.php
709
%%SQUIRRELDIR%%/themes/plain_blue_theme.php
381
%%SQUIRRELDIR%%/themes/plain_blue_theme.php
710
%%SQUIRRELDIR%%/themes/purple_theme.php
382
%%SQUIRRELDIR%%/themes/purple_theme.php
Lines 766-888 Link Here
766
@dirrm %%SQUIRRELDIR%%/plugins/administrator
438
@dirrm %%SQUIRRELDIR%%/plugins/administrator
767
@dirrm %%SQUIRRELDIR%%/plugins/abook_take
439
@dirrm %%SQUIRRELDIR%%/plugins/abook_take
768
@dirrm %%SQUIRRELDIR%%/plugins
440
@dirrm %%SQUIRRELDIR%%/plugins
769
@dirrm %%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES
770
@dirrm %%SQUIRRELDIR%%/locale/zh_TW
771
@dirrm %%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES
772
@dirrm %%SQUIRRELDIR%%/locale/zh_CN
773
@dirrm %%SQUIRRELDIR%%/locale/vi_VN/LC_MESSAGES
774
@dirrm %%SQUIRRELDIR%%/locale/vi_VN
775
@dirrm %%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES
776
@dirrm %%SQUIRRELDIR%%/locale/uk_UA
777
@dirrm %%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES
778
@dirrm %%SQUIRRELDIR%%/locale/tr_TR
779
@dirrm %%SQUIRRELDIR%%/locale/th_TH/LC_MESSAGES
780
@dirrm %%SQUIRRELDIR%%/locale/th_TH
781
@dirrm %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES
782
@dirrm %%SQUIRRELDIR%%/locale/sv_SE
783
@dirrm %%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES
784
@dirrm %%SQUIRRELDIR%%/locale/sr_YU
785
@dirrm %%SQUIRRELDIR%%/locale/sl_SI/LC_MESSAGES
786
@dirrm %%SQUIRRELDIR%%/locale/sl_SI
787
@dirrm %%SQUIRRELDIR%%/locale/sk_SK/LC_MESSAGES
788
@dirrm %%SQUIRRELDIR%%/locale/sk_SK
789
@dirrm %%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES
790
@dirrm %%SQUIRRELDIR%%/locale/ru_RU
791
@dirrm %%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES
792
@dirrm %%SQUIRRELDIR%%/locale/ro_RO
793
@dirrm %%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES
794
@dirrm %%SQUIRRELDIR%%/locale/pt_PT
795
@dirrm %%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES
796
@dirrm %%SQUIRRELDIR%%/locale/pt_BR
797
@dirrm %%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES
798
@dirrm %%SQUIRRELDIR%%/locale/pl_PL
799
@dirrm %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES
800
@dirrm %%SQUIRRELDIR%%/locale/nn_NO
801
@dirrm %%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES
802
@dirrm %%SQUIRRELDIR%%/locale/nl_NL
803
@dirrm %%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES
804
@dirrm %%SQUIRRELDIR%%/locale/nb_NO
805
@dirrm %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES
806
@dirrm %%SQUIRRELDIR%%/locale/lt_LT
807
@dirrm %%SQUIRRELDIR%%/locale/ko_KR/LC_MESSAGES
808
@dirrm %%SQUIRRELDIR%%/locale/ko_KR
809
@dirrm %%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES
810
@dirrm %%SQUIRRELDIR%%/locale/ja_JP
811
@dirrm %%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES
812
@dirrm %%SQUIRRELDIR%%/locale/it_IT
813
@dirrm %%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES
814
@dirrm %%SQUIRRELDIR%%/locale/is_IS
815
@dirrm %%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES
816
@dirrm %%SQUIRRELDIR%%/locale/id_ID
817
@dirrm %%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES
818
@dirrm %%SQUIRRELDIR%%/locale/hu_HU
819
@dirrm %%SQUIRRELDIR%%/locale/hr_HR/LC_MESSAGES
820
@dirrm %%SQUIRRELDIR%%/locale/hr_HR
821
@dirrm %%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES
822
@dirrm %%SQUIRRELDIR%%/locale/he_IL
823
@dirrm %%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES
824
@dirrm %%SQUIRRELDIR%%/locale/fr_FR
825
@dirrm %%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES
826
@dirrm %%SQUIRRELDIR%%/locale/fi_FI
827
@dirrm %%SQUIRRELDIR%%/locale/et_EE/LC_MESSAGES
828
@dirrm %%SQUIRRELDIR%%/locale/et_EE
829
@dirrm %%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES
830
@dirrm %%SQUIRRELDIR%%/locale/es_ES
831
@dirrm %%SQUIRRELDIR%%/locale/en_GB/LC_MESSAGES
832
@dirrm %%SQUIRRELDIR%%/locale/en_GB
833
@dirrm %%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES
834
@dirrm %%SQUIRRELDIR%%/locale/el_GR
835
@dirrm %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES
836
@dirrm %%SQUIRRELDIR%%/locale/de_DE
837
@dirrm %%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES
838
@dirrm %%SQUIRRELDIR%%/locale/da_DK
839
@dirrm %%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES
840
@dirrm %%SQUIRRELDIR%%/locale/cs_CZ
841
@dirrm %%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES
842
@dirrm %%SQUIRRELDIR%%/locale/ca_ES
843
@dirrm %%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES
844
@dirrm %%SQUIRRELDIR%%/locale/bg_BG
845
@dirrm %%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES
846
@dirrm %%SQUIRRELDIR%%/locale/cy_GB
847
@dirrm %%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES
848
@dirrm %%SQUIRRELDIR%%/locale/fo_FO
849
@dirrm %%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES
850
@dirrm %%SQUIRRELDIR%%/locale/ms_MY
851
@dirrm %%SQUIRRELDIR%%/locale/ar/LC_MESSAGES
852
@dirrm %%SQUIRRELDIR%%/locale/ar
853
@dirrm %%SQUIRRELDIR%%/locale
441
@dirrm %%SQUIRRELDIR%%/locale
854
@dirrm %%SQUIRRELDIR%%/include/options
442
@dirrm %%SQUIRRELDIR%%/include/options
855
@dirrm %%SQUIRRELDIR%%/include
443
@dirrm %%SQUIRRELDIR%%/include
856
@dirrm %%SQUIRRELDIR%%/images
444
@dirrm %%SQUIRRELDIR%%/images
857
@dirrm %%SQUIRRELDIR%%/help/th_TH
858
@dirrm %%SQUIRRELDIR%%/help/sv_SE
859
@dirrm %%SQUIRRELDIR%%/help/sr_YU
860
@dirrm %%SQUIRRELDIR%%/help/sl_SI
861
@dirrm %%SQUIRRELDIR%%/help/ru_RU
862
@dirrm %%SQUIRRELDIR%%/help/pt_PT
863
@dirrm %%SQUIRRELDIR%%/help/pt_BR
864
@dirrm %%SQUIRRELDIR%%/help/pl_PL
865
@dirrm %%SQUIRRELDIR%%/help/nl_NL
866
@dirrm %%SQUIRRELDIR%%/help/lt_LT
867
@dirrm %%SQUIRRELDIR%%/help/ko_KR
868
@dirrm %%SQUIRRELDIR%%/help/ja_JP
869
@dirrm %%SQUIRRELDIR%%/help/it_IT
870
@dirrm %%SQUIRRELDIR%%/help/id_ID
871
@dirrm %%SQUIRRELDIR%%/help/fr_FR
872
@dirrm %%SQUIRRELDIR%%/help/fi_FI
873
@dirrm %%SQUIRRELDIR%%/help/es_ES
874
@dirrm %%SQUIRRELDIR%%/help/en_US
445
@dirrm %%SQUIRRELDIR%%/help/en_US
875
@dirrm %%SQUIRRELDIR%%/help/en_GB
876
@dirrm %%SQUIRRELDIR%%/help/de_DE
877
@dirrm %%SQUIRRELDIR%%/help/da_DK
878
@dirrm %%SQUIRRELDIR%%/help/cs_CZ
879
@dirrm %%SQUIRRELDIR%%/help/ca_ES
880
@dirrm %%SQUIRRELDIR%%/help/bg_BG
881
@dirrm %%SQUIRRELDIR%%/help/zh_CN
882
@dirrm %%SQUIRRELDIR%%/help/cy_GB
883
@dirrm %%SQUIRRELDIR%%/help/sk_SK
884
@dirrm %%SQUIRRELDIR%%/help
446
@dirrm %%SQUIRRELDIR%%/help
885
@dirrm %%SQUIRRELDIR%%/functions/decode
447
@dirrm %%SQUIRRELDIR%%/functions/decode
448
@dirrm %%SQUIRRELDIR%%/functions/encode
886
@dirrm %%SQUIRRELDIR%%/functions
449
@dirrm %%SQUIRRELDIR%%/functions
887
@dirrm %%SQUIRRELDIR%%/data
450
@dirrm %%SQUIRRELDIR%%/data
888
@dirrm %%SQUIRRELDIR%%/config
451
@dirrm %%SQUIRRELDIR%%/config

Return to bug 76584