aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail/pkg-plist
blob: 795a020f9f6a8310e98c8d43328471ef7aab1c14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
etc/periodic/daily/111.clean-squirrelmail
%%SQUIRRELDIR%%/class/deliver/Deliver.class.php
%%SQUIRRELDIR%%/class/deliver/Deliver_IMAP.class.php
%%SQUIRRELDIR%%/class/deliver/Deliver_SMTP.class.php
%%SQUIRRELDIR%%/class/deliver/Deliver_SendMail.class.php
%%SQUIRRELDIR%%/class/deliver/index.php
%%SQUIRRELDIR%%/class/helper/index.php
%%SQUIRRELDIR%%/class/helper/VCard.class.php
%%SQUIRRELDIR%%/class/html.class.php
%%SQUIRRELDIR%%/class/index.php
%%SQUIRRELDIR%%/class/mime.class.php
%%SQUIRRELDIR%%/class/mime/AddressStructure.class.php
%%SQUIRRELDIR%%/class/mime/ContentType.class.php
%%SQUIRRELDIR%%/class/mime/Disposition.class.php
%%SQUIRRELDIR%%/class/mime/Language.class.php
%%SQUIRRELDIR%%/class/mime/Message.class.php
%%SQUIRRELDIR%%/class/mime/MessageHeader.class.php
%%SQUIRRELDIR%%/class/mime/Rfc822Header.class.php
%%SQUIRRELDIR%%/class/mime/SMimeMessage.class.php
%%SQUIRRELDIR%%/class/mime/index.php
%%SQUIRRELDIR%%/config/conf.pl
%%SQUIRRELDIR%%/config/config_default.php
%%SQUIRRELDIR%%/config/config_local.php
%%SQUIRRELDIR%%/config/index.php
%%SQUIRRELDIR%%/configure
%%SQUIRRELDIR%%/data/.htaccess
%%SQUIRRELDIR%%/data/default_pref
%%SQUIRRELDIR%%/data/index.php
%%SQUIRRELDIR%%/functions/abook_database.php
%%SQUIRRELDIR%%/functions/abook_ldap_server.php
%%SQUIRRELDIR%%/functions/abook_local_file.php
%%SQUIRRELDIR%%/functions/addressbook.php
%%SQUIRRELDIR%%/functions/attachment_common.php
%%SQUIRRELDIR%%/functions/auth.php
%%SQUIRRELDIR%%/functions/constants.php
%%SQUIRRELDIR%%/functions/date.php
%%SQUIRRELDIR%%/functions/db_prefs.php
%%SQUIRRELDIR%%/functions/decode/cp1250.php
%%SQUIRRELDIR%%/functions/decode/cp1251.php
%%SQUIRRELDIR%%/functions/decode/cp1252.php
%%SQUIRRELDIR%%/functions/decode/cp1253.php
%%SQUIRRELDIR%%/functions/decode/cp1254.php
%%SQUIRRELDIR%%/functions/decode/cp1255.php
%%SQUIRRELDIR%%/functions/decode/cp1256.php
%%SQUIRRELDIR%%/functions/decode/cp1257.php
%%SQUIRRELDIR%%/functions/decode/cp1258.php
%%SQUIRRELDIR%%/functions/decode/cp855.php
%%SQUIRRELDIR%%/functions/decode/cp866.php
%%SQUIRRELDIR%%/functions/decode/index.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_1.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_10.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_11.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_13.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_14.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_15.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_16.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_2.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_3.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_4.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_5.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_6.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_7.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_8.php
%%SQUIRRELDIR%%/functions/decode/iso_8859_9.php
%%SQUIRRELDIR%%/functions/decode/iso_ir_111.php
%%SQUIRRELDIR%%/functions/decode/koi8_r.php
%%SQUIRRELDIR%%/functions/decode/koi8_u.php
%%SQUIRRELDIR%%/functions/decode/ns_4551_1.php
%%SQUIRRELDIR%%/functions/decode/tis_620.php
%%SQUIRRELDIR%%/functions/decode/us_ascii.php
%%SQUIRRELDIR%%/functions/decode/utf_8.php
%%SQUIRRELDIR%%/functions/display_messages.php
%%SQUIRRELDIR%%/functions/encode/cp1251.php
%%SQUIRRELDIR%%/functions/encode/cp1255.php
%%SQUIRRELDIR%%/functions/encode/cp1256.php
%%SQUIRRELDIR%%/functions/encode/index.php
%%SQUIRRELDIR%%/functions/encode/iso_8859_1.php
%%SQUIRRELDIR%%/functions/encode/iso_8859_15.php
%%SQUIRRELDIR%%/functions/encode/iso_8859_2.php
%%SQUIRRELDIR%%/functions/encode/iso_8859_7.php
%%SQUIRRELDIR%%/functions/encode/iso_8859_9.php
%%SQUIRRELDIR%%/functions/encode/koi8_r.php
%%SQUIRRELDIR%%/functions/encode/koi8_u.php
%%SQUIRRELDIR%%/functions/encode/tis_620.php
%%SQUIRRELDIR%%/functions/encode/us_ascii.php
%%SQUIRRELDIR%%/functions/encode/utf_8.php
%%SQUIRRELDIR%%/functions/file_prefs.php
%%SQUIRRELDIR%%/functions/forms.php
%%SQUIRRELDIR%%/functions/gettext.php
%%SQUIRRELDIR%%/functions/global.php
%%SQUIRRELDIR%%/functions/html.php
%%SQUIRRELDIR%%/functions/i18n.php
%%SQUIRRELDIR%%/functions/identity.php
%%SQUIRRELDIR%%/functions/imap.php
%%SQUIRRELDIR%%/functions/imap_general.php
%%SQUIRRELDIR%%/functions/imap_mailbox.php
%%SQUIRRELDIR%%/functions/imap_messages.php
%%SQUIRRELDIR%%/functions/imap_search.php
%%SQUIRRELDIR%%/functions/imap_utf7_local.php
%%SQUIRRELDIR%%/functions/index.php
%%SQUIRRELDIR%%/functions/mailbox_display.php
%%SQUIRRELDIR%%/functions/mime.php
%%SQUIRRELDIR%%/functions/options.php
%%SQUIRRELDIR%%/functions/page_header.php
%%SQUIRRELDIR%%/functions/plugin.php
%%SQUIRRELDIR%%/functions/prefs.php
%%SQUIRRELDIR%%/functions/strings.php
%%SQUIRRELDIR%%/functions/tree.php
%%SQUIRRELDIR%%/functions/url_parser.php
%%SQUIRRELDIR%%/help/bg_BG/FAQ.hlp
%%SQUIRRELDIR%%/help/bg_BG/addresses.hlp
%%SQUIRRELDIR%%/help/bg_BG/basic.hlp
%%SQUIRRELDIR%%/help/bg_BG/compose.hlp
%%SQUIRRELDIR%%/help/bg_BG/folders.hlp
%%SQUIRRELDIR%%/help/bg_BG/main_folder.hlp
%%SQUIRRELDIR%%/help/bg_BG/options.hlp
%%SQUIRRELDIR%%/help/bg_BG/read_mail.hlp
%%SQUIRRELDIR%%/help/bg_BG/search.hlp
%%SQUIRRELDIR%%/help/ca_ES/FAQ.hlp
%%SQUIRRELDIR%%/help/ca_ES/addresses.hlp
%%SQUIRRELDIR%%/help/ca_ES/basic.hlp
%%SQUIRRELDIR%%/help/ca_ES/compose.hlp
%%SQUIRRELDIR%%/help/ca_ES/folders.hlp
%%SQUIRRELDIR%%/help/ca_ES/main_folder.hlp
%%SQUIRRELDIR%%/help/ca_ES/options.hlp
%%SQUIRRELDIR%%/help/ca_ES/read_mail.hlp
%%SQUIRRELDIR%%/help/ca_ES/search.hlp
%%SQUIRRELDIR%%/help/cs_CZ/FAQ.hlp
%%SQUIRRELDIR%%/help/cs_CZ/addresses.hlp
%%SQUIRRELDIR%%/help/cs_CZ/basic.hlp
%%SQUIRRELDIR%%/help/cs_CZ/compose.hlp
%%SQUIRRELDIR%%/help/cs_CZ/folders.hlp
%%SQUIRRELDIR%%/help/cs_CZ/main_folder.hlp
%%SQUIRRELDIR%%/help/cs_CZ/options.hlp
%%SQUIRRELDIR%%/help/cs_CZ/read_mail.hlp
%%SQUIRRELDIR%%/help/cs_CZ/search.hlp
%%SQUIRRELDIR%%/help/cy_GB/FAQ.hlp
%%SQUIRRELDIR%%/help/cy_GB/addresses.hlp
%%SQUIRRELDIR%%/help/cy_GB/basic.hlp
%%SQUIRRELDIR%%/help/cy_GB/compose.hlp
%%SQUIRRELDIR%%/help/cy_GB/folders.hlp
%%SQUIRRELDIR%%/help/cy_GB/main_folder.hlp
%%SQUIRRELDIR%%/help/cy_GB/options.hlp
%%SQUIRRELDIR%%/help/cy_GB/read_mail.hlp
%%SQUIRRELDIR%%/help/cy_GB/search.hlp
%%SQUIRRELDIR%%/help/da_DK/FAQ.hlp
%%SQUIRRELDIR%%/help/da_DK/addresses.hlp
%%SQUIRRELDIR%%/help/da_DK/basic.hlp
%%SQUIRRELDIR%%/help/da_DK/compose.hlp
%%SQUIRRELDIR%%/help/da_DK/folders.hlp
%%SQUIRRELDIR%%/help/da_DK/main_folder.hlp
%%SQUIRRELDIR%%/help/da_DK/options.hlp
%%SQUIRRELDIR%%/help/da_DK/read_mail.hlp
%%SQUIRRELDIR%%/help/da_DK/search.hlp
%%SQUIRRELDIR%%/help/de_DE/FAQ.hlp
%%SQUIRRELDIR%%/help/de_DE/addresses.hlp
%%SQUIRRELDIR%%/help/de_DE/basic.hlp
%%SQUIRRELDIR%%/help/de_DE/compose.hlp
%%SQUIRRELDIR%%/help/de_DE/folders.hlp
%%SQUIRRELDIR%%/help/de_DE/main_folder.hlp
%%SQUIRRELDIR%%/help/de_DE/options.hlp
%%SQUIRRELDIR%%/help/de_DE/read_mail.hlp
%%SQUIRRELDIR%%/help/de_DE/search.hlp
%%SQUIRRELDIR%%/help/en_GB/FAQ.hlp
%%SQUIRRELDIR%%/help/en_GB/addresses.hlp
%%SQUIRRELDIR%%/help/en_GB/basic.hlp
%%SQUIRRELDIR%%/help/en_GB/compose.hlp
%%SQUIRRELDIR%%/help/en_GB/folders.hlp
%%SQUIRRELDIR%%/help/en_GB/main_folder.hlp
%%SQUIRRELDIR%%/help/en_GB/options.hlp
%%SQUIRRELDIR%%/help/en_GB/read_mail.hlp
%%SQUIRRELDIR%%/help/en_GB/search.hlp
%%SQUIRRELDIR%%/help/en_US/FAQ.hlp
%%SQUIRRELDIR%%/help/en_US/addresses.hlp
%%SQUIRRELDIR%%/help/en_US/basic.hlp
%%SQUIRRELDIR%%/help/en_US/compose.hlp
%%SQUIRRELDIR%%/help/en_US/folders.hlp
%%SQUIRRELDIR%%/help/en_US/main_folder.hlp
%%SQUIRRELDIR%%/help/en_US/options.hlp
%%SQUIRRELDIR%%/help/en_US/read_mail.hlp
%%SQUIRRELDIR%%/help/en_US/search.hlp
%%SQUIRRELDIR%%/help/es_ES/FAQ.hlp
%%SQUIRRELDIR%%/help/es_ES/addresses.hlp
%%SQUIRRELDIR%%/help/es_ES/basic.hlp
%%SQUIRRELDIR%%/help/es_ES/compose.hlp
%%SQUIRRELDIR%%/help/es_ES/folders.hlp
%%SQUIRRELDIR%%/help/es_ES/main_folder.hlp
%%SQUIRRELDIR%%/help/es_ES/options.hlp
%%SQUIRRELDIR%%/help/es_ES/read_mail.hlp
%%SQUIRRELDIR%%/help/es_ES/search.hlp
%%SQUIRRELDIR%%/help/fi_FI/FAQ.hlp
%%SQUIRRELDIR%%/help/fi_FI/addresses.hlp
%%SQUIRRELDIR%%/help/fi_FI/basic.hlp
%%SQUIRRELDIR%%/help/fi_FI/compose.hlp
%%SQUIRRELDIR%%/help/fi_FI/folders.hlp
%%SQUIRRELDIR%%/help/fi_FI/main_folder.hlp
%%SQUIRRELDIR%%/help/fi_FI/options.hlp
%%SQUIRRELDIR%%/help/fi_FI/read_mail.hlp
%%SQUIRRELDIR%%/help/fi_FI/search.hlp
%%SQUIRRELDIR%%/help/fr_FR/FAQ.hlp
%%SQUIRRELDIR%%/help/fr_FR/addresses.hlp
%%SQUIRRELDIR%%/help/fr_FR/basic.hlp
%%SQUIRRELDIR%%/help/fr_FR/compose.hlp
%%SQUIRRELDIR%%/help/fr_FR/folders.hlp
%%SQUIRRELDIR%%/help/fr_FR/main_folder.hlp
%%SQUIRRELDIR%%/help/fr_FR/options.hlp
%%SQUIRRELDIR%%/help/fr_FR/read_mail.hlp
%%SQUIRRELDIR%%/help/fr_FR/search.hlp
%%SQUIRRELDIR%%/help/id_ID/FAQ.hlp
%%SQUIRRELDIR%%/help/id_ID/addresses.hlp
%%SQUIRRELDIR%%/help/id_ID/basic.hlp
%%SQUIRRELDIR%%/help/id_ID/compose.hlp
%%SQUIRRELDIR%%/help/id_ID/folders.hlp
%%SQUIRRELDIR%%/help/id_ID/main_folder.hlp
%%SQUIRRELDIR%%/help/id_ID/options.hlp
%%SQUIRRELDIR%%/help/id_ID/read_mail.hlp
%%SQUIRRELDIR%%/help/id_ID/search.hlp
%%SQUIRRELDIR%%/help/index.php
%%SQUIRRELDIR%%/help/it_IT/FAQ.hlp
%%SQUIRRELDIR%%/help/it_IT/addresses.hlp
%%SQUIRRELDIR%%/help/it_IT/basic.hlp
%%SQUIRRELDIR%%/help/it_IT/compose.hlp
%%SQUIRRELDIR%%/help/it_IT/folders.hlp
%%SQUIRRELDIR%%/help/it_IT/main_folder.hlp
%%SQUIRRELDIR%%/help/it_IT/options.hlp
%%SQUIRRELDIR%%/help/it_IT/read_mail.hlp
%%SQUIRRELDIR%%/help/it_IT/search.hlp
%%SQUIRRELDIR%%/help/ja_JP/FAQ.hlp
%%SQUIRRELDIR%%/help/ja_JP/addresses.hlp
%%SQUIRRELDIR%%/help/ja_JP/basic.hlp
%%SQUIRRELDIR%%/help/ja_JP/compose.hlp
%%SQUIRRELDIR%%/help/ja_JP/folders.hlp
%%SQUIRRELDIR%%/help/ja_JP/main_folder.hlp
%%SQUIRRELDIR%%/help/ja_JP/options.hlp
%%SQUIRRELDIR%%/help/ja_JP/read_mail.hlp
%%SQUIRRELDIR%%/help/ja_JP/search.hlp
%%SQUIRRELDIR%%/help/ko_KR/FAQ.hlp
%%SQUIRRELDIR%%/help/ko_KR/addresses.hlp
%%SQUIRRELDIR%%/help/ko_KR/basic.hlp
%%SQUIRRELDIR%%/help/ko_KR/compose.hlp
%%SQUIRRELDIR%%/help/ko_KR/folders.hlp
%%SQUIRRELDIR%%/help/ko_KR/main_folder.hlp
%%SQUIRRELDIR%%/help/ko_KR/options.hlp
%%SQUIRRELDIR%%/help/ko_KR/read_mail.hlp
%%SQUIRRELDIR%%/help/ko_KR/search.hlp
%%SQUIRRELDIR%%/help/lt_LT/FAQ.hlp
%%SQUIRRELDIR%%/help/lt_LT/addresses.hlp
%%SQUIRRELDIR%%/help/lt_LT/basic.hlp
%%SQUIRRELDIR%%/help/lt_LT/compose.hlp
%%SQUIRRELDIR%%/help/lt_LT/folders.hlp
%%SQUIRRELDIR%%/help/lt_LT/main_folder.hlp
%%SQUIRRELDIR%%/help/lt_LT/options.hlp
%%SQUIRRELDIR%%/help/lt_LT/read_mail.hlp
%%SQUIRRELDIR%%/help/lt_LT/search.hlp
%%SQUIRRELDIR%%/help/nl_NL/FAQ.hlp
%%SQUIRRELDIR%%/help/nl_NL/addresses.hlp
%%SQUIRRELDIR%%/help/nl_NL/basic.hlp
%%SQUIRRELDIR%%/help/nl_NL/compose.hlp
%%SQUIRRELDIR%%/help/nl_NL/folders.hlp
%%SQUIRRELDIR%%/help/nl_NL/main_folder.hlp
%%SQUIRRELDIR%%/help/nl_NL/options.hlp
%%SQUIRRELDIR%%/help/nl_NL/read_mail.hlp
%%SQUIRRELDIR%%/help/nl_NL/search.hlp
%%SQUIRRELDIR%%/help/pl_PL/FAQ.hlp
%%SQUIRRELDIR%%/help/pl_PL/addresses.hlp
%%SQUIRRELDIR%%/help/pl_PL/basic.hlp
%%SQUIRRELDIR%%/help/pl_PL/compose.hlp
%%SQUIRRELDIR%%/help/pl_PL/folders.hlp
%%SQUIRRELDIR%%/help/pl_PL/main_folder.hlp
%%SQUIRRELDIR%%/help/pl_PL/options.hlp
%%SQUIRRELDIR%%/help/pl_PL/read_mail.hlp
%%SQUIRRELDIR%%/help/pl_PL/search.hlp
%%SQUIRRELDIR%%/help/pt_BR/FAQ.hlp
%%SQUIRRELDIR%%/help/pt_BR/addresses.hlp
%%SQUIRRELDIR%%/help/pt_BR/basic.hlp
%%SQUIRRELDIR%%/help/pt_BR/compose.hlp
%%SQUIRRELDIR%%/help/pt_BR/folders.hlp
%%SQUIRRELDIR%%/help/pt_BR/main_folder.hlp
%%SQUIRRELDIR%%/help/pt_BR/options.hlp
%%SQUIRRELDIR%%/help/pt_BR/read_mail.hlp
%%SQUIRRELDIR%%/help/pt_BR/search.hlp
%%SQUIRRELDIR%%/help/pt_PT/FAQ.hlp
%%SQUIRRELDIR%%/help/pt_PT/addresses.hlp
%%SQUIRRELDIR%%/help/pt_PT/basic.hlp
%%SQUIRRELDIR%%/help/pt_PT/compose.hlp
%%SQUIRRELDIR%%/help/pt_PT/folders.hlp
%%SQUIRRELDIR%%/help/pt_PT/main_folder.hlp
%%SQUIRRELDIR%%/help/pt_PT/options.hlp
%%SQUIRRELDIR%%/help/pt_PT/read_mail.hlp
%%SQUIRRELDIR%%/help/pt_PT/search.hlp
%%SQUIRRELDIR%%/help/ru_RU/FAQ.hlp
%%SQUIRRELDIR%%/help/ru_RU/addresses.hlp
%%SQUIRRELDIR%%/help/ru_RU/basic.hlp
%%SQUIRRELDIR%%/help/ru_RU/compose.hlp
%%SQUIRRELDIR%%/help/ru_RU/folders.hlp
%%SQUIRRELDIR%%/help/ru_RU/main_folder.hlp
%%SQUIRRELDIR%%/help/ru_RU/options.hlp
%%SQUIRRELDIR%%/help/ru_RU/read_mail.hlp
%%SQUIRRELDIR%%/help/ru_RU/search.hlp
%%SQUIRRELDIR%%/help/sk_SK/FAQ.hlp
%%SQUIRRELDIR%%/help/sk_SK/addresses.hlp
%%SQUIRRELDIR%%/help/sk_SK/basic.hlp
%%SQUIRRELDIR%%/help/sk_SK/compose.hlp
%%SQUIRRELDIR%%/help/sk_SK/folders.hlp
%%SQUIRRELDIR%%/help/sk_SK/main_folder.hlp
%%SQUIRRELDIR%%/help/sk_SK/options.hlp
%%SQUIRRELDIR%%/help/sk_SK/read_mail.hlp
%%SQUIRRELDIR%%/help/sk_SK/search.hlp
%%SQUIRRELDIR%%/help/sl_SI/FAQ.hlp
%%SQUIRRELDIR%%/help/sl_SI/addresses.hlp
%%SQUIRRELDIR%%/help/sl_SI/basic.hlp
%%SQUIRRELDIR%%/help/sl_SI/compose.hlp
%%SQUIRRELDIR%%/help/sl_SI/folders.hlp
%%SQUIRRELDIR%%/help/sl_SI/main_folder.hlp
%%SQUIRRELDIR%%/help/sl_SI/options.hlp
%%SQUIRRELDIR%%/help/sl_SI/read_mail.hlp
%%SQUIRRELDIR%%/help/sl_SI/search.hlp
%%SQUIRRELDIR%%/help/sr_YU/FAQ.hlp
%%SQUIRRELDIR%%/help/sr_YU/addresses.hlp
%%SQUIRRELDIR%%/help/sr_YU/basic.hlp
%%SQUIRRELDIR%%/help/sr_YU/compose.hlp
%%SQUIRRELDIR%%/help/sr_YU/folders.hlp
%%SQUIRRELDIR%%/help/sr_YU/main_folder.hlp
%%SQUIRRELDIR%%/help/sr_YU/options.hlp
%%SQUIRRELDIR%%/help/sr_YU/read_mail.hlp
%%SQUIRRELDIR%%/help/sr_YU/search.hlp
%%SQUIRRELDIR%%/help/sv_SE/FAQ.hlp
%%SQUIRRELDIR%%/help/sv_SE/addresses.hlp
%%SQUIRRELDIR%%/help/sv_SE/basic.hlp
%%SQUIRRELDIR%%/help/sv_SE/compose.hlp
%%SQUIRRELDIR%%/help/sv_SE/folders.hlp
%%SQUIRRELDIR%%/help/sv_SE/main_folder.hlp
%%SQUIRRELDIR%%/help/sv_SE/options.hlp
%%SQUIRRELDIR%%/help/sv_SE/read_mail.hlp
%%SQUIRRELDIR%%/help/sv_SE/search.hlp
%%SQUIRRELDIR%%/help/uk_UA/addresses.hlp
%%SQUIRRELDIR%%/help/uk_UA/basic.hlp
%%SQUIRRELDIR%%/help/uk_UA/compose.hlp
%%SQUIRRELDIR%%/help/uk_UA/FAQ.hlp
%%SQUIRRELDIR%%/help/uk_UA/folders.hlp
%%SQUIRRELDIR%%/help/uk_UA/main_folder.hlp
%%SQUIRRELDIR%%/help/uk_UA/options.hlp
%%SQUIRRELDIR%%/help/uk_UA/read_mail.hlp
%%SQUIRRELDIR%%/help/uk_UA/search.hlp
%%SQUIRRELDIR%%/help/zh_CN/FAQ.hlp
%%SQUIRRELDIR%%/help/zh_CN/addresses.hlp
%%SQUIRRELDIR%%/help/zh_CN/basic.hlp
%%SQUIRRELDIR%%/help/zh_CN/compose.hlp
%%SQUIRRELDIR%%/help/zh_CN/folders.hlp
%%SQUIRRELDIR%%/help/zh_CN/main_folder.hlp
%%SQUIRRELDIR%%/help/zh_CN/options.hlp
%%SQUIRRELDIR%%/help/zh_CN/read_mail.hlp
%%SQUIRRELDIR%%/help/zh_CN/search.hlp
%%SQUIRRELDIR%%/images/blank.png
%%SQUIRRELDIR%%/images/delitem.png
%%SQUIRRELDIR%%/images/down_pointer.png
%%SQUIRRELDIR%%/images/draft.png
%%SQUIRRELDIR%%/images/folder.png
%%SQUIRRELDIR%%/images/inbox.png
%%SQUIRRELDIR%%/images/index.php
%%SQUIRRELDIR%%/images/minus.png
%%SQUIRRELDIR%%/images/plus.png
%%SQUIRRELDIR%%/images/sec_remove_bn_IN.png
%%SQUIRRELDIR%%/images/sec_remove_cs_CZ.png
%%SQUIRRELDIR%%/images/sec_remove_da_DK.png
%%SQUIRRELDIR%%/images/sec_remove_de_DE.png
%%SQUIRRELDIR%%/images/sec_remove_et_EE.png
%%SQUIRRELDIR%%/images/sec_remove_el_GR.png
%%SQUIRRELDIR%%/images/sec_remove_eng.png
%%SQUIRRELDIR%%/images/sec_remove_es_ES.png
%%SQUIRRELDIR%%/images/sec_remove_fi_FI.png
%%SQUIRRELDIR%%/images/sec_remove_fo_FO.png
%%SQUIRRELDIR%%/images/sec_remove_fr_FR.png
%%SQUIRRELDIR%%/images/sec_remove_he_IL.png
%%SQUIRRELDIR%%/images/sec_remove_hr_HR.png
%%SQUIRRELDIR%%/images/sec_remove_hu_HU.png
%%SQUIRRELDIR%%/images/sec_remove_id_ID.png
%%SQUIRRELDIR%%/images/sec_remove_it_IT.png
%%SQUIRRELDIR%%/images/sec_remove_ja_JP.png
%%SQUIRRELDIR%%/images/sec_remove_ko_KR.png
%%SQUIRRELDIR%%/images/sec_remove_lt_LT.png
%%SQUIRRELDIR%%/images/sec_remove_nb_NO.png
%%SQUIRRELDIR%%/images/sec_remove_nl_NL.png
%%SQUIRRELDIR%%/images/sec_remove_nn_NO.png
%%SQUIRRELDIR%%/images/sec_remove_pt_BR.png
%%SQUIRRELDIR%%/images/sec_remove_pt_PT.png
%%SQUIRRELDIR%%/images/sec_remove_ru_RU.png
%%SQUIRRELDIR%%/images/sec_remove_sk_SK.png
%%SQUIRRELDIR%%/images/sec_remove_sl_SI.png
%%SQUIRRELDIR%%/images/sec_remove_sr_YU.png
%%SQUIRRELDIR%%/images/sec_remove_sv_SE.png
%%SQUIRRELDIR%%/images/sec_remove_tr_TR.png
%%SQUIRRELDIR%%/images/sec_remove_uk_UA.png
%%SQUIRRELDIR%%/images/sec_remove_ug.png
%%SQUIRRELDIR%%/images/senti.png
%%SQUIRRELDIR%%/images/sm_logo.png
%%SQUIRRELDIR%%/images/sort_none.png
%%SQUIRRELDIR%%/images/up_pointer.png
%%SQUIRRELDIR%%/include/index.php
%%SQUIRRELDIR%%/include/load_prefs.php
%%SQUIRRELDIR%%/include/options/display.php
%%SQUIRRELDIR%%/include/options/folder.php
%%SQUIRRELDIR%%/include/options/index.php
%%SQUIRRELDIR%%/include/options/personal.php
%%SQUIRRELDIR%%/include/validate.php
%%SQUIRRELDIR%%/index.php
%%SQUIRRELDIR%%/locale/README.locales
%%SQUIRRELDIR%%/locale/ar/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/ar/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/ar/setup.php
%%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/bg_BG/setup.php
%%SQUIRRELDIR%%/locale/bn_IN/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/bn_IN/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/bn_IN/setup.php
%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/ca_ES/setup.php
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/abook_import_export.mo
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/abook_import_export.po
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/compatibility.mo
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/compatibility.po
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/proon.mo
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/proon.po
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/vacation_local.mo
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/vacation_local.po
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/vkeyboard.po
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/vkeyboard.mo
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/yelp.mo
%%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES/yelp.po
%%SQUIRRELDIR%%/locale/cs_CZ/setup.php
%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/cy_GB/setup.php
%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/da_DK/setup.php
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/abook_import_export.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/abook_import_export.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/calendar.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/calendar.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_sqlpass.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/change_sqlpass.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/compatibility.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/compatibility.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/empty_folders.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/empty_folders.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/expire.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/expire.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/folder_sizes.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/folder_sizes.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/ldapquery.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/ldapquery.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/limit_languages.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/limit_languages.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/login_alias.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/login_alias.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/naguser.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/naguser.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/newuser_wiz.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/newuser_wiz.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/reply_buttons.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/reply_buttons.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/restrict_senders.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/restrict_senders.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/select_language.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/select_language.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/serversidefilter.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/serversidefilter.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/show_ssl_link.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/show_ssl_link.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/squirrel_logger.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/squirrel_logger.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/templates.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/templates.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/unsafe_image_rules.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/unsafe_image_rules.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/vacation_local.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/vacation_local.po
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/verify_reply_to.mo
%%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES/verify_reply_to.po
%%SQUIRRELDIR%%/locale/de_DE/setup.php
%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/ldapquery.mo
%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/ldapquery.po
%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/el_GR/setup.php
%%SQUIRRELDIR%%/locale/en_GB/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/en_GB/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/en_GB/setup.php
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_sqlpass.mo
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/change_sqlpass.po
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/smallcal.mo
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/smallcal.po
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/unsafe_image_rules.mo
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/unsafe_image_rules.po
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/vkeyboard.po
%%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES/vkeyboard.mo
%%SQUIRRELDIR%%/locale/es_ES/setup.php
%%SQUIRRELDIR%%/locale/et_EE/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/et_EE/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/et_EE/setup.php
%%SQUIRRELDIR%%/locale/eu_ES/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/eu_ES/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/eu_ES/setup.php
%%SQUIRRELDIR%%/locale/fa_IR/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/fa_IR/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/fa_IR/setup.php
%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/fi_FI/setup.php
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/abook_import_export.mo
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/abook_import_export.po
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/compatibility.mo
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/compatibility.po
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/empty_folders.mo
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/empty_folders.po
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/folder_settings.mo
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/folder_settings.po
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/html_mail.mo
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/html_mail.po
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/fo_FO/setup.php
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/calendar.mo
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/calendar.po
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/change_sqlpass.mo
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/change_sqlpass.po
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/empty_folders.mo
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/empty_folders.po
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/spam_buttons.mo
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/spam_buttons.po
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/vacation_local.mo
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/vacation_local.po
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/vkeyboard.po
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/vkeyboard.mo
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/yelp.mo
%%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES/yelp.po
%%SQUIRRELDIR%%/locale/fr_FR/setup.php
%%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/he_IL/setup.php
%%SQUIRRELDIR%%/locale/hr_HR/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/hr_HR/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/hr_HR/setup.php
%%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/hu_HU/setup.php
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/compatibility.mo
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/compatibility.po
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/cookie_warning.po
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/cookie_warning.mo
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/folder_sizes.mo
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/folder_sizes.po
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/select_language.mo
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/select_language.po
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/id_ID/setup.php
%%SQUIRRELDIR%%/locale/index.php
%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/is_IS/setup.php
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/calendar.mo
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/calendar.po
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/html_mail.mo
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/html_mail.po
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/newuser_wiz.mo
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/newuser_wiz.po
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/vacation_local.mo
%%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES/vacation_local.po
%%SQUIRRELDIR%%/locale/it_IT/setup.php
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/compatibility.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/compatibility.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/cookie_warning.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/cookie_warning.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/custom_charset.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/custom_charset.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/debugger.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/debugger.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/html_mail.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/html_mail.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/mini.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/mini.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/reply_buttons.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/reply_buttons.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/sasql.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/sasql.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/select_language.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/select_language.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/serversidefilter.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/serversidefilter.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/show_ssl_link.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/show_ssl_link.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/smallcal.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/smallcal.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/spam_buttons.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/spam_buttons.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/squirrel_logger.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/squirrel_logger.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/web_search.mo
%%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES/web_search.po
%%SQUIRRELDIR%%/locale/ja_JP/setup.php
%%SQUIRRELDIR%%/locale/ka/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/ka/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/ka/setup.php
%%SQUIRRELDIR%%/locale/ko_KR/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/ko_KR/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/ko_KR/setup.php
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/abook_import_export.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/abook_import_export.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/advanced_settings.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/advanced_settings.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/calendar.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/calendar.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_sqlpass.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/change_sqlpass.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/compatibility.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/compatibility.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/compose_fix.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/compose_fix.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/cookie_warning.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/cookie_warning.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/custom_charset.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/custom_charset.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/debugger.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/debugger.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/empty_folders.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/empty_folders.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/expire.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/expire.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_settings.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_settings.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_sizes.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/folder_sizes.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/html_mail.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/html_mail.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/ldapquery.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/ldapquery.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/limit_languages.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/limit_languages.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/login_alias.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/login_alias.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/mini.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/mini.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/multilogin.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/multilogin.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/naguser.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/naguser.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/newuser_wiz.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/newuser_wiz.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/proon.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/proon.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/qmailadmin_login.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/qmailadmin_login.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/reply_buttons.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/reply_buttons.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/restrict_senders.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/restrict_senders.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/sasql.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/sasql.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/select_language.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/select_language.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/serversidefilter.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/serversidefilter.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/show_ssl_link.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/show_ssl_link.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/smallcal.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/smallcal.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/spam_buttons.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/spam_buttons.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/squirrel_logger.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/squirrel_logger.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/templates.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/templates.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/unsafe_image_rules.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/unsafe_image_rules.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vacation_local.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vacation_local.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/verify_reply_to.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/verify_reply_to.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vkeyboard.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/vkeyboard.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/web_search.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/web_search.po
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/yelp.mo
%%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES/yelp.po
%%SQUIRRELDIR%%/locale/lt_LT/setup.php
%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/ms_MY/setup.php
%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/nb_NO/setup.php
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/calendar.mo
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/calendar.po
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/vacation_local.mo
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/vacation_local.po
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/vkeyboard.po
%%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES/vkeyboard.mo
%%SQUIRRELDIR%%/locale/nl_NL/setup.php
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/abook_import_export.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/abook_import_export.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/advanced_settings.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/advanced_settings.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/calendar.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/calendar.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_sqlpass.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/change_sqlpass.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/compatibility.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/compatibility.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/compose_fix.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/compose_fix.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/cookie_warning.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/cookie_warning.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/custom_charset.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/custom_charset.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/debugger.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/debugger.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/empty_folders.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/empty_folders.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/expire.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/expire.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_settings.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_settings.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_sizes.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/folder_sizes.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/html_mail.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/html_mail.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/ldapquery.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/ldapquery.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/limit_languages.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/limit_languages.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/login_alias.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/login_alias.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/mini.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/mini.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/multilogin.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/multilogin.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/naguser.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/naguser.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/newuser_wiz.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/newuser_wiz.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/proon.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/proon.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/qmailadmin_login.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/qmailadmin_login.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/reply_buttons.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/reply_buttons.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/restrict_senders.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/restrict_senders.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/sasql.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/sasql.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/select_language.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/select_language.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/serversidefilter.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/serversidefilter.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/show_ssl_link.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/show_ssl_link.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/smallcal.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/smallcal.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/spam_buttons.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/spam_buttons.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/squirrel_logger.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/squirrel_logger.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/templates.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/templates.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/unsafe_image_rules.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/unsafe_image_rules.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/vacation_local.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/vacation_local.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/verify_reply_to.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/verify_reply_to.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/vkeyboard.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/vkeyboard.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/web_search.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/web_search.po
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/yelp.mo
%%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES/yelp.po
%%SQUIRRELDIR%%/locale/nn_NO/setup.php
%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/pl_PL/setup.php
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/abook_import_export.mo
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/abook_import_export.po
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/unsafe_image_rules.mo
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/unsafe_image_rules.po
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/vkeyboard.po
%%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES/vkeyboard.mo
%%SQUIRRELDIR%%/locale/pt_BR/setup.php
%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/unsafe_image_rules.mo
%%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES/unsafe_image_rules.po
%%SQUIRRELDIR%%/locale/pt_PT/setup.php
%%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/ro_RO/setup.php
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/custom_charset.mo
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/custom_charset.po
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/sasql.mo
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/sasql.po
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/serversidefilter.mo
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/serversidefilter.po
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/ru_RU/setup.php
%%SQUIRRELDIR%%/locale/sk_SK/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/sk_SK/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/sk_SK/setup.php
%%SQUIRRELDIR%%/locale/sl_SI/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/sl_SI/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/sl_SI/setup.php
%%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/sr_YU/setup.php
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/abook_import_export.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/abook_import_export.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_sqlpass.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/change_sqlpass.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/compatibility.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/compatibility.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/compose_fix.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/compose_fix.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/cookie_warning.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/cookie_warning.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/custom_charset.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/custom_charset.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/debugger.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/debugger.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/empty_folders.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/empty_folders.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/expire.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/expire.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_settings.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_settings.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_sizes.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/folder_sizes.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/html_mail.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/html_mail.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/limit_languages.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/limit_languages.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/login_alias.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/login_alias.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/mini.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/mini.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/multilogin.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/multilogin.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/naguser.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/naguser.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/newuser_wiz.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/newuser_wiz.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/qmailadmin_login.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/qmailadmin_login.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/reply_buttons.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/reply_buttons.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/restrict_senders.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/restrict_senders.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/sasql.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/sasql.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/select_language.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/select_language.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/serversidefilter.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/serversidefilter.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/show_ssl_link.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/show_ssl_link.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/smallcal.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/smallcal.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/spam_buttons.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/spam_buttons.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/squirrel_logger.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/squirrel_logger.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/templates.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/templates.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/unsafe_image_rules.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/unsafe_image_rules.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/vacation_local.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/vacation_local.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/verify_reply_to.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/verify_reply_to.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/web_search.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/web_search.po
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/yelp.mo
%%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES/yelp.po
%%SQUIRRELDIR%%/locale/sv_SE/setup.php
%%SQUIRRELDIR%%/locale/timezones.cfg
%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/tr_TR/setup.php
%%SQUIRRELDIR%%/locale/ug/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/ug/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/ug/setup.php
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/abook_import_export.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/abook_import_export.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/archive_mail.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/archive_mail.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/askuserinfo.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/askuserinfo.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/calendar.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/calendar.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/compatibility.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/compatibility.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/custom_charset.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/custom_charset.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/folder_sizes.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/folder_sizes.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/html_mail.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/html_mail.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/mini.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/mini.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/newuser_wiz.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/newuser_wiz.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/sasql.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/sasql.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/serversidefilter.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/serversidefilter.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/smallcal.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/smallcal.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/templates.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/templates.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/vacation_local.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/vacation_local.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/vkeyboard.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/vkeyboard.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/web_search.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/web_search.po
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/yelp.mo
%%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES/yelp.po
%%SQUIRRELDIR%%/locale/uk_UA/setup.php
%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/zh_CN/setup.php
%%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/squirrelmail.mo
%%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES/squirrelmail.po
%%SQUIRRELDIR%%/locale/zh_TW/setup.php
%%SQUIRRELDIR%%/plugins/abook_take/index.php
%%SQUIRRELDIR%%/plugins/abook_take/setup.php
%%SQUIRRELDIR%%/plugins/abook_take/take.php
%%SQUIRRELDIR%%/plugins/administrator/auth.php
%%SQUIRRELDIR%%/plugins/administrator/defines.php
%%SQUIRRELDIR%%/plugins/administrator/index.php
%%SQUIRRELDIR%%/plugins/administrator/options.php
%%SQUIRRELDIR%%/plugins/administrator/setup.php
%%SQUIRRELDIR%%/plugins/bug_report/bug_report.php
%%SQUIRRELDIR%%/plugins/bug_report/index.php
%%SQUIRRELDIR%%/plugins/bug_report/setup.php
%%SQUIRRELDIR%%/plugins/calendar/calendar.php
%%SQUIRRELDIR%%/plugins/calendar/calendar_data.php
%%SQUIRRELDIR%%/plugins/calendar/day.php
%%SQUIRRELDIR%%/plugins/calendar/event_create.php
%%SQUIRRELDIR%%/plugins/calendar/event_delete.php
%%SQUIRRELDIR%%/plugins/calendar/event_edit.php
%%SQUIRRELDIR%%/plugins/calendar/functions.php
%%SQUIRRELDIR%%/plugins/calendar/index.php
%%SQUIRRELDIR%%/plugins/calendar/setup.php
%%SQUIRRELDIR%%/plugins/delete_move_next/index.php
%%SQUIRRELDIR%%/plugins/delete_move_next/setup.php
%%SQUIRRELDIR%%/plugins/demo/index.php
%%SQUIRRELDIR%%/plugins/demo/getpot
%%SQUIRRELDIR%%/plugins/demo/demo.pot
%%SQUIRRELDIR%%/plugins/demo/setup.php
%%SQUIRRELDIR%%/plugins/demo/COPYING
%%SQUIRRELDIR%%/plugins/demo/demo.php
%%SQUIRRELDIR%%/plugins/demo/functions.php
%%SQUIRRELDIR%%/plugins/filters/bulkquery/Makefile
%%SQUIRRELDIR%%/plugins/filters/bulkquery/bq.in
%%SQUIRRELDIR%%/plugins/filters/bulkquery/bq.out
%%SQUIRRELDIR%%/plugins/filters/bulkquery/bulkquery.c
%%SQUIRRELDIR%%/plugins/filters/bulkquery/index.php
%%SQUIRRELDIR%%/plugins/filters/filters.php
%%SQUIRRELDIR%%/plugins/filters/index.php
%%SQUIRRELDIR%%/plugins/filters/options.php
%%SQUIRRELDIR%%/plugins/filters/setup.php
%%SQUIRRELDIR%%/plugins/filters/spamoptions.php
%%SQUIRRELDIR%%/plugins/fortune/index.php
%%SQUIRRELDIR%%/plugins/fortune/setup.php
%%SQUIRRELDIR%%/plugins/index.php
%%SQUIRRELDIR%%/plugins/info/functions.php
%%SQUIRRELDIR%%/plugins/info/index.php
%%SQUIRRELDIR%%/plugins/info/options.php
%%SQUIRRELDIR%%/plugins/info/setup.php
%%SQUIRRELDIR%%/plugins/listcommands/index.php
%%SQUIRRELDIR%%/plugins/listcommands/mailout.php
%%SQUIRRELDIR%%/plugins/listcommands/setup.php
%%SQUIRRELDIR%%/plugins/mail_fetch/class.POP3.php
%%SQUIRRELDIR%%/plugins/mail_fetch/fetch.php
%%SQUIRRELDIR%%/plugins/mail_fetch/functions.php
%%SQUIRRELDIR%%/plugins/mail_fetch/index.php
%%SQUIRRELDIR%%/plugins/mail_fetch/options.php
%%SQUIRRELDIR%%/plugins/mail_fetch/setup.php
%%SQUIRRELDIR%%/plugins/message_details/index.php
%%SQUIRRELDIR%%/plugins/message_details/message_details_bottom.php
%%SQUIRRELDIR%%/plugins/message_details/message_details_main.php
%%SQUIRRELDIR%%/plugins/message_details/message_details_top.php
%%SQUIRRELDIR%%/plugins/message_details/setup.php
%%SQUIRRELDIR%%/plugins/newmail/index.php
%%SQUIRRELDIR%%/plugins/newmail/newmail.php
%%SQUIRRELDIR%%/plugins/newmail/newmail_opt.php
%%SQUIRRELDIR%%/plugins/newmail/setup.php
%%SQUIRRELDIR%%/plugins/newmail/sounds/FanFair.wav
%%SQUIRRELDIR%%/plugins/newmail/sounds/Friends.wav
%%SQUIRRELDIR%%/plugins/newmail/sounds/MontyPython.wav
%%SQUIRRELDIR%%/plugins/newmail/sounds/Notify.wav
%%SQUIRRELDIR%%/plugins/newmail/sounds/index.php
%%SQUIRRELDIR%%/plugins/newmail/testsound.php
%%SQUIRRELDIR%%/plugins/sent_subfolders/index.php
%%SQUIRRELDIR%%/plugins/sent_subfolders/setup.php
%%SQUIRRELDIR%%/plugins/spamcop/index.php
%%SQUIRRELDIR%%/plugins/spamcop/options.php
%%SQUIRRELDIR%%/plugins/spamcop/setup.php
%%SQUIRRELDIR%%/plugins/spamcop/spamcop.php
%%SQUIRRELDIR%%/plugins/squirrelspell/index.php
%%SQUIRRELDIR%%/plugins/squirrelspell/js/WHATISTHIS
%%SQUIRRELDIR%%/plugins/squirrelspell/js/check_me.js
%%SQUIRRELDIR%%/plugins/squirrelspell/js/crypto_settings.js
%%SQUIRRELDIR%%/plugins/squirrelspell/js/decrypt_error.js
%%SQUIRRELDIR%%/plugins/squirrelspell/js/index.php
%%SQUIRRELDIR%%/plugins/squirrelspell/js/init.js
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/.htaccess
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/WHATISTHIS
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/check_me.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/crypto.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/crypto_badkey.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/edit_dic.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/enc_setup.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/forget_me.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/forget_me_not.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/index.php
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/init.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/lang_change.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/lang_setup.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/modules/options_main.mod
%%SQUIRRELDIR%%/plugins/squirrelspell/setup.php
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_config.php
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_functions.php
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_interface.php
%%SQUIRRELDIR%%/plugins/squirrelspell/sqspell_options.php
%%SQUIRRELDIR%%/plugins/test/COPYING
%%SQUIRRELDIR%%/plugins/test/test.php
%%SQUIRRELDIR%%/plugins/test/setup.php
%%SQUIRRELDIR%%/plugins/test/decodeheader.php
%%SQUIRRELDIR%%/plugins/test/ngettext.php
%%SQUIRRELDIR%%/plugins/test/index.php
%%SQUIRRELDIR%%/plugins/test/functions.php
%%SQUIRRELDIR%%/plugins/translate/index.php
%%SQUIRRELDIR%%/plugins/translate/options.php
%%SQUIRRELDIR%%/plugins/translate/setup.php
%%SQUIRRELDIR%%/po/compilepo
%%SQUIRRELDIR%%/po/independent_strings.txt
%%SQUIRRELDIR%%/po/index.php
%%SQUIRRELDIR%%/po/mergepo
%%SQUIRRELDIR%%/po/squirrelmail.pot
%%SQUIRRELDIR%%/po/xgetpo
%%SQUIRRELDIR%%/src/addrbook_popup.php
%%SQUIRRELDIR%%/src/addrbook_search.php
%%SQUIRRELDIR%%/src/addrbook_search_html.php
%%SQUIRRELDIR%%/src/addressbook.php
%%SQUIRRELDIR%%/src/compose.php
%%SQUIRRELDIR%%/src/configtest.php
%%SQUIRRELDIR%%/src/delete_message.php
%%SQUIRRELDIR%%/src/download.php
%%SQUIRRELDIR%%/src/empty_trash.php
%%SQUIRRELDIR%%/src/folders.php
%%SQUIRRELDIR%%/src/folders_create.php
%%SQUIRRELDIR%%/src/folders_delete.php
%%SQUIRRELDIR%%/src/folders_rename_do.php
%%SQUIRRELDIR%%/src/folders_rename_getname.php
%%SQUIRRELDIR%%/src/folders_subscribe.php
%%SQUIRRELDIR%%/src/help.php
%%SQUIRRELDIR%%/src/image.php
%%SQUIRRELDIR%%/src/index.php
%%SQUIRRELDIR%%/src/left_main.php
%%SQUIRRELDIR%%/src/login.php
%%SQUIRRELDIR%%/src/mailto.php
%%SQUIRRELDIR%%/src/move_messages.php
%%SQUIRRELDIR%%/src/options.php
%%SQUIRRELDIR%%/src/options_highlight.php
%%SQUIRRELDIR%%/src/options_identities.php
%%SQUIRRELDIR%%/src/options_order.php
%%SQUIRRELDIR%%/src/printer_friendly_bottom.php
%%SQUIRRELDIR%%/src/printer_friendly_main.php
%%SQUIRRELDIR%%/src/printer_friendly_top.php
%%SQUIRRELDIR%%/src/read_body.php
%%SQUIRRELDIR%%/src/redirect.php
%%SQUIRRELDIR%%/src/right_main.php
%%SQUIRRELDIR%%/src/search.php
%%SQUIRRELDIR%%/src/signout.php
%%SQUIRRELDIR%%/src/vcard.php
%%SQUIRRELDIR%%/src/view_header.php
%%SQUIRRELDIR%%/src/view_text.php
%%SQUIRRELDIR%%/src/webmail.php
%%SQUIRRELDIR%%/themes/alien_glow.php
%%SQUIRRELDIR%%/themes/autumn.php
%%SQUIRRELDIR%%/themes/autumn2.php
%%SQUIRRELDIR%%/themes/black_bean_burrito_theme.php
%%SQUIRRELDIR%%/themes/blue_grey_theme.php
%%SQUIRRELDIR%%/themes/blue_on_blue.php
%%SQUIRRELDIR%%/themes/bluesnews_theme.php
%%SQUIRRELDIR%%/themes/bluesome.php
%%SQUIRRELDIR%%/themes/bluesteel_theme.php
%%SQUIRRELDIR%%/themes/christmas.php
%%SQUIRRELDIR%%/themes/classic_blue.php
%%SQUIRRELDIR%%/themes/classic_blue2.php
%%SQUIRRELDIR%%/themes/css/comic-sans-08.css
%%SQUIRRELDIR%%/themes/css/comic-sans-10.css
%%SQUIRRELDIR%%/themes/css/comic-sans-12.css
%%SQUIRRELDIR%%/themes/css/index.php
%%SQUIRRELDIR%%/themes/css/sans-08.css
%%SQUIRRELDIR%%/themes/css/sans-10.css
%%SQUIRRELDIR%%/themes/css/sans-12.css
%%SQUIRRELDIR%%/themes/css/serif-10.css
%%SQUIRRELDIR%%/themes/css/serif-12.css
%%SQUIRRELDIR%%/themes/css/tahoma-08.css
%%SQUIRRELDIR%%/themes/css/tahoma-10.css
%%SQUIRRELDIR%%/themes/css/tahoma-12.css
%%SQUIRRELDIR%%/themes/css/verdana-08.css
%%SQUIRRELDIR%%/themes/css/verdana-10.css
%%SQUIRRELDIR%%/themes/css/verdana-12.css
%%SQUIRRELDIR%%/themes/dark_green.php
%%SQUIRRELDIR%%/themes/dark_grey_theme.php
%%SQUIRRELDIR%%/themes/darkness.php
%%SQUIRRELDIR%%/themes/deepocean2_theme.php
%%SQUIRRELDIR%%/themes/deepocean_theme.php
%%SQUIRRELDIR%%/themes/default_theme.php
%%SQUIRRELDIR%%/themes/dompie_theme.php
%%SQUIRRELDIR%%/themes/forest_theme.php
%%SQUIRRELDIR%%/themes/greenhouse_effect.php
%%SQUIRRELDIR%%/themes/high_contrast_theme.php
%%SQUIRRELDIR%%/themes/ice_theme.php
%%SQUIRRELDIR%%/themes/in_the_pink.php
%%SQUIRRELDIR%%/themes/index.php
%%SQUIRRELDIR%%/themes/kind_of_blue.php
%%SQUIRRELDIR%%/themes/maize_theme.php
%%SQUIRRELDIR%%/themes/methodical_theme.php
%%SQUIRRELDIR%%/themes/midnight.php
%%SQUIRRELDIR%%/themes/minimal_bw.php
%%SQUIRRELDIR%%/themes/monostochastic.php
%%SQUIRRELDIR%%/themes/netstyle_theme.php
%%SQUIRRELDIR%%/themes/penguin.php
%%SQUIRRELDIR%%/themes/plain_blue_theme.php
%%SQUIRRELDIR%%/themes/powder_blue.php
%%SQUIRRELDIR%%/themes/purple_theme.php
%%SQUIRRELDIR%%/themes/random.php
%%SQUIRRELDIR%%/themes/redmond.php
%%SQUIRRELDIR%%/themes/sandstorm_theme.php
%%SQUIRRELDIR%%/themes/seaspray_theme.php
%%SQUIRRELDIR%%/themes/servery_theme.php
%%SQUIRRELDIR%%/themes/shades_of_grey.php
%%SQUIRRELDIR%%/themes/silver_steel_theme.php
%%SQUIRRELDIR%%/themes/simple_green2.php
%%SQUIRRELDIR%%/themes/simple_green_theme.php
%%SQUIRRELDIR%%/themes/simple_purple.php
%%SQUIRRELDIR%%/themes/slashdot_theme.php
%%SQUIRRELDIR%%/themes/spice_of_life.php
%%SQUIRRELDIR%%/themes/spice_of_life_dark.php
%%SQUIRRELDIR%%/themes/spice_of_life_lite.php
%%SQUIRRELDIR%%/themes/techno_blue.php
%%SQUIRRELDIR%%/themes/turquoise.php
%%SQUIRRELDIR%%/themes/wood_theme.php
@dirrmtry etc/periodic/daily
@dirrmtry etc/periodic
@dirrm %%SQUIRRELDIR%%/themes/css
@dirrm %%SQUIRRELDIR%%/themes
@dirrm %%SQUIRRELDIR%%/src
@dirrm %%SQUIRRELDIR%%/po
@dirrm %%SQUIRRELDIR%%/plugins/translate
@dirrm %%SQUIRRELDIR%%/plugins/test
@dirrm %%SQUIRRELDIR%%/plugins/squirrelspell/modules
@dirrm %%SQUIRRELDIR%%/plugins/squirrelspell/js
@dirrm %%SQUIRRELDIR%%/plugins/squirrelspell
@dirrm %%SQUIRRELDIR%%/plugins/spamcop
@dirrm %%SQUIRRELDIR%%/plugins/sent_subfolders
@dirrm %%SQUIRRELDIR%%/plugins/newmail/sounds
@dirrm %%SQUIRRELDIR%%/plugins/newmail
@dirrm %%SQUIRRELDIR%%/plugins/message_details
@dirrm %%SQUIRRELDIR%%/plugins/mail_fetch
@dirrm %%SQUIRRELDIR%%/plugins/listcommands
@dirrm %%SQUIRRELDIR%%/plugins/info
@dirrm %%SQUIRRELDIR%%/plugins/fortune
@dirrm %%SQUIRRELDIR%%/plugins/filters/bulkquery
@dirrm %%SQUIRRELDIR%%/plugins/filters
@dirrm %%SQUIRRELDIR%%/plugins/demo
@dirrm %%SQUIRRELDIR%%/plugins/delete_move_next
@dirrm %%SQUIRRELDIR%%/plugins/calendar
@dirrm %%SQUIRRELDIR%%/plugins/bug_report
@dirrm %%SQUIRRELDIR%%/plugins/administrator
@dirrm %%SQUIRRELDIR%%/plugins/abook_take
@dirrmtry %%SQUIRRELDIR%%/plugins
@dirrm %%SQUIRRELDIR%%/locale/zh_TW/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/zh_TW
@dirrm %%SQUIRRELDIR%%/locale/zh_CN/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/zh_CN
@dirrm %%SQUIRRELDIR%%/locale/uk_UA/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/uk_UA
@dirrm %%SQUIRRELDIR%%/locale/tr_TR/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/tr_TR
@dirrm %%SQUIRRELDIR%%/locale/sv_SE/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/sv_SE
@dirrm %%SQUIRRELDIR%%/locale/sr_YU/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/sr_YU
@dirrm %%SQUIRRELDIR%%/locale/sl_SI/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/sl_SI
@dirrm %%SQUIRRELDIR%%/locale/sk_SK/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/sk_SK
@dirrm %%SQUIRRELDIR%%/locale/ru_RU/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/ru_RU
@dirrm %%SQUIRRELDIR%%/locale/ro_RO/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/ro_RO
@dirrm %%SQUIRRELDIR%%/locale/pt_PT/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/pt_PT
@dirrm %%SQUIRRELDIR%%/locale/pt_BR/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/pt_BR
@dirrm %%SQUIRRELDIR%%/locale/pl_PL/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/pl_PL
@dirrm %%SQUIRRELDIR%%/locale/nn_NO/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/nn_NO
@dirrm %%SQUIRRELDIR%%/locale/nl_NL/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/nl_NL
@dirrm %%SQUIRRELDIR%%/locale/nb_NO/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/nb_NO
@dirrm %%SQUIRRELDIR%%/locale/lt_LT/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/lt_LT
@dirrm %%SQUIRRELDIR%%/locale/ko_KR/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/ko_KR
@dirrm %%SQUIRRELDIR%%/locale/ka/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/ka
@dirrm %%SQUIRRELDIR%%/locale/ja_JP/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/ja_JP
@dirrm %%SQUIRRELDIR%%/locale/it_IT/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/it_IT
@dirrm %%SQUIRRELDIR%%/locale/is_IS/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/is_IS
@dirrm %%SQUIRRELDIR%%/locale/id_ID/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/id_ID
@dirrm %%SQUIRRELDIR%%/locale/hu_HU/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/hu_HU
@dirrm %%SQUIRRELDIR%%/locale/hr_HR/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/hr_HR
@dirrm %%SQUIRRELDIR%%/locale/he_IL/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/he_IL
@dirrm %%SQUIRRELDIR%%/locale/fr_FR/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/fr_FR
@dirrm %%SQUIRRELDIR%%/locale/fi_FI/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/fi_FI
@dirrm %%SQUIRRELDIR%%/locale/et_EE/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/et_EE
@dirrm %%SQUIRRELDIR%%/locale/es_ES/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/es_ES
@dirrm %%SQUIRRELDIR%%/locale/en_GB/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/en_GB
@dirrm %%SQUIRRELDIR%%/locale/el_GR/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/el_GR
@dirrm %%SQUIRRELDIR%%/locale/de_DE/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/de_DE
@dirrm %%SQUIRRELDIR%%/locale/da_DK/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/da_DK
@dirrm %%SQUIRRELDIR%%/locale/cs_CZ/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/cs_CZ
@dirrm %%SQUIRRELDIR%%/locale/ca_ES/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/ca_ES
@dirrm %%SQUIRRELDIR%%/locale/bg_BG/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/bg_BG
@dirrm %%SQUIRRELDIR%%/locale/cy_GB/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/cy_GB
@dirrm %%SQUIRRELDIR%%/locale/fo_FO/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/fo_FO
@dirrm %%SQUIRRELDIR%%/locale/ms_MY/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/ms_MY
@dirrm %%SQUIRRELDIR%%/locale/ar/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/ar
@dirrm %%SQUIRRELDIR%%/locale/ug/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/ug
@dirrm %%SQUIRRELDIR%%/locale/fa_IR/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/fa_IR
@dirrm %%SQUIRRELDIR%%/locale/eu_ES/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/eu_ES
@dirrm %%SQUIRRELDIR%%/locale/bn_IN/LC_MESSAGES
@dirrm %%SQUIRRELDIR%%/locale/bn_IN
@dirrm %%SQUIRRELDIR%%/locale
@dirrm %%SQUIRRELDIR%%/include/options
@dirrm %%SQUIRRELDIR%%/include
@dirrm %%SQUIRRELDIR%%/images
@dirrm %%SQUIRRELDIR%%/help/zh_CN
@dirrm %%SQUIRRELDIR%%/help/uk_UA
@dirrm %%SQUIRRELDIR%%/help/sv_SE
@dirrm %%SQUIRRELDIR%%/help/sr_YU
@dirrm %%SQUIRRELDIR%%/help/sl_SI
@dirrm %%SQUIRRELDIR%%/help/sk_SK
@dirrm %%SQUIRRELDIR%%/help/ru_RU
@dirrm %%SQUIRRELDIR%%/help/pt_PT
@dirrm %%SQUIRRELDIR%%/help/pt_BR
@dirrm %%SQUIRRELDIR%%/help/pl_PL
@dirrm %%SQUIRRELDIR%%/help/nl_NL
@dirrm %%SQUIRRELDIR%%/help/lt_LT
@dirrm %%SQUIRRELDIR%%/help/ko_KR
@dirrm %%SQUIRRELDIR%%/help/ja_JP
@dirrm %%SQUIRRELDIR%%/help/it_IT
@dirrm %%SQUIRRELDIR%%/help/id_ID
@dirrm %%SQUIRRELDIR%%/help/fr_FR
@dirrm %%SQUIRRELDIR%%/help/fi_FI
@dirrm %%SQUIRRELDIR%%/help/es_ES
@dirrm %%SQUIRRELDIR%%/help/en_US
@dirrm %%SQUIRRELDIR%%/help/en_GB
@dirrm %%SQUIRRELDIR%%/help/de_DE
@dirrm %%SQUIRRELDIR%%/help/da_DK
@dirrm %%SQUIRRELDIR%%/help/cy_GB
@dirrm %%SQUIRRELDIR%%/help/cs_CZ
@dirrm %%SQUIRRELDIR%%/help/ca_ES
@dirrm %%SQUIRRELDIR%%/help/bg_BG
@dirrm %%SQUIRRELDIR%%/help
@dirrm %%SQUIRRELDIR%%/functions/encode
@dirrm %%SQUIRRELDIR%%/functions/decode
@dirrm %%SQUIRRELDIR%%/functions
@dirrm %%SQUIRRELDIR%%/data
@dirrmtry %%SQUIRRELDIR%%/config
@dirrm %%SQUIRRELDIR%%/class/mime
@dirrm %%SQUIRRELDIR%%/class/helper
@dirrm %%SQUIRRELDIR%%/class/deliver
@dirrm %%SQUIRRELDIR%%/class
@dirrmtry %%SQUIRRELDIR%%