aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/evolution.xml
blob: e2b357875770c98e6bccbd3582436b87a6c085d4 (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
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 <!ENTITY z-3rdParty "*" >
 <!ENTITY z-SM "(SM)" >
 <!ENTITY z-CM "(CM)" >
 <!ENTITY z-CLM "(CLM)" >
 <!ENTITY z-nbhyph "-" >
 <!ENTITY z-nbspace " " >
] >

<book id="index" lang="en">
<title>Evolution User Guide 2.0</title>

 <bookinfo id="Front">
  <productname>Evolution&trade;</productname>
  <productnumber>2.0</productnumber>
  <invpartnumber>September 9, 2004</invpartnumber>
  <title>User guide</title>
 </bookinfo>

 <preface id="preface">
  <title>About This Guide</title>
  <para>This guide describes how to use and manage Evolution&trade; 2.0.x client software. This guide is intended for users and is divided into the following sections:</para>
  <itemizedlist>
   <listitem>
    <para><link linkend="usage-mainwindow">Getting Started</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-mail">Getting and Sending E-Mail</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-mail-organize">Organizing Your E-Mail</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-contact">Evolution Contacts: the Address Book</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-calendar">Evolution Calendar</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bs4tmzx">Connecting to GroupWise</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-exchange">Connecting to Exchange Servers</link></para>
   </listitem>
   <listitem>
    <para><link linkend="config-prefs">Advanced Configuration</link></para>
   </listitem>
   <listitem>
    <para><link linkend="config-sync">Synchronizing Your Handheld Device</link></para>
   </listitem>
   <listitem>
    <para><link linkend="outlook-migration">Migration from Outlook to Evolution</link></para>
   </listitem>
   <listitem>
    <para><link linkend="menuref">Quick Reference</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bugs">Known Bugs and Limitations</link></para>
   </listitem>
  </itemizedlist>
  <bridgehead>Finding Help</bridgehead>
  <para>You can find additional help in three places. </para>
  <itemizedlist>
   <listitem>
    <para>For information about command line options, open a terminal window and type <command>evolution --help</command>.</para>
   </listitem>
   <listitem>
    <para>For support, late-breaking news, and errata, visit the Novell support center at <ulink url="http://support.novell.com">support.novell.com</ulink>.</para>
   </listitem>
   <listitem>
    <para>In the Evolution interface, click Help &gt; Contents.</para>
   </listitem>
  </itemizedlist>
  <bridgehead>Documentation Updates</bridgehead>
  <para>For the most recent version of the<citetitle> Evolution 2.0 User Guide</citetitle>, see the <ulink url="http://www.novell.com/documentation/ximian.html">Evolution Documentation Web site</ulink>.</para>
  <bridgehead>Documentation Conventions</bridgehead>
  <para>In Novell documentation, a greater-than symbol (&gt;) is used to separate actions within a step and items in a cross-reference path.</para>
  <para>A trademark symbol (&reg;, &trade;, etc.) denotes a Novell trademark. An asterisk (*) denotes a third-party trademark.</para>
 </preface>

 <chapter id="usage-mainwindow">
  <title>Getting Started</title>
  <para>Evolution&trade; makes the tasks of storing, organizing, and retrieving your personal information easier, so you can work and communicate more effectively with others. It&apos;s a highly evolved <link linkend="groupware">groupware</link> program, an integral part of the Internet-connected desktop.</para>
  <para>Evolution can help you work in a group by handling e-mail, address, and other contact information, and one or more calendars. It can do that on one or several computers, connected directly or over a network, for one person or for large groups.</para>
  <para>With Evolution, you can accomplish your most common daily tasks faster. For example, it takes only one or two clicks to enter appointment or contact information sent to you by e-mail, or to send e-mail to a contact or appointment. Evolution makes displays faster and more efficient, so searches are faster and memory usage is lower. People who get lots of e-mail will appreciate advanced features like <link linkend="vfolder">vFolders</link>, which let you save searches as though they were ordinary e-mail folders.</para>
  <itemizedlist>
   <listitem>
    <para><link linkend="usage-mainwindow-starting">Starting Evolution for the First Time</link></para>
   </listitem>
   <listitem>
    <para><link linkend="ui-intro">About the Evolution Main Window </link></para>
   </listitem>
  </itemizedlist>

  <section id="usage-mainwindow-starting">
   <title>Starting Evolution for the First Time</title>
   <procedure>
    <step id="bs4u1a6">
     <para>Click the Applications Menu icon &gt; Office &gt; Evolution.</para>
     <para>or</para>
     <para>Enter <command>evolution</command> at the command line.</para>
    </step>
   </procedure>

   <section id="bse54o0">
    <title>Using the First-Run Assistant</title>
    <para>The first time you run Evolution, it creates a directory called evolution in your home directory, where it stores all of its local data. Then, it opens a first-run assistant to help you set up e-mail accounts and import data from other applications.</para>
    <para>Using the first-run assistant takes approximately two to five minutes.</para>
    <para>Later on, if you want to change this account, or if you want to create a new one, select Tools &gt; Settings, then click Mail Accounts. Select the account you want to change, then click Edit. Alternately, add a new account by clicking Add. See <link linkend="config-prefs-mail">Mail Preferences</link> for details.</para>

    <section id="first-step">
     <title>Defining Your Identity</title>
     <informalfigure id="bsj8pww">
      <mediaobject><imageobject><imagedata format="PNG" fileref="figures/evo_identity_a.png"/></imageobject></mediaobject>
      
     </informalfigure>
     <para>The Identity window is the first step in the assistant. Here, you will enter some basic personal information. You can define multiple identities later by clicking Tools &gt; Settings, then click Mail Accounts. </para>
     <para>In the Identity page, you need to provide the following information:</para>
     <formalpara id="bsj74dl">
      <title>Account Information:</title>
      <para> Type a name for Evolution to use for this account. This is used only for display within Evolution. Some good examples are &ldquo;Work E-mail&rdquo; or &ldquo;IMAP Server.&rdquo;</para>
     </formalpara>
     <formalpara id="bsj74dm">
      <title>Full Name: </title>
      <para>Your full name.</para>
     </formalpara>
     <formalpara id="bsj74dn">
      <title>E-Mail Address:</title>
      <para> Your e-mail address.</para>
     </formalpara>
     <formalpara id="bsj74do">
      <title>Make This My Default Account:</title>
      <para> Select this as the primary account. </para>
     </formalpara>
     <formalpara id="bsj74dp">
      <title> Reply-To:</title>
      <para> (Optional) If you want to have replies sent to another e-mail address, specify it in this space .</para>
     </formalpara>
     <formalpara id="bsj74dq">
      <title>Organization:</title>
      <para> (Optional) The company where you work, or the organization you represent when you send e-mail.</para>
     </formalpara>
    </section>

    <section id="second-step">
     <title>Receiving Mail</title>
     <informalfigure id="bsj8qah">
      <mediaobject><imageobject><imagedata format="PNG" fileref="figures/evo_receive_setup_a.png"/></imageobject></mediaobject>
      
     </informalfigure>
     <para>The Receiving E-mail option lets you determine where you get your e-mail. You need to specify the type of server you want to receive mail with. If you are unsure about the type of server to choose, ask your system administrator or ISP. The following is a list of server types:</para>
     <formalpara id="bsj74dr">
      <title>GroupWise:</title>
      <para> Select this option if you connect to GroupWise&reg;. GroupWise keeps e-mail, calendar, and contact information on the server.</para>
     </formalpara>
     <formalpara id="bsj74ds">
      <title>Microsoft Exchange:</title>
      <para> Available only if you have installed the Connector for Microsoft&z-3rdParty; Exchange. It allows you to connect to a Microsoft Exchange 2000 or 2003 server, which stores e-mail, calendar, and contact information on the server.</para>
     </formalpara>
     <formalpara id="bsj74dt">
      <title>IMAP:</title>
      <para> Keeps the e-mail on your server so you can access your e-mail from multiple systems.</para>
     </formalpara>
     <formalpara id="bsj74du">
      <title>POP:</title>
      <para> Downloads your e-mail to your hard disk for permanent storage, freeing up space on the e-mail server.</para>
     </formalpara>
     <formalpara id="bsj74dv">
      <title>Local Delivery:</title>
      <para> Choose this option if you want to move e-mail from the spool (the location where mail waits for delivery) and store it in your home directory. You need to provide the path to the mail spool you want to use. If you would rather leave e-mail in your system&apos;s spool files, choose the Standard Unix Mbox Spool option instead. </para>
     </formalpara>
     <formalpara id="bsj74dw">
      <title>MH Format Mail Directories:</title>
      <para> If you download your e-mail using mh or another MH-style program, you should use this option. You need to provide the path to the mail directory you want to use.</para>
     </formalpara>
     <formalpara id="bsj74dx">
      <title>Maildir Format Mail Directories:</title>
      <para> If you download your e-mail using Qmail or another maildir-style program, you should use this option. You need to provide the path to the mail directory you want to use.</para>
     </formalpara>
     <formalpara id="bsj74dy">
      <title>Standard Unix Mbox Spool or Directory:</title>
      <para> If you want to read and store e-mail in the mail spool on your local system, choose this option. You need to provide the path to the mail spool you want to use.</para>
     </formalpara>
     <formalpara id="bsj74dz">
      <title>None:</title>
      <para> Select this if you do not plan to check e-mail with this account.</para>
     </formalpara>
     <para>If you selected POP, IMAP, GroupWise, or Microsoft Exchange as your e-mail server, you&rsquo;ll need to specify additional information:</para>
     <itemizedlist>
      <listitem>
       <para>The hostname of your e-mail server. Ask  your system administrator if you&apos;re not sure.</para>
      </listitem>
      <listitem>
       <para>The username for the account on that system. </para>
      </listitem>
      <listitem>
       <para>Whether you want to use a secure (SSL) connection. If your server supports it, you should enable this security option.  </para>
      </listitem>
      <listitem>
       <para>The authentication options supported by your server. If you&apos;re not sure, ask your system administrator. You can also click Check for Supported Types; when you have done so, the menu limits itself to options your server supports. Some servers do not announce the authentication mechanisms they support, so clicking this button is not a guarantee that available mechanisms actually work.  </para>
      </listitem>
      <listitem>
       <para>Choose whether you want Evolution to remember your password. If you have selected this item, you can force Evolution to ask for a password again by clicking Actions &gt; Forget Passwords, or by returning to this section of the accounts tool, which you can find by clickiing Tools &gt; Settings.  </para>
      </listitem>
      <listitem>
       <para>If you are connecting to GroupWise, you need your SOAP port number for accessing your Address Book and Calendar.</para>
      </listitem>
     </itemizedlist>
     <tip>
      <para>Connecting to an Exchange Server</para>
      <para>If you have installed the Connector for Microsoft Exchange, you can access Microsoft Exchange 2000 servers natively. If you do not have the Connector, or if you use an older version of Microsoft Exchange, talk to your system administrator about access to standard protocol services like POP and IMAP.</para>
     </tip>
    </section>

    <section id="more-mail-options">
     <title>Receiving Mail Options</title>
     <para>After you have selected a mail delivery mechanism, you can set some preferences for its behavior:</para>

     <section id="bspcfg3">
      <title>POP Mail Preferences:</title>
      <formalpara id="bsj61c5">
       <title>Checking for New Mail:</title>
       <para> If you want Evolution to check for new e-mail automatically, select the box and specify a frequency in minutes.</para>
      </formalpara>
      <formalpara id="bsj61c6">
       <title>Message Storage:</title>
       <para> If you want to store copies of your e-mail on the server, select this option.</para>
      </formalpara>
     </section>

     <section id="bspcfn3">
      <title>Microsoft Exchange Preferences:</title>
      <formalpara id="bsj61c7">
       <title>Checking for New Mail:</title>
       <para> If you want Evolution to check for new e-mail automatically, select the box and specify a frequency in minutes.</para>
      </formalpara>
      <formalpara id="bsj61c8">
       <title>Global Address List/Active Directory:</title>
       <para> Specify the name of your global catalog server. You can also choose to limit the server&apos;s responses and select a maximum number of results for an address search. Limiting the number of results limits the load on your system and on your network.</para>
      </formalpara>
      <formalpara id="bsj61c9">
       <title>Mailbox Name:</title>
       <para> If your Active Directory&z-3rdParty; user name is different from your Exchange mailbox name, specify the mailbox name here.</para>
      </formalpara>
      <formalpara id="bsj61ca">
       <title>Outlook Web Access (OWA) Path:</title>
       <para> In most cases, the URL for Web access is <varname>http://server.company.com/exchange</varname>, but some systems use a different path. </para>
      </formalpara>
      <formalpara id="bsj61cb">
       <title>Public Folder Server:</title>
       <para> Specify the name of your organization&apos;s public folder server, if any.</para>
      </formalpara>
      <formalpara id="bsj61cc">
       <title>Apply Filters to New Messages in Inbox on This Server:</title>
       <para> Select this option to use filters when you visit the Inbox for this account.</para>
      </formalpara>
     </section>

     <section id="bspcfys">
      <title>IMAP Preferences</title>
      <formalpara id="bsj5y9b">
       <title>Automatically Check for New Mail Every &hellip; Minutes:</title>
       <para> If you want Evolution to check for new e-mail automatically, select the option and specify a frequency in minutes.</para>
      </formalpara>
      <formalpara id="bsj5y9c">
       <title>Check for New Messages in All Folders:</title>
       <para> If you want Evolution to check for new messages in all your IMAP folders, select the option. This option is normally selected in combination with server-side filtering tools like procmail. </para>
      </formalpara>
      <formalpara id="bsj5y9d">
       <title>Use Custom Command to Connect to Server:</title>
       <para> Some IMAP servers require a specific custom connection sequence. Custom commands are rare; if your server requires one, your system administrator should be able to tell you.</para>
      </formalpara>
      <formalpara id="bsj5y9e">
       <title>Show Only Subscribed Folders:</title>
       <para> Select this option if you have more folders in your IMAP view than you want to read. For more information about IMAP mail and folder subscriptions, see <link linkend="usage-mail-subscriptions">IMAP Subscriptions Manager</link>.</para>
      </formalpara>
      <formalpara id="bsj5y9f">
       <title>Override Server-Supplied Namespace: </title>
       <para>If you specify a specific directory where your server stores e-mail for you. The most common values are &ldquo;mail&rdquo; and &ldquo;Mail.&rdquo;</para>
      </formalpara>
      <formalpara id="bsj5y9g">
       <title>Apply Filters to New Messages in Inbox on This Server:</title>
       <para> If you want your filters to work on this account as well as on locally downloaded e-mail, select this option.</para>
      </formalpara>
      <formalpara id="bsj5y9h">
       <title>Check New Messages for Junk Contents:</title>
       <para> Select this option if you want your IMAP e-mail filtered for junk mail.</para>
      </formalpara>
      <formalpara id="bsj5y9i">
       <title>Only Check for Junk Messages in the Inbox Folder:</title>
       <para> If you have new messages arriving in multiple folders, as you would with server-side filters, Evolution can also filter them for junk mail. This can take extra time, so if you know that those messages are not likely to be junk mail, select this option.</para>
      </formalpara>
      <formalpara id="bsj5y9j">
       <title>Automatically Synchronizing Remote Mail Locally: </title>
       <para>Select this option to have Evolution cache mail locally for offline use.</para>
      </formalpara>
      <note>
       <para>For IMAP mail servers, your system administrator might provide you with a specific namespace, which is the directory where your server stores mail for you. If you check your IMAP mail and your folder list includes files that don&rsquo;t look like mail folders, you probably need to change your mail namespace. Typical values are "mail" and "Mail.&rdquo;  If you prefer, you can choose to subscribe to individual mail folders one at a time. For more information about how to use IMAP mail, see <link linkend="usage-mail-subscriptions">IMAP Subscriptions Manager</link>.</para>
      </note>
     </section>

     <section id="bspcge6">
      <title>GroupWise Preferences:</title>
      <informalfigure id="bsj8qhd">
       <mediaobject><imageobject><imagedata format="PNG" fileref="figures/evo_receive_setup2_a.png"/></imageobject></mediaobject>
       
      </informalfigure>
      <formalpara id="bsj6zaj">
       <title>Automatically Check for New Mail Every &hellip; Minutes:</title>
       <para> If you want Evolution to check for new mail automatically, select the option and specify a frequency in minutes.</para>
      </formalpara>
      <formalpara id="bsj6zak">
       <title>Check for New Messages in All Folders:</title>
       <para> If you want Evolution to check for new messages in all your GroupWise folders, select this option. This option is normally selected by default.</para>
      </formalpara>
      <formalpara id="bsj6zal">
       <title>Apply Filters to New Messages in INBOX on This Server:</title>
       <para> If you want your filters to work on this account as well as on locally downloaded mail, select this option.</para>
      </formalpara>
      <formalpara id="bsj6zam">
       <title>Automatically Synchronize Remote Mail Locally:</title>
       <para> Select this option to have Evolution cache mail locally for offline use.</para>
      </formalpara>
      <formalpara id="bsj8r2s">
       <title>Post Ofice Agent: </title>
       <para>The address of the POA server.</para>
      </formalpara>
      <formalpara id="bsj6zan">
       <title>Post Office Agent SOAP Port:</title>
       <para> Type the port number for your SOAP server. If you do not know the port number, contact your system administrator. The default SOAP port is 7181.</para>
      </formalpara>
     </section>
    </section>

    <section id="third-step">
     <title>Sending Mail</title>
     <para>Now that you have entered information about how you plan to get mail, Evolution needs to know about how you want to send it. The following is a list of types of servers you can use to send mail:</para>
     <informalfigure id="bsj8ujq">
      <mediaobject><imageobject><imagedata format="PNG" fileref="figures/evo_send_setup_a.png"/></imageobject></mediaobject>
      
     </informalfigure>
     <formalpara id="bsj6zao">
      <title>SMTP:</title>
      <para> Sends mail using an outbound mail server. This is the most common choice for sending mail.</para>
     </formalpara>
     <formalpara id="bsj6zap">
      <title>Sendmail:</title>
      <para> Uses the Sendmail program to send mail from your system. Sendmail is more flexible, but is not as easy to configure, so you should select this option only if you know how to set up a Sendmail service.</para>
     </formalpara>
     <para>If you choose SMTP, there are a few additional items to enter:</para>
     <formalpara id="bsj6zaq">
      <title>Host:</title>
      <para> Specify your mail sending server&apos;s name or IP address.</para>
     </formalpara>
     <formalpara id="bsj6zar">
      <title>Server Requires Authentication:</title>
      <para> If your server requires you to enter a password to send mail, select this option.</para>
     </formalpara>
     <formalpara id="bsj6zas">
      <title>Authentication Type:</title>
      <para> Unless you&apos;ve been told otherwise, should leave this set to Password. If you&apos;re not sure, ask your system administrator, ISP, or have  Evolution check for you by selecting Check for Supported Types.</para>
     </formalpara>
     <formalpara id="bsj6zat">
      <title>Username:</title>
      <para> The account name you use when you log in to check your e-mail. Normally, this is the part of your e-mail address before the @ character. For Exchange servers, it is the username you use to log in to a Windows workstation at your company.</para>
     </formalpara>
     <formalpara id="bsj6zau">
      <title>Remember Password:</title>
      <para> If you prefer to not enter your password every time you check e-mail, select this option.</para>
     </formalpara>
     <para>If you choose Sendmail or GroupWise, there is one additional item to enter:</para>
     <formalpara id="bsj6zav">
      <title>User Secure Connection (SSL):</title>
      <para> You can connect to your server securely. Select one of the following: Always, Whenever Possible, or Never.</para>
     </formalpara>
    </section>

    <section id="step-three-b">
     <title>Timezone</title>
     <para>In this step, you need to select your time zone either on the map or select from the time zone drop-down list.</para>
     <informalfigure id="bsj8v15">
      <mediaobject><imageobject><imagedata format="PNG" fileref="figures/evo_timezone_a.png"/></imageobject></mediaobject>
      
     </informalfigure>
    </section>

    <section id="fourth-step">
     <title>Importing Mail (Optional)</title>
     <para>If Evolution finds e-mail or address files from another application, it offers to import them. For a full description of the import feature, see <link linkend="importing-mail">Importing Single Files</link>.</para>
     <para>Microsoft Outlook, and versions of Outlook Express after version 4, use proprietary formats that Evolution cannot read or import. To import information, you may wish to use the Export tool under Windows. See the instructions in <link linkend="outlook-migration-mail">Migrating Local Outlook Mail Folders</link>.</para>
     <para>Before importing e-mail from Netscape, make sure you have selected File &gt; Compact All Folders. If you don&rsquo;t, Evolution will import and undelete the messages in your Trash folders.</para>
     <tip>
      <para>Exporting Files From Evolution</para>
      <para>Evolution uses standard file types for e-mail and calendar information, so you can copy those files from your <command>~/.evolution</command> directory. The file formats used are <command>mbox</command> for e-mail and <command>iCal</command> for calendar information.</para>
      <para>Contacts files are stored in a database, but can be saved as a standard <command>VCard</command>. To export contact data, open your contacts tool and select the contacts you wish to export (press Ctrl+A to select them all). Click File &gt; Save as VCard. </para>
     </tip>
    </section>
   </section>
  </section>

  <section id="bsekq8r">
   <title>Command Line Options</title>
   <para>Evolution has a number of command line options that you can use. You can find the full list by typing the command <command>man evolution</command> or <command>evolution --help</command>. The most important command line options are:  </para>
   <informaltable>
    <tgroup cols="2">
     <colspec colwidth="2.844in" colname="1" colnum="1"/>
     <colspec colwidth="2.844in" colname="2" colnum="2"/>
     <thead>
      <row id="bsl8i01">
       <entry colname="1">
        <para>Command</para>
       </entry>
       <entry colname="2">
        <para>Discription</para>
       </entry>
      </row>
     </thead>
     <tbody>
      <row id="bsl8i02">
       <entry colname="1">
        <para><command>evolution --offline</command></para>
       </entry>
       <entry colname="2">
        <para>Starts Evolution in offline mode.</para>
       </entry>
      </row>
      <row id="bsl8i03">
       <entry colname="1">
        <para>evolution mailto:<varname>joe@somewhere.net</varname></para>
       </entry>
       <entry colname="2">
        <para>Starts Evolution and begins composing a message to the e-mail address listed.</para>
       </entry>
      </row>
      <row id="bsl8i04">
       <entry colname="1">
        <para><command>evolution -c mail</command></para>
       </entry>
       <entry colname="2">
        <para>Starts Evolution in mail mode.</para>
       </entry>
      </row>
      <row id="bsl8i05">
       <entry colname="1">
        <para><command>evolution -c calendar</command></para>
       </entry>
       <entry colname="2">
        <para>Starts Evolution in calendar mode.</para>
       </entry>
      </row>
      <row id="bsl8i06">
       <entry colname="1">
        <para><command>evolution -c contacts</command></para>
       </entry>
       <entry colname="2">
        <para>Starts Evolution in contacts mode.</para>
       </entry>
      </row>
      <row id="bsl8i07">
       <entry colname="1">
        <para><command>evolution --force-shutdown</command></para>
       </entry>
       <entry colname="2">
        <para>Forces every part of Evolution to shutdown immediately. </para>
       </entry>
      </row>
      <row id="bsl8i08">
       <entry colname="1">
        <para><command>evolution&rdquo;%s&rdquo;</command></para>
       </entry>
       <entry colname="2">
        <para>Makes Evolution your default e-mail handler for your Web browser and in the GNOME Control Center.</para>
       </entry>
      </row>
     </tbody>
    </tgroup>
   </informaltable>
  </section>

  <section id="ui-intro">
   <title>About the Evolution Main Window </title>
   <para>Now that the first-run configuration has finished, you&apos;re ready to begin using Evolution. Here&apos;s a quick explanation of what&apos;s happening in your main Evolution window.</para>
   <informalfigure id="bsaelj0">
    <mediaobject><imageobject><imagedata format="PNG" fileref="figures/evo_mail_callout_a.png"/></imageobject></mediaobject>
    
   </informalfigure>
   <para> <emphasis>Menu Bar</emphasis></para>
   <para>The menu bar gives you access to nearly all of Evolution features. For additional information, see <link linkend="usage-mainwindow-menubar">The Menu Bar</link>.</para>
   <para><emphasis>Toolbar</emphasis></para>
   <para>The toolbar gives you fast and easy access to the frequently used features in each component.</para>
   <para><emphasis>Shortcut Bar</emphasis></para>
   <para>The shortcut bar lets you switch between folders and between Evolution tools. At the bottom of the shortcut bar there are buttons that let you switch tools, and above that is a list of all the available folders for the current tool. If you have the Evolution Connector for Microsoft Exchange installed, you have an Exchange button in addition to buttons for the other tools. For additional information, see <link linkend="usage-mainwindow-shortcutbar">The Shortcut Bar</link>.</para>
   <para><emphasis>Status Bar</emphasis></para>
   <para>The status bar periodically displays a message, or tells you the progress of a task. This most often happens when you&apos;re checking or sending e-mail. These progress queues are shown here, in the status bar. The Online/Offline indicator is here, too, in the lower left of the window.</para>
   <para><emphasis>Search Tool</emphasis></para>
   <para>The search tool lets you search through your e-mail to easily find what you&rsquo;re looking for.</para>

   <section id="usage-mainwindow-shortcutbar">
    <title>The Shortcut Bar</title>
    <para>Evolution&apos;s most important job is to give you access to your information and help you use it quickly. One way it does that is through the shortcut bar, the column on the left side of the main window. The buttons, such as Mail and Contacts, are the shortcuts. Above them is a list of folders for the current Evolution tool.</para>
    <para>The folder list organizes your e-mail, calendars, contact lists, and task lists in a tree, similar to a <link linkend="filetree">file tree</link>. Most people will find one to four folders at the base of the tree, depending on the tool and their system configuration. Each Evolution tool has at least one, called On This Computer, for local information. For example, the folder list for the e-mail tool shows any remote e-mail storage you have set up, plus local folders and vFolders, or virtual folders, discussed in <link linkend="usage-mail-organize-vfolders">Using vFolders</link>. </para>
    <para>If you get large amounts of e-mail, you might want more folders than just your Inbox; you can also create multiple calendar, task, or contacts folders. </para>
    <para>To create a new folder:</para>
    <procedure>
     <step id="bs7fael">
      <para>Right-click on the list of folders, then click New Folder.</para>
     </step>
     <step id="bs7faof">
      <para>Type the name of the folder in the Folder Name field.</para>
     </step>
     <step id="bs7faud">
      <para>Select the location of the new folder.</para>
     </step>
    </procedure>

    <section id="subfolders">
     <title>Arranging Folders and Subfolders</title>
     <para>Right-click a folder or subfolder to display a menu with the following options:</para>
     <formalpara id="bs7fblp">
      <title>Copy: </title>
      <para>Copies the folder to a different location. When you select this item, Evolution offers a choice of locations to copy the folder to.</para>
     </formalpara>
     <formalpara id="bs7fc7y">
      <title>Move: </title>
      <para>Moves the folder to another location. </para>
     </formalpara>
     <formalpara id="bs7fcl4">
      <title>Delete: </title>
      <para>Deletes the folder and all its contents. </para>
     </formalpara>
     <formalpara id="bs7fcsr">
      <title>New Folder: </title>
      <para>Creates another folder in the same location. </para>
     </formalpara>
     <formalpara id="bs7fd3u">
      <title>Rename: </title>
      <para>Changes the name of the folder. </para>
     </formalpara>
     <formalpara id="bs7fdb9">
      <title>Deletes: </title>
      <para>Deletes the folder.</para>
     </formalpara>
     <formalpara id="bs7fdja">
      <title>Properties: </title>
      <para>Checks the number of total and unread messages in a folder, and, for remote folders, lets you select whether to copy the folder to your local system for offline operation.</para>
     </formalpara>
     <para>You can also rearrange folders and messages by dragging and dropping them.</para>
     <para>Any time new e-mail arrives in a e-mail folder, that folder label is displayed in bold text, along with the number of new messages in that folder.</para>
    </section>
   </section>

   <section id="usage-mainwindow-menubar">
    <title>The Menu Bar</title>
    <para>The menu bar&apos;s contents always provide all the possible actions for any given view of your data. If you&rsquo;re looking at your Inbox, most of the menu items relate to e-mail; some will relate to other components of  Evolution and some, especially those in the File menu, relate to the application as a whole. </para>
    <formalpara id="bs7g1fu">
     <title>File: </title>
     <para>Anything related to a file or to the operations of the application usually falls under this menu, such as creating things, saving them to disk, printing them, and quitting the program itself. </para>
    </formalpara>
    <formalpara id="bs7g25f">
     <title>Edit: </title>
     <para>Holds useful tools that help you edit text and move it around.</para>
    </formalpara>
    <formalpara id="bs7g2ew">
     <title>View: </title>
     <para>Lets you decide how Evolution should look. Some of the features control the appearance of Evolution as a whole, and others the way a particular kind of information appears.</para>
    </formalpara>
    <formalpara id="bs7g2jk">
     <title>Actions: </title>
     <para>Holds actions that can be applied to a message. If there is only one target for the action, such as replying to a message, you can normally find it in the Actions menu.</para>
    </formalpara>
    <formalpara id="bs7g2vh">
     <title>Tools: </title>
     <para>Lets you access the settings and configuration options in the Tools menu. You can also find things like filter settings and the Virtual Folder editor.</para>
    </formalpara>
    <formalpara id="bs7g3bu">
     <title>Search: </title>
     <para>Lets you search for messages, or for phrases within a message. You can also see previous searches you have made. In addition to the Search menu, there is a text entry box in the toolbar that you can use to search for messages.</para>
    </formalpara>
    <formalpara id="bs7g3gq">
     <title>Help: </title>
     <para>Opens the Evolution Help files.</para>
    </formalpara>
   </section>

   <section id="basics-mail">
    <title>Introducing E-Mail</title>
    <para>Evolution e-mail is like other e-mail programs in several ways:</para>
    <itemizedlist>
     <listitem>
      <para>It can sort and organize your e-maile-mail in a wide variety of ways with folders, searches, and filters. </para>
     </listitem>
     <listitem>
      <para>It can send and receive e-mail in HTML or as plain text, and makes it easy to send and receive multiple file attachments. </para>
     </listitem>
     <listitem>
      <para>It supports multiple e-mail sources, including <link linkend="imap">IMAP</link>, <link linkend="pop">POP3</link>, and local mbox or mh spools and files created by other e-mail programs.</para>
     </listitem>
     <listitem>
      <para>It lets you guard your privacy with encryption.</para>
     </listitem>
    </itemizedlist>
    <para>However, Evolution has some important differences from other e-mail programs. First, it&rsquo;s built to handle very large amounts of e-mail. The <link linkend="usage-mail-organize-spam">junk e-mail</link>, message <link linkend="usage-mail-organize-filters">filtering</link> and <link linkend="usage-mail-organize-search">searching</link> functions were built for speed and efficiency on large volumes of e-mail. There&apos;s also the <link linkend="usage-mail-organize-vfolders">vFolder</link>, an advanced organizational feature not found in some e-mail clients. If you get a lot of e-mail, or if you keep every message you get in case you need to refer to it later, you&apos;ll find this feature especially useful. Here&apos;s a quick explanation of what&apos;s happening in your main Evolution e-mail window. </para>
    <informalfigure id="usage-mail-intro-fig">
     <mediaobject><imageobject><imagedata format="PNG" fileref="figures/mail_mainwindow_a.png"/></imageobject></mediaobject>
     
    </informalfigure>
    <para><emphasis>E-Mail List</emphasis></para>
    <para>The message list displays all the e-mails that you have. This includes all your read and unread messages, and e-mail that is flagged to be deleted.</para>
    <para><emphasis>E-Mail Preview</emphasis></para>
    <para>This is where your e-mail is displayed.</para>
    <para>If you find the view pane too small, you can resize the pane, enlarge the whole window, or double-click the message in the message list to have it open in a new window. To change the size of a pane, drag on the divider between the two panes. </para>
    <para>As with folders, you can right-click messages in the message list and get a menu of possible actions, including moving or deleting them, creating filters or vFolders based on them, and marking them as junk mail.</para>
    <para>Most of the e-mail-related actions you want to perform are listed in the Actions menu in the menu bar. The most frequently used ones, like Reply and Forward, also appear as buttons in the toolbar. Most of them are also located in the right-click menu and as keyboard shortcuts.</para>
    <para>For an in-depth guide to the e-mail capabilities of Evolution, read <link linkend="usage-mail">Getting and Sending E-Mail</link>.</para>
   </section>

   <section id="basics-calendar">
    <title>Introducing the Calendar</title>
    <para>To begin using the calendar, click Calendar in the shortcut bar. By default, the calendar shows today&apos;s schedule on a ruled background. At the upper right, there&apos;s a monthly calendar you can use to switch days. Below that, there&rsquo;s a Task pad, where you can keep a list of tasks separate from your calendar appointments.</para>
    <informalfigure id="usage-calendar-fig">
     <mediaobject><imageobject><imagedata format="GIF" fileref="figures/evo_cal_callout_a.gif"/></imageobject></mediaobject>
     
    </informalfigure>
    <para><emphasis>Appointment List</emphasis></para>
    <para>The appointment list displays all your scheduled appointments.</para>
    <para><emphasis>Task List</emphasis></para>
    <para>Tasks are distinct from appointments because they generally don&rsquo;t have times associated with them. You can see a larger view of your task list by clicking Tasks in the shortcut bar.</para>
    <para><emphasis>Month Pane</emphasis></para>
    <para>The month pane is a small view of a calendar month. To display additional months, drag the column border to the left. You can also select a range of days in the month pane to display a custom range of days in the appointment list.</para>
    <para>For more information about the calendar, see <link linkend="usage-calendar">Evolution Calendar</link>.</para>
   </section>

   <section id="basics-contacts">
    <title>Using the Contacts Tool</title>
    <para>The Evolution contacts tool can handle all of the functions of an address book or phone book. However, it&rsquo;s easier to update Evolution than it is to change an actual paper book, in part because Evolution can synchronize with Palm OS devices and use <link linkend="ldap">LDAP</link> directories on a network.</para>
    <para>Another advantage of the Evolution contacts tool is its integration with the rest of the application. For example, you can right-click on an e-mail address in Evolution mail to create a contact entry instantly.</para>
    <para>To use the contacts tool, click Contacts in the shortcut bar. By default, the display shows all your contacts in alphabetical order, in a <link linkend="minicard">minicard</link> view. You can select other views from the View menu, and adjust the width of the columns by clicking and dragging the gray column dividers.</para>
    <para>The contacts tool looks like this:</para>
    <informalfigure id="usage-contact-fig">
     <mediaobject><imageobject><imagedata format="PNG" fileref="figures/contacts_mainwindow_a.png"/></imageobject></mediaobject>
     
    </informalfigure>
    <para><emphasis>Contact List</emphasis></para>
    <para>The largest section of the contacts display shows a list of individual contacts. You can also search the contacts in the same way that you search e-mail folders, using the search tool on the right side of the toolbar.</para>
    <para>For detailed instructions on how to use the address book, read <link linkend="usage-contact">Evolution Contacts: the Address Book</link></para>
   </section>
  </section>
 </chapter>

 <chapter id="usage-mail">
  <title>Getting and Sending E-Mail</title>
  <para>This section, and <link linkend="usage-mail-organize">Organizing Your E-Mail</link>, provides you with an in-depth guide to the capabilities of Evolution&trade; as a mail client. For information about how to customize your mail account, see <link linkend="config-prefs-mail">Mail Preferences</link>.</para>
  <itemizedlist>
   <listitem>
    <para><link linkend="usage-mail-getnsend-read">Reading Mail</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-mail-getnsend-get">Checking for New Mail</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-mail-getnsend-send">Composing New E-Mail Messages</link></para>
   </listitem>
   <listitem>
    <para><link linkend="rsvp-stuff">Sending Invitations by Mail</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-mail-subscriptions">IMAP Subscriptions Manager</link></para>
   </listitem>
   <listitem>
    <para><link linkend="encryption">Encryption</link></para>
   </listitem>
  </itemizedlist>

  <section id="usage-mail-getnsend-read">
   <title>Reading Mail</title>
   <para>If you are not already viewing mail, switch to the mail tool by clicking Mail in the shortcut bar. To read a message, select it in the message list; if you&apos;d like to see it in its own window, either double-click it, press Enter, or press Ctrl+O.</para>
   <tip>
    <para>To read mail with the keyboard, you can click the Spacebar to page down while you&rsquo;re reading an e-mail, and press Backspace to page up in an e-mail. </para>
    <para>Navigate the message list by using the arrow keys on the keyboard. To go to the next and previous unread messages, press the period (.) or comma (,) keys. On most keyboards, these keys are also marked with the &gt; and &lt; symbols, which is a convenient way to remember that they move you forward and backward in your message list. You can also use the close bracket (]) for the next unread message, and the open bracket ([) for the previous unread message.</para>
   </tip>

   <section id="usage-mail-listorder">
    <title>Sorting the Message List</title>
    <para>Evolution helps you work by letting you sort your e-mail. To sort by sender, subject, or date, click on the bars with those labels at the top of the message list. The direction of the arrow next to the label indicates the direction of the sort. Click again, to sort them in reverse order. For example, click Date to sort messages by date from oldest to newest. Click again, and Evolution sorts the list from newest to oldest. You can also right-click the message header bars to get a set of sorting options, and to add or remove columns from the message list. You can find detailed instructions on how to customize your message display columns in <link linkend="usage-mail-organize-columns">Sorting Mail with Column Headers</link>.</para>
    <para>To look at the complete headers for a message, click View &gt; Message Display &gt; Show Full Headers. To see all message data, click View &gt; Message Display &gt; Show E-Mail Source. </para>
    <para>You can also choose a threaded message view. Click View &gt; Threaded Message List to turn the threaded view on or off. When you select this option, Evolution groups the replies to a message with the original, so you can follow the thread of a conversation from one message to the next.</para>
    <informalfigure id="bs4aw7h">
     <mediaobject><imageobject><imagedata format="PNG" fileref="figures/mail-threaded.png"/></imageobject></mediaobject>
     
    </informalfigure>
   </section>

   <section id="usage-mail-getnsend-delete">
    <title>Deleting Mail</title>
    <para>After you read your mail, you might want to delete it. To delete a message, select it and press the Delete key, click the Trash button, or right-click the message, then click Delete. </para>
    <para>When you press Delete or click the Trash button, your mail isn&rsquo;t actually deleted, but is marked for deletion. Your e-mail is recoverable until you have expunged your mail. When you expunge a folder, you remove all the mail that you have marked for deletion. To show deleted messages, click View &gt; Hide Deleted Messages. You can also find deleted messages in the your Trash folder. </para>
    <para>To permanently erase all the deleted messages in a folder, click Actions &gt; Expunge or press Ctrl+E. To expunge all folders at once, click Actions &gt; Empty Trash.</para>
    <para>The trash is actually a vFolder.Both local and IMAP Trash folders are actually vFolders that display all messages you have marked for later deletion. For more information about vFolders, see <link linkend="usage-mail-organize-vfolders">Using vFolders</link>. Because emptying your trash expunges the messages in your Trash folder, emptying Trash is the same as expunging deleted mail from all your folders.</para>
    <para>This is not, however, true for the Trash folder on Exchange servers, which behaves just the same as it does in Outlook, it is a normal folder with actual messages in it.</para>
   </section>

   <section id="usage-mail-getnsend-undelete">
    <title>Undeleting Messages</title>
    <para>You can undelete a message that has been deleted but not expunged. To undelete a message, select the message, then Ctrl+U, or click Edit &gt; Undelete.</para>
    <para>If you have marked a message for deletion, undeleting it unmarks it, and the message is removed from the Trash folder. You cannot undelete messages that have been expunged. </para>
   </section>
  </section>

  <section id="usage-mail-getnsend-get">
   <title>Checking for New Mail</title>
   <para>To check your mail, click Send/Receive in the toolbar. If you haven&apos;t created any mail accounts yet, the setup assistant asks you for the information it needs to check your e-mail. For information on creating mail accounts, see <link linkend="usage-mainwindow-starting">Starting Evolution for the First Time</link>.</para>
   <para>If this is your first time checking mail, or you haven&apos;t asked Evolution to store your password, you are prompted for the password. Enter your password download your e-mail.</para>
   <para>If you get an error message instead of mail, you probably need to check your network settings. To learn how to do that, see <link linkend="config-prefs-mail">Mail Preferences</link>, or ask your system administrator. </para>

   <section id="bsempjs">
    <title>Sharing Mailboxes with Other Mail Programs</title>
    <para>If you want to use Evolution and another e-mail client, such as Mutt, at the same time, use the following procedure:</para>
    <procedure>
     <step id="bsen3rq">
      <para>Download your mail in the other application as you would normally.</para>
     </step>
     <step id="bsen3u8">
      <para>In Evolution, click Tools &gt; Settings then click Mail Accounts. Select the account you want to use to share mail and click Edit. You might want to create a new account just for this source of mail by clicking New.</para>
     </step>
     <step id="bsen3wh">
      <para>Under the Receiving Mail tab, select the type of mail file that your other mail application uses, then specify the full path to that location. A typical choice would be mbox files, with the path /home/<varname>username</varname>/Mail/.</para>
     </step>
     <step id="bsen3yh">
      <para>Click OK.</para>
     </step>
    </procedure>
   </section>

   <section id="usage-mail-getnsend-get-news">
    <title>Using Evolution for News</title>
    <para>USENET newsgroups are similar to mail, so it&apos;s often convenient to read news and mail side by side. You can add a news source, called an NNTP server, the same way you would a new e-mail account, selecting USENET News as the source type. The news server appear as a remote mail server, and each news group works like an IMAP folder. When you click Send/Receive, Evolution also checks for news messages.</para>
    <para>To subscribe to a news group, click Tools &gt; Subscribe To Folders, select your NNTP account, then select the groups you want to subscribe to.</para>
   </section>

   <section id="usage-mail-getnsend-get-attach">
    <title>Working with Attachments and HTML Mail</title>
    <para>If someone sends you an <link linkend="attachment">attachment</link>, Evolution displays the file icon at the end of the message to which it&apos;s attached. Text, including HTML formatting and embedded images, appears as part of the message, rather as a separate attachment.</para>

    <section id="usage-mail-getnsend-get-attach-actions">
     <title>Saving or Opening Attachments</title>
     <para>If you get an attachment with an e-mail message, Evolution can help you save it or open it with the appropriate applications.</para>
     <para>To save an attachment to disk:</para>
     <procedure>
      <step id="bsen45z">
       <para>Click the down-arrow on the attachment icon, then click Save As.</para>
      </step>
      <step id="bsen4bg">
       <para>Select a location and name for the file.</para>
      </step>
      <step id="bsen4do">
       <para>Click OK.</para>
      </step>
     </procedure>
     <para>To open an attachment using another application: </para>
     <procedure>
      <step id="bsen4ia">
       <para>Click the down-arrow on the attachment icon.</para>
      </step>
      <step id="bsen4kb">
       <para>Select the program to open the attachment.</para>
      </step>
     </procedure>
     <para>The options available for an attachment vary depending on the type of attachment and the applications your system has installed. For example, attached word processor files can be opened in OpenOffice.org or another word processor, while compressed archive files can be opened in the File Roller application.</para>
    </section>

    <section id="usage-mail-getnsend-get-attach-html">
     <title>Inline Images in HTML Mail</title>
     <para>When someone sends you HTML mail that includes an image in the body of the message (for example, the welcome message in your Inbox), Evolution displays the image inside the message. You can create messages like this by using the Insert Image tool in the message composer. Alternately, just drag an image into the message composition area.</para>
     <para>Some images are links in a message, rather than being part of the message. Evolution can download those images from the Internet, but does not do so unless you request it specifically. This is because remotely hosted images can be slow to load and display, and can even be used by spammers to track who reads the e-mail. Not loading images automatically helps protect your privacy.</para>
     <para>To load the images for one message:</para>
     <procedure>
      <step id="bsen9jh">
       <para>Click View &gt; Message Display &gt; Load Images.</para>
      </step>
     </procedure>
     <para>To set the default action for loading images:</para>
     <procedure>
      <step id="bsenabn">
       <para>Click Tools &gt; Settings, then click Mail Preference.</para>
      </step>
      <step id="bsenajw">
       <para>Click the HTML Mail tab.</para>
      </step>
      <step id="bsenaou">
       <para>Select one of the items: Never Load Images Off the Net, Load Images in Mail From Contacts, or Always Load Images Off the Net.</para>
      </step>
      <step id="bsenb3x">
       <para>Click Close.</para>
      </step>
     </procedure>
     <para>If you use an HTTP proxy (as in many large organizations), Evolution must be able to find it through the gnome-vfs subsystem before it can load images from the Internet.</para>
     <para> To set your proxy in KDE:</para>
     <procedure>
      <step id="bsenco2">
       <para>Click the menu icon &gt; System &gt; Configuration &gt; Yast.</para>
      </step>
      <step id="bsendck">
       <para>Click Network Services, then click Proxy.</para>
      </step>
      <step id="bsendfs">
       <para>Specify your proxy settings (if you don&apos;t know your proxy settings, contact your ISP or system administrator).</para>
      </step>
      <step id="bsfkfjy">
       <para>Click Finish, then click Close.</para>
      </step>
     </procedure>
     <para>To set your proxy in GNOME:</para>
     <procedure>
      <step id="bsfkg0z">
       <para>Click System &gt; Administrative Settings (enter your root password if needed).</para>
      </step>
      <step id="bsfkyen">
       <para>Click Network Services, then click Proxy.</para>
      </step>
      <step id="bsfkhdi">
       <para>Specify your proxy settings (if you don&apos;t know your proxy settings, contact your ISP or system administrator).</para>
      </step>
      <step id="bsfkhio">
       <para>Click Finish, then click Close.</para>
      </step>
     </procedure>
    </section>
   </section>
  </section>

  <section id="usage-mail-getnsend-send">
   <title>Composing New E-Mail Messages</title>
   <para>You can start writing a new e-mail message by clicking File &gt; New &gt; Mail Message, or, while you are in the Mail tool, pressing Ctrl+N, or by clicking New in the toolbar.</para>
   <informalfigure id="usage-mail-newmsg-fig">
    <mediaobject><imageobject><imagedata format="PNG" fileref="figures/evo_newmess_a.png"/></imageobject></mediaobject>
    
   </informalfigure>
   <para>Enter an address in the To field. If you want, enter a subject in the Subject field, and a message in the box at the bottom of the window. After you have written your message, click Send.</para>

   <section id="usage-mail-getnsend-send-charsets">
    <title>Unicode, ASCII, and Non-Latin Alphabets</title>
    <para>If you want to write in a non-Latin alphabet while using a Latin keyboard, try selecting a different input method in the message composer. Right-click in the message composition area and select from the Input Methods menu, then begin typing. The actual keys vary by language and input style. For example, the Cyrillic input method uses transliterated Latin keyboard combinations to get the Cyrillic alphabet, combining letters where necessary. &ldquo;Zh&rdquo; and &ldquo;ya&rdquo; produce the appropriate single Cyrillic letters, and the single-quote (&lsquo;) produces a soft-sign character.</para>
    <para>For greater language display capabilities, click Tools &gt; Settings, then select the character set choices in the Mail Preferences and Composer Preferences sections. If you aren&apos;t sure which one to use, select UTF-8, which offers the greatest range of character displays for the greatest range of languages.</para>

    <section id="bsfnqkj">
     <title>Using Character Sets</title>
     <para>A character set is a computer&apos;s version of an alphabet. In the past, the ASCII character set was used almost universally. However, it contains only 128 characters, meaning it is unable to display characters in Cyrillic, Kanjii, or other non-Latin alphabets. To work around language display problems, programmers developed a variety of methods, so many human languages now have their own specific character sets, and items written in other character sets display incorrectly. Eventually, standards organizations developed the Unicode character set UTF-8 to provide a single compatible set of codes for everyone.</para>
     <para>Most e-mail messages state in advance which character set they use, so Evolution usually knows what to display for a given binary number. However, if you find that messages are displayed as rows of incomprehensible characters, try selecting a different character set in the mail settings screen. If your recipients can&apos;t read your messages, try selecting a different character set in the composer options dialog. For some languages, such as Turkish or Korean, it might work best for you to select the language-specific character set. However, the best choice for most users is UTF-8, which offers the widest range of characters for the widest range of languages.</para>
    </section>
   </section>

   <section id="usage-mail-getnsend-send-delay">
    <title>Sending Composed Messages Later</title>
    <para>Evolution normally sends mail as soon as you click Send. However, can save a message to be sent later:</para>
    <itemizedlist>
     <listitem>
      <para>If you are offline when you click Send, Evolution adds your message to the Outbox queue. The next time you connect to the Internet and send or receive mail, that message is sent.</para>
     </listitem>
     <listitem>
      <para>Click File &gt; Save Draft to store your messages in the drafts folder for later revision. </para>
     </listitem>
     <listitem>
      <para>If you prefer to save your message as a text file, click File &gt; Save As, then specify a filename. </para>
     </listitem>
    </itemizedlist>
   </section>

   <section id="usage-mail-getnsend-offline">
    <title>Working Offline</title>
    <para>Offline mode is a tool designed for use with remote mail storage systems like GroupWise&reg;, IMAP or Exchange, in situations where you are not connected to the network at all times. The tool keeps a local copy of one or more folders to allow you to compose messages, storing them in your Outbox to be sent the next time you connect.</para>
    <para>POP mail downloads all messages to your local system, but other connections usually download just the headers, and fetch the rest only when you want to read the message. Before you go offline, Evolution downloads the unread messages from the folders you have chosen to store.</para>
    <para>To mark a folder for offline use, right-click the folder, then click Properties. Click Copy Folder Content Locally for Offline Operation.</para>
    <para>Your connection status is shown by the small icon in the lower left border of the Evolution main window. When you are online, it displays two connected cables. When you go offline, the cables separate. </para>
    <para>To cache your selected folders and disconnect from the network, click File &gt; Work Offline, or click the connection status icon in the lower left of the screen. When you want to reconnect, click File &gt; Work Online, or click the connection status icon again.</para>
   </section>

   <section id="usage-mail-getnsend-send-compose">
    <title>Attachments</title>
    <para>To attach a file to your e-mail:</para>
    <procedure>
     <step id="bsfnwxr">
      <para>Click the Attach icon in the composer toolbar.</para>
     </step>
     <step id="bsfnx41">
      <para>Select the file you want to attach.</para>
     </step>
     <step id="bsfnx93">
      <para>Click OK.</para>
     </step>
    </procedure>
    <para>You can drag a file into the address area or to the attachment portion of the composer window. If you are attaching an image and want to send it inline rather than attached, drag the image into the text composition area of the composer window. Non-image files cannot be dragged into the text composition area.</para>
    <para>The attachment display area is at the bottom of the composer window; you can expand or shrink it by clicking the small triangle in its upper right corner.</para>
    <para>When you send the message, a copy of the attached file goes with it. Be aware that big attachments can take a long time to send and receive.</para>
   </section>

   <section id="usage-mail-getnsend-send-to-types">
    <title>Specifying Extra Recipients for E-Mail</title>
    <para>Evolution, like most e-mail programs, recognizes three types of addressee: primary recipients, secondary recipients, and hidden (blind) recipients. The simplest way to direct a message is to put the e-mail address or addresses in the To: field, which denotes primary recipients. Use the Cc: field to send a message to secondary recipients.</para>
    <para>Addresses on the Bcc: list are hidden from the other recipients of the message. You can use it to send mail to large groups of people, especially if they don&rsquo;t know each other or if privacy is a concern. If your Bcc: field is absent, click View Bcc Field. </para>
    <para>If you frequently write e-mail to the same groups of people, you can create address lists in the contacts tool, and then send them mail as though they have a single address. To learn how to do that, see <link linkend="usage-contact-organize-group-list">Creating a List of Contacts</link>.</para>
    <para>Evolution has the ability to let you specify the Reply-To in an e-mail. Using this, you can setup a special Reply-To for an e-mail. To do this:</para>
    <procedure>
     <step id="bsfnz55">
      <para>Open a compose window.</para>
     </step>
     <step id="bsfnz7w">
      <para>Open the Reply-To field by clicking View &gt; Reply To.</para>
     </step>
     <step id="bsfnziz">
      <para>Specify the address you want as the Reply-To address in the new Reply-To field.</para>
     </step>
     <step id="bsfnzsp">
      <para>Complete the rest of your message. </para>
     </step>
     <step id="bsfo0mh">
      <para>Click Send.</para>
     </step>
    </procedure>
   </section>

   <section id="usage-mail-getnsend-send-to">
    <title>Choosing Recipients Quickly</title>
    <para>If you have created address cards in the contacts tool, you can also type nicknames or other portions of address data, and Evolution displays a drop-down list of possible address completions from your contacts. If you type a name or nickname that can go with more than one card, Evolution opens a dialog box to ask you which person you meant.</para>
    <para>If Evolution does not complete addresses automatically, click Tools &gt; Settings then click Autocompletion. There, select the groups of contacts you want to use for address autocompletion in the mailer. </para>
    <para>Alternately, you can click the To:, Cc:, or Bcc: buttons to get a list of the e-mail addresses in your contacts. Select addresses and click the arrows to move them into the appropriate address columns.</para>
    <para>For more information about using e-mail with the contact manager and the calendar, see <link linkend="contact-automation-basic">Send me a Card: Adding New Cards Quickly</link> and <link linkend="usage-calendar-apts">Scheduling With the Evolution Calendar</link>.</para>
   </section>

   <section id="usage-mail-getnsend-send-reply">
    <title>Replying to E-Mail Messages</title>
    <para>To reply to a message, click the message to reply to in the e-mail list and click Reply, or right-click within the message and select Reply to Sender. This opens the message composer. The To: and Subject: fields are already filled, although you can alter them if you prefer. In addition, the full text of the old message is inserted into the new message, either in grey with a blue line on one side (for HTML display) or with the &gt; character before each line (in plain text mode), to indicate that it&apos;s part of the previous message.</para>
    <para>If you&apos;re reading a message with several recipients, you can use Reply to All instead of Reply. If there are large numbers of people in the Cc: or To: fields, this can save substantial amounts of time.</para>

    <section id="bsfo4jl">
     <title>Using the Reply To All Feature</title>
     <para>Susan sends an e-mail to a client and sends copies to Tim and to an internal company mailing list of co-workers. If Tim wants to make a comment for all of them to read, he uses Reply to All, but if he just wants to tell Susan that he agrees with her, he uses Reply. His reply does not reach anyone that Susan put on her Bcc list, because that list is not shared with anyone.</para>
     <para>If you subscribe to a mailing list, and want your reply to go just to the list, rather than to the sender, select Reply to List instead of Reply or Reply to All. </para>
    </section>
   </section>

   <section id="usage-mail-getnsend-send-find">
    <title>Searching and Replacing with the Composer</title>
    <para>The message composer makes several text searching features available to you.</para>
    <formalpara id="bsai5b0">
     <title>Find: </title>
     <para>Enter a word or phrase, and Evolution finds it in your message.</para>
    </formalpara>
    <formalpara id="bsai5pj">
     <title>Find Regex: </title>
     <para>You can search for a complex pattern of characters, called a <link linkend="regular-expression">regular expression</link> or &ldquo;regex&rdquo; in your composer window. If you&rsquo;re not sure what a regular expression is, you should ignore this feature.</para>
    </formalpara>
    <formalpara id="bsai5wk">
     <title>Find Again: </title>
     <para>Select this item to repeat the last search you performed. </para>
    </formalpara>
    <formalpara id="bsai646">
     <title>Replace: </title>
     <para>Find a word or phrase, and replace it with something else.</para>
    </formalpara>
    <para>For all of these menu items, you can choose whether to Search Backwards in the document from the point where your cursor is. You can also determine whether the search is to be case sensitive in determining a match.</para>
   </section>

   <section id="usage-mail-getnsend-send-html">
    <title>Enhancing Your E-Mail with HTML</title>
    <para>Normally, you can&rsquo;t set text styles or insert pictures in e-mail. However, most newer e-mail programs can display images and text styles in addition to basic alignment and paragraph formatting. They do this with <link linkend="html">HTML</link>, just like Web pages do.</para>
    <para>Some people do not have HTML-capable mail clients, or prefer not to receive HTML-enhanced mail because it is slower to download and display. Because of this, Evolution sends plain text unless you explicitly ask for HTML. </para>

    <section id="bsait28">
     <title>Basic HTML Formatting</title>
     <para>You can change the format of an e-mail message from plain text to HTML by choosing Format HTML.</para>
     <para>To send all your mail as HTML by default, set your mail format preferences in the mail configuration dialog box. See <link linkend="config-prefs-mail-composer">Composer Preferences</link> for more information.</para>
     <para>HTML formatting tools are located in the toolbar just above the space where you actually compose the message. They also appear in the Insert and Format menus.</para>
     <para>The icons in the toolbar are explained in <link linkend="tooltip">tool-tips</link>, which appear when you hold your mouse pointer over the buttons. The buttons fall into four categories: </para>
     <formalpara id="bsai70c">
      <title>Headers and Lists: </title>
      <para>At the left edge of the toolbar, you can choose Normal for a default text style or Header 1 through Header 6 for varying sizes of header from large (1) to tiny (6). Other styles include preformat, to use the HTML tag for preformatted blocks of text, and three types of bullet points for lists.</para>
     </formalpara>
     <para>For instance, instead of using asterisks to mark a bulleted list, you can use the Bulleted List style from the style drop-down list. Evolution uses different bullet styles, and handles word wrap and multiple levels of indentation.</para>
     <formalpara id="bsai86c">
      <title>Text Styles: </title>
      <para>Use these buttons to determine the way your e-mail looks. If you have text selected, the style applies to the selected text. If you do not have text selected, the style applies to whatever you type next.</para>
     </formalpara>
     <informaltable>
      <tgroup cols="2">
       <colspec colwidth="2.729in" colname="1" colnum="1"/>
       <colspec colwidth="2.729in" colname="2" colnum="2"/>
       <thead>
        <row id="bslahtr">
         <entry colname="1">
          <para>Button</para>
         </entry>
         <entry colname="2">
          <para>Description</para>
         </entry>
        </row>
       </thead>
       <tbody>
        <row id="bslahts">
         <entry colname="1">
          <para>TT</para>
         </entry>
         <entry colname="2">
          <para>Typewriter text, which is approximately the same as the Courier monospace serif font.</para>
         </entry>
        </row>
        <row id="bslaiy5">
         <entry colname="1">
          <para>Bold A</para>
         </entry>
         <entry colname="2">
          <para>Bolds the text.</para>
         </entry>
        </row>
        <row id="bslaiw4">
         <entry colname="1">
          <para>Italic A</para>
         </entry>
         <entry colname="2">
          <para>Italizes the text.</para>
         </entry>
        </row>
        <row id="bslaium">
         <entry colname="1">
          <para>Underlined A</para>
         </entry>
         <entry colname="2">
          <para>Underlines the text.</para>
         </entry>
        </row>
        <row id="bslahtt">
         <entry colname="1">
          <para>Strikethrough A</para>
         </entry>
         <entry colname="2">
          <para>Strikesthrough the text.</para>
         </entry>
        </row>
       </tbody>
      </tgroup>
     </informaltable>
     <formalpara id="bsaia7u">
      <title>Alignment: </title>
      <para>Located next to the text style buttons, these three paragraph icons should be familiar to users of most word processing software. The life most button aligns your text to the left, the center button centers text, and the right button aligns the text to the right. </para>
     </formalpara>
     <formalpara id="bsaiagc">
      <title>Indentation Rules: </title>
      <para>The button with the arrow pointing left decreases a paragraph&apos;s indentation, and the right arrow increases its indentation.</para>
     </formalpara>
     <formalpara id="bsaialx">
      <title>Color Selection: </title>
      <para>At the far right is the color section tool, where a box displays the current text color. To choose a new color, click the arrow button to the right. If you have text selected, the color applies to the selected text. If you do not have text selected, the color applies to whatever you type next. You can select a background color or image by right-clicking on the message background, then selecting Style Page Style.</para>
     </formalpara>
    </section>

    <section id="bsait29">
     <title>Advanced HTML Formatting</title>
     <para>Under the Insert menu, there are several more items you can use to style your e-mail. To use these and other HTML formatting tools, make sure you have enabled HTML mode by using Format HTML.</para>

     <section id="bsait2a">
      <title>Inserting a Link</title>
      <para>Use the Insert a Link tool to put hyperlinks in your HTML messages. If you don&apos;t want special link text, you can just enter the address directly, and Evolution recognizes it as a link. </para>
      <procedure>
       <step id="bsaimfe">
        <para>Select the text you wish to link from.</para>
       </step>
       <step id="bsaimoh">
        <para>Right-click in the text, then click Link.</para>
       </step>
       <step id="bsaims2">
        <para>Type the URL in the URL field.</para>
       </step>
       <step id="bsaimvh">
        <para>Click Close.</para>
       </step>
      </procedure>
     </section>

     <section id="bsait2b">
      <title>Inserting an Image</title>
      <procedure>
       <step id="bsainv6">
        <para>Click Image.</para>
       </step>
       <step id="bsaio4q">
        <para>Browse to and select the image file.</para>
       </step>
       <step id="bsaioah">
        <para>Click OK.</para>
       </step>
      </procedure>
     </section>

     <section id="bsait2c">
      <title>Inserting a Rule</title>
      <para>You can insert a horizontal line into the text to help divide two sections: </para>
      <procedure>
       <step id="bsaiotf">
        <para>Click Rule.</para>
       </step>
       <step id="bsaioxz">
        <para>Select the length, thickness, and alignment.</para>
       </step>
       <step id="bsaipio">
        <para>Select Shaded if necessary.</para>
       </step>
       <step id="bsaiplo">
        <para>Click Close.</para>
       </step>
      </procedure>
     </section>

     <section id="bsait2d">
      <title>Inserting a Table</title>
      <para>You can insert a table into the text: </para>
      <procedure>
       <step id="bsaiq2x">
        <para>Click Table.</para>
       </step>
       <step id="bsaiq6r">
        <para>Select the number of rows and columns.</para>
       </step>
       <step id="bsaiqkl">
        <para>Select the type of layout for the table.</para>
       </step>
       <step id="bsaiqp8">
        <para>Select a background for the table.</para>
        <para>To insert a picture for the background, click Browse and select the desired image.</para>
       </step>
       <step id="bsaiqs5">
        <para>Click Close.</para>
       </step>
      </procedure>
     </section>
    </section>
   </section>

   <section id="usage-mail-getnsend-fwd">
    <title>Forwarding Mail</title>
    <para>When you receive an e-mail from someone, you can forward it to other individuals or groups that might be interested. You can forward a message as an attachment to a new message (this is the default) or you can send it <link linkend="inline">in   line</link> as a quoted portion of the message you are sending. Attachment forwarding is best if you want to send the full, unaltered message to someone else. Inline forwarding is best if you want to send portions of a message, or if you have a large number of comments on different sections of the message you are forwarding. Remember to note from whom the message came, and whether you have removed or altered content.</para>
    <para>To forward a message you are reading, click Forward on the toolbar, click Actions &gt; Forward, or press Ctrl+F. If you prefer to forward the message <link linkend="inline">inline</link> instead of attached, click Actions &gt; Forward Inline from the menu. Select an addressee as you would when sending a new message; the subject is already entered, although you can alter it if you want. Add your comments on the message in the composition frame, then click Send.</para>
   </section>

   <section id="usage-mail-getnsend-ettiquette">
    <title>Seven Tips for E-Mail Courtesy</title>
    <itemizedlist>
     <listitem>
      <para>Don&apos;t forward chain letters. If you must, watch out for hoaxes and urban legends, and make sure the message doesn&apos;t have multiple layers of greater-than signs, (&gt;) indicating multiple layers of careless in-line forwarding. </para>
     </listitem>
     <listitem>
      <para>Always begin and close with a salutation. Say &ldquo;please&rdquo; and &ldquo;thank you&rdquo;, just like you do in real life. You can keep your pleasantries short, but be polite. </para>
     </listitem>
     <listitem>
      <para>WRITING IN CAPITAL LETTERS MEANS YOU&apos;RE SHOUTING! Don&apos;t write a whole message in capital letters. It hurts people&apos;s ears. </para>
     </listitem>
     <listitem>
      <para>Check your spelling and use complete sentences. By default, Evolution puts a red line beneath words it doesn&apos;t recognize, as you type them. </para>
     </listitem>
     <listitem>
      <para>Don&apos;t send nasty e-mails (flames). If you get one, don&rsquo;t write back. </para>
     </listitem>
     <listitem>
      <para>When you reply or forward, include enough of the previous message to provide context.</para>
     </listitem>
     <listitem>
      <para>Don&apos;t send spam.</para>
     </listitem>
    </itemizedlist>
   </section>
  </section>

  <section id="rsvp-stuff">
   <title>Sending Invitations by Mail</title>
   <para>If you create an event in the calendar component, you can then send invitations to the attendee list through the Evolution e-mail tool. The invitation card is sent as an attachment in iCal format.</para>
   <para>When you receive an invitation, </para>
   <formalpara id="bsaizt9">
    <title>Accept: </title>
    <para>Indicates you will attend the meeting. When you click the OK button, the meeting is entered into your calendar.</para>
   </formalpara>
   <formalpara id="bsaj000">
    <title>Tentatively Accept: </title>
    <para>Indicates you will probably attend the meeting. When you click the OK button, the meeting is entered into your calendar, but is marked as tentative.</para>
   </formalpara>
   <formalpara id="bsaj06a">
    <title>Decline: </title>
    <para>Indicates you will be unable to attend the meeting. The meeting is not entered into your calendar when you click the OK, although your response will be sent to the meeting host if you have selected the RSVP option.</para>
   </formalpara>
   <formalpara id="bsaj0dc">
    <title>RSVP: </title>
    <para>Select this option if you want your response sent to the meeting organizers.</para>
   </formalpara>
  </section>

  <section id="usage-mail-subscriptions">
   <title>IMAP Subscriptions Manager</title>
   <para>Because IMAP folders exist on the server, and opening them or checking them takes time, you need fine-grained control over the way that you use IMAP folders. You use the IMAP subscriptions manager to do this. If you prefer to have every mail folder displayed, you can select that option as well. However, if you want to choose specific items in your mailbox, and exclude others, you can use the subscription management tool to do that.</para>
   <procedure>
    <step id="bsmqyfs">
     <para>Select Tools &gt; Subscribe to Folders.</para>
    </step>
    <step id="bsmqyid">
     <para>If you have accounts on multiple IMAP servers, select the server where you want to manage your subscriptions. Evolution displays a list of available files and folders.</para>
    </step>
    <step id="bsmqyky">
     <para>Select a file or folder by clicking it. You should select at least the Inbox folder. Depending upon the way your IMAP server is configured, the list of available files might include non-mail folders. If it does, you can ignore them.</para>
    </step>
    <step id="bsmqz9t">
     <para>Click Subscribe to add a folder to the subscribed list.</para>
    </step>
    <step id="bsmqzlz">
     <para>When you have subscribed to the folders you want, close the window.</para>
    </step>
   </procedure>
  </section>

  <section id="encryption">
   <title>Encryption</title>
   <para>Evolution helps you protect your privacy by using GNU Privacy Guard (GPG), an implementation of strong <link linkend="public-key-encryption">Public Key Encryption.</link></para>
   <para>GPG uses two keys: public and private. You can give your public key to anyone you want to receive encrypted messages, or put it on a public key server so that people can look it up before contacting you. Your private key lets you decrypt any message encrypted with your public key. Never give your private key to anyone. </para>
   <para>Using encryption takes a bit of forethought. When you send a message that is encrypted, you must encrypt it using your intended recipient&apos;s public key. To receive an encrypted message, you must make sure that the sender has your public key in advance. For signing messages, you encrypt the signature with your private key, so only your public key can unlock it. When you send the message, the recipient gets your public key and unlocks the signature, verifying your identity.</para>
   <para>You can use encryption in two different ways:</para>
   <itemizedlist>
    <listitem>
     <para>You can encrypt the entire message, so that nobody but the recipient can read it.</para>
    </listitem>
    <listitem>
     <para>You can attach an encrypted signature to a plain text message, so that the recipient can read the message without decrypting it, and only needs decrypting to verify the sender&rsquo;s identity.</para>
    </listitem>
   </itemizedlist>
   <para>For example, suppose that Kevin wants to send an encrypted message to his friend Rachel. He looks up her public key on a general key server, and then tells Evolution to encrypt the message. The message now reads "@#$23ui7yr87#@!48970fsd." When the information gets to Rachel, she decrypts it using her private key, and it appears as plain text for her to read.</para>
   <para>To encrypt a single message:</para>
   <procedure>
    <step id="bsg2p0a">
     <para>Open a Compose a Message window.</para>
    </step>
    <step id="bsg2p9i">
     <para>Click Security &gt; PGP Encrypt.</para>
    </step>
    <step id="bsg2prj">
     <para>Compose your message, then click Send.</para>
    </step>
   </procedure>
   <para>You can set Evolution to always sign your e-mail messages: </para>
   <procedure>
    <step id="bsaj12e">
     <para>Click Tools &gt; Settings, then select Mail Accounts.</para>
    </step>
    <step id="bsaj1aj">
     <para>Select the mail account to encrypt, then click Edit.</para>
    </step>
    <step id="bsaj1es">
     <para>Click the Security tab.</para>
    </step>
    <step id="bsaj1yt">
     <para>Select Always Sign Outgoing Messages When Using This Account.</para>
    </step>
    <step id="bsaj2e0">
     <para>Click OK.</para>
    </step>
    <step id="bsaj2et">
     <para>Click Close.</para>
    </step>
   </procedure>

   <section id="encryption-smime">
    <title>S/MIME Encryption</title>
    <para>S/MIME encryption also uses a key-based approach, but it has some significant advantages in convenience and security. S/MIME uses certificates, which are similar to keys. The public portion of each certificate is held by the sender of a message and by one of several certificate authorities, who are paid to guarantee the identity of the sender and the security of the message. Evolution already recognizes a large number of certificate authorities, so when you get a message with an S/MIME certificate, your system automatically receives the public portion of the certificate and decrypts or verifies the message.</para>
    <para>S/MIME is used most often in corporate settings. In these cases, administrators supply certificates that they have purchased from a certificate authority. In some cases, an organization can act as its own certificate authority, with or without a guarantee from a dedicated authority such as Verisign or Thawte. In either case, the system administrator provides you with a certificate file.</para>
    <para>If you want to use S/MIME independently, you can extract an identification certificate from your Mozilla or Netscape Web browser. See the Mozilla help for more information on security certificates.</para>
    <para>The certificate file is a password-protected file on your computer. To use it in Evolution:</para>
    <procedure>
     <step id="bsg2rkq">
      <para>Click Tools &gt; Settings, then click Certificate Tool.</para>
     </step>
     <step id="bsg2rra">
      <para>Click Import.</para>
     </step>
     <step id="bsg2rw3">
      <para>Select the file to import, then click OK.</para>
     </step>
     <step id="bsg2s8y">
      <para>Click Close.</para>
     </step>
    </procedure>
    <para>Similarly, you can add certificates that are sent to you independently of any authority by clicking the Contact Certificates tab and using the same Import tool. You can also add new certificate authorities, which have their own certificate files, in the same way.</para>
    <para>After you have added your certificate, you can sign or encrypt a message by clicking Security &gt; S/MIME Sign or S/MIMe Encrypt in the message composer. </para>
    <para>To have every message signed or encrypted:</para>
    <procedure>
     <step id="bsg2t55">
      <para>Click Tools &gt; Options, then select the account to encrypt the messages in.</para>
     </step>
     <step id="bsg2tam">
      <para>Click Edit, then click Security.</para>
     </step>
     <step id="bsg2tsx">
      <para>Click Select next to Signing Certificate and specify the path to your signing certificate.</para>
      <para>or</para>
      <para>Click Select next to Encryption Certificate and specify the path to your encryption certificate.</para>
     </step>
     <step id="bsg2uuc">
      <para>Select the appropriate options.</para>
     </step>
     <step id="bsg2vi6">
      <para>Click OK.</para>
     </step>
     <step id="bsg2uvy">
      <para>Click Close.</para>
     </step>
    </procedure>
   </section>

   <section id="encryption-keygen">
    <title>Making Encryption Keys</title>
    <para>Before you can get or send encrypted mail, you need to generate your public and private keys with GPG. This procedure covers version 1.2.4 of GPG. If your version is different, these steps may vary slightly. You can find out your version number by entering <command>gpg --version</command>.</para>
    <procedure>
     <step id="bsg2zuv">
      <para>Open a terminal and enter <command>gpg --gen-key</command>.</para>
     </step>
     <step id="bsg2zxw">
      <para>Select an algorithm, then press Enter.</para>
      <para>or</para>
      <para>To accept the default algorithm of DSA and ElGamal, press Enter (recommended).</para>
     </step>
     <step id="bsg3011">
      <para>Select a key length, then press Enter. To accept the default, 1024 bits, press Enter.</para>
     </step>
     <step id="bsg3034">
      <para>Enter how long your key should be valid for. </para>
      <para>or</para>
      <para>To accept the default of  no expiration, press Enter, then press Y when you are prompted to verify the selection.</para>
     </step>
     <step id="bsg305l">
      <para>Type your real name, then press Enter.</para>
     </step>
     <step id="bsg30bg">
      <para>Type your e-mail address, then press Enter.</para>
     </step>
     <step id="bsg30ec">
      <para>(Optional) Type a comment, then press Enter.</para>
     </step>
     <step id="bsg30lp">
      <para>Review your selected user ID, if it is correct press O.</para>
     </step>
     <step id="bsg317u">
      <para>Type a passphrase, then press Enter.</para>
     </step>
     <step id="bsg31c5">
      <para>Move your mouse randomly to generate the keys.</para>
     </step>
    </procedure>
    <para>After the keys are generated, you can view your key information by entering <command>gpg --list-keys</command>. You should see something similar to this:  <computeroutput> /home/you/.gnupg/pubring.gpg ----------------------------  pub 1024D/32j38dk2 2001-06-20 you &lt;you@your-address.com&gt;  sub 1024g/289sklj3 2001-06-20 [expires: 2002-11-14]  </computeroutput></para>
    <para>GPG creates one list, or keyring, for your public keys and one for your private keys. All the public keys you know are stored in the file ~/.gnupg/pubring.gpg. If you want to give other people your key, send them that file.</para>
    <para>If you want, you can upload your keys to a key server.</para>
    <procedure>
     <step id="bsg3379">
      <para>Check your public key ID with gpg--list-keys. It will be the string after 1024D on the line beginning with pub. In the example above, it is 32j38dk2.</para>
     </step>
     <step id="bsg347p">
      <para>Enter the command <command>gpg --send-keys --keyserverwwwkeys.pgp.net <varname>32j38dk2</varname></command>. Substitute your key ID for <varname>32j38dk2</varname>. You need your password to do this.</para>
     </step>
    </procedure>
    <para>Key servers store your public keys for you so that your friends can decrypt your messages. If you choose not to use a key server, you can manually send your public key, include it in your signature file, or put it on your own Web page. However, it&apos;s easier to publish a key once, and then let people download it from a central place when they want.</para>
    <para>If you don&apos;t have a key to unlock or encrypt a message, you can set your encryption tool to look it up automatically. If it can&apos;t find the key, an error message appears.</para>
   </section>

   <section id="encrypt-getting-key">
    <title>Getting and Using Public Keys</title>
    <para>To send an encrypted message, you need to use the recipient&apos;s public key in combination with your private key. Evolution handles the encryption, but you need to get the public key and add it to your keyring.</para>
    <para>To get public keys from a public key server, enter the command<command> gpg --recv-keys --keyserver wwwkeys.pgp.net <varname>keyid</varname></command>, substituting <varname>keyid</varname> for your recipient&apos;s ID. You need to enter your password, and the ID is automatically added to your keyring..</para>
    <para>If someone sends you a public key directly, save it as a plain text file and enter the command <command>gpg <varname>filename</varname></command> to add it to your keyring.</para>
   </section>

   <section id="encrypt-evo-integ">
    <title>Setting up Evolution&rsquo;s Encryption</title>
    <procedure>
     <step id="bsg364h">
      <para>Click Tools &gt; Settings, then click Mail Accounts.</para>
     </step>
     <step id="bsg368f">
      <para>Select the account you want to use securely, then click Edit.</para>
     </step>
     <step id="bsg36hg">
      <para>Click the Security tab.</para>
     </step>
     <step id="bsg36jw">
      <para>Specify your key ID in the PGP/GPG Key ID field.</para>
     </step>
     <step id="bsg36pj">
      <para>Click OK.</para>
     </step>
     <step id="bsg36qt">
      <para>Click Close.</para>
     </step>
    </procedure>
    <para>Click Tools &gt; Settings, then click Mail Accounts. Select the account you want to use securely, and click Edit. Click the Security tab. Enter your key ID in the PGP/GPG Key ID field, then click OK. Your key is now integrated into your identity in Evolution.</para>
    <para>Evolution requires that you know your key ID. If you don&rsquo;t remember it, you can find it by typing <command>gpg --list-keys</command> in a console window. Your key ID is an eight-character string with random numbers and letters.</para>
   </section>

   <section id="unencrypting">
    <title>Unencrypting a Received Message</title>
    <para>If you receive an encrypted message, you need to decrypt it before you read it. Remember, the sender must have your public key before they can send you an encrypted message.</para>
    <para>When you view the message, Evolution prompts you for your PGP password. Enter it, and the unencrypted message is displayed. </para>
   </section>
  </section>
 </chapter>

 <chapter id="usage-mail-organize">
  <title>Organizing Your E-Mail</title>
  <para>Whether you only get a few e-mail messages a day, or you receive hundreds, you probably want to sort and organize them. Evolution&trade; has the tools to help you do it.</para>

  <section id="importing-mail-and-settings">
   <title>Importing Your Old E-Mail</title>
   <para>Evolution allows you to import old e-mail and contacts so that you don&rsquo;t need to worry about losing your old information.</para>

   <section id="importing-mail">
    <title>Importing Single Files</title>
    <para>Evolution can import the following types of files:</para>
    <formalpara id="bsawbz2">
     <title>vCard (.vcf, .gcrd):</title>
     <para> The address book format used by the GNOME, KDE, and many other contact management applications. You should be able to export to vCard format from any address book application. </para>
    </formalpara>
    <formalpara id="bsawccr">
     <title>iCalendar or iCal (.ics): </title>
     <para>A format for storing calendar files. iCalendar is used by Palm OS handhelds, Evolution, and Microsoft Outlook. </para>
    </formalpara>
    <formalpara id="bsawckg">
     <title>Microsoft Outlook Express 4 (.mbx): </title>
     <para>E-Mail file format used by Microsoft Outlook Express 4. For other versions of Microsoft Outlook and Outlook Express, see the workaround described in <link linkend="bsawgkk">Step 1</link>. </para>
    </formalpara>
    <formalpara id="bsawdfx">
     <title>LDAP Data Interchange Format (.LDIF):</title>
     <para> A standard data format for contact cards. </para>
    </formalpara>
    <formalpara id="bsawdmw">
     <title>MBox (.mbox or null extension): </title>
     <para>The e-mail format used by Mozilla, Netscape, Evolution, Eudora, and many other e-mail clients. </para>
    </formalpara>
    <para>To import your old e-mail: </para>
    <procedure>
     <step id="bsaweb1">
      <para>Click File &gt; Import.</para>
     </step>
     <step id="bsaweiv">
      <para>Click Forward.</para>
     </step>
     <step id="bsawely">
      <para>Select Import a Single File, then click Forward.</para>
     </step>
     <step id="bsawey0">
      <para>Select the file to import, then click Forward.</para>
     </step>
     <step id="bsawf2t">
      <para>Click Import.</para>
     </step>
    </procedure>
   </section>

   <section id="importing-preferences">
    <title>Importing Multiple Files</title>
    <para>Evolution automates the import process for several applications it can recognize. </para>
    <procedure>
     <step id="bsawfek">
      <para>Click File &gt; Import.</para>
     </step>
     <step id="bsawfhu">
      <para>Click Forward.</para>
     </step>
     <step id="bsawfiy">
      <para>Select Import Data and Settings From Older Programs, then click Forward.</para>
      <para>Evolution searches for old mail programs and, if possible, import the data from them.</para>
     </step>
    </procedure>
    <para>Microsoft Outlook and versions of Outlook Express after version 4 use proprietary formats that Evolution cannot read or import. One migration method that works well is to use the Outport application. See <ulink url="http://outport.sourceforge.net">outport.sourceforge.net</ulink> for additional information. You can also import data into another Windows mail client such as Mozilla: </para>
    <procedure>
     <step id="bsawgkk">
      <para>While in Windows, import your .pst files into Mozilla Mail (or another mail program such as Netscape or Eudora that uses the standard mbox format).</para>
      <para>Mozilla and Netscape users need to click File &gt; Compact &gt; All Folders from within the Netscape or Mozilla mail tool. Otherwise, Evolution imports and undeletes the messages in your Trash folders.</para>
     </step>
     <step id="bsawh7h">
      <para>Copy the files to the system or partition that Evolution is installed on.</para>
     </step>
     <step id="bsawhdw">
      <para>Use the Evolution import tool to import the files.</para>
     </step>
    </procedure>
    <para>For POP mail, filters are applied as messages are downloaded. For IMAP mail, filters are applied to new messages when you enter the INBOX folder. On Exchange servers, filters are not applied until you select your Inbox folder and click Actions &gt; Apply Filters, or press Ctrl+Y. To force your filters to act on all messages in the folder, select the entire folder by pressing Ctrl+A, then apply the filters by pressing Ctrl+Y. </para>
   </section>
  </section>

  <section id="usage-mail-organize-columns">
   <title>Sorting Mail with Column Headers</title>
   <para>The message list normally has columns to indicate whether a message has been read, whether it has attachments, how important it is, and the sender, date, and subject. You can change the column order, or add and remove columns by dragging and dropping them.</para>
   <para>Right-click one of the column headers to get a list of options:</para>
   <formalpara id="bsawhu7">
    <title>Sort Ascending: </title>
    <para>Sorts the messages top to bottom. Similarly, Sort Descending reverses the order, and Unsort removes sorting from this column, reverting to the order of messages as they were added to the folder.</para>
   </formalpara>
   <formalpara id="bsawiat">
    <title>Removing a Column: </title>
    <para>Remove this column from the display. You can also remove columns by dragging the header off the list and letting it drop. </para>
   </formalpara>
   <formalpara id="bsawie2">
    <title>Adding a Column: </title>
    <para>When you select this item, a dialog box appears, listing the possible columns. Drag the column you want into a space between existing column headers. A red arrow shows where the column will be placed.</para>
   </formalpara>
   <formalpara id="bsawiz9">
    <title>Best Fit: </title>
    <para>Automatically adjusts the widths of the columns for the most efficient use of space.</para>
   </formalpara>
   <formalpara id="bsawj3v">
    <title>Customizing the Current View: </title>
    <para>Choose this item to pick a more complex sort order for messages, or to choose which columns of information about your messages you want to display.</para>
   </formalpara>

   <section id="usage-mail-organize-columns-followup">
    <title>Using the Follow Up Feature</title>
    <para>One way to make sure you don&apos;t forget about a message is with the Follow Up feature. To use it, select one or more messages, then right-click on one, then click Follow Up. A dialog box opens to allow you to set the type of flag and the due date.</para>
    <para>The Flag itself is the action you want to remind yourself about. Several are provided for you, such as Call, Forward, and Reply, but you can enter your own note or action if you want. You can set a deadline for the flag as well.</para>
    <para>After you have added a flag, you can mark it as complete or remove it entirely by right-clicking the message, then click either Flag Completed or Clear Flag.</para>
    <para>When you read a flagged message, its flag status is displayed at the top, before the message headers. An overdue message might tell you Overdue: Call by April 07, 2003, 5:00 PM.</para>
    <para>Flags can help you organize your work in a number of ways. For example, you might add a Flag Status column to your message list and sort that way. Alternately, you could create a vFolder that displays all your flagged messages, then clear the flags when you&apos;re done, so the vFolder contains only messages with upcoming deadlines.</para>
    <para>If you prefer a simpler way to remind yourself about messages, you can mark them as Important by right-clicking the message, then click Mark Important.</para>
   </section>
  </section>

  <section id="usage-mail-organize-folders">
   <title>Getting Organized with Folders</title>
   <para>Evolution, like most other mail systems, stores mail in folders. You start out with a few mail folders, such as Inbox, Outbox, and Drafts, but you can create as many as you like. Create new folders by right clicking the folder list and selecting New Folder.</para>
   <para>When you click OK, your new folder appears in the folder view. You can then put messages in it by dragging and dropping them, or by using the Move button in the toolbar. If you want to move several messages at once, select the ones you want to move while holding down the Ctrl key, or use Shift to select a range of messages. If you create a filter with the filter assistant, you can have mail filed automatically.</para>
   <note>
    <para>The Inbox folder on most IMAP servers cannot contain both subfolders and messages. When you create additional folders on your IMAP mail server, branch them from the root of the IMAP account&apos;s folder tree, not from Inbox. If you create subfolders in your Inbox folder, you lose the ability to read messages that exist in your Inbox until you move the folders out of the way.</para>
   </note>
  </section>

  <section id="usage-mail-organize-search">
   <title>Searching for Messages</title>
   <para>Most mail clients can search your messages for you, but Evolution does it faster than most because of its automatic search index.</para>
   <para>To start searching, type a word or phrase in the text area below the toolbar, and choose a search type:</para>
   <formalpara id="bsaz7v9">
    <title>Subject Contains: </title>
    <para>Shows messages where the search text is in the subject line. It does not search in the message body.</para>
   </formalpara>
   <formalpara id="bsaz857">
    <title>Subject Does Not Contain: </title>
    <para>Finds messages that do not contain the search text in the subject.</para>
   </formalpara>
   <formalpara id="bsaz8as">
    <title>Sender Contains: </title>
    <para>Finds messages whose From: header contains a match for your search text.</para>
   </formalpara>
   <formalpara id="bsaz8eu">
    <title>Recipients Contain: </title>
    <para>Finds messages with the search text in the To: and Cc: headers.</para>
   </formalpara>
   <formalpara id="bsaz8kw">
    <title>Body Contains: </title>
    <para>Searches only in message text, not the subject lines.</para>
   </formalpara>
   <formalpara id="bsaz8ps">
    <title>Body Does Not Contain: </title>
    <para>Finds every e-mail message that does not have the search text in the message body. It also show messages that have the search text in the subject line, if it is not also in the body.</para>
   </formalpara>
   <formalpara id="bsaz8uh">
    <title>Body or Subject Contains: </title>
    <para>Searches message subjects and the messages themselves for the word or phrase you&apos;ve specified in the search field.</para>
   </formalpara>
   <formalpara id="bsaz910">
    <title>Message Contains: </title>
    <para>Searches the message body and all headers for the specified text.</para>
   </formalpara>
   <para>When you&rsquo;ve typed your search phrase, press Enter or click the Find Now button. Evolution will show your search results in the message list.</para>
   <para>For more complex search rules, select Advanced from the Search menu. You might want to create a vFolder instead; see <link linkend="usage-mail-organize-vfolders">Using vFolders</link> for more detail.</para>
   <para>When finish searching, go back to seeing all your messages by clicking the Clear button, or by entering a blank search.</para>
  </section>

  <section id="usage-mail-organize-spam">
   <title>Stopping Junk Mail (Spam)</title>
   <para>Evolution can check for junk mail for you. When the software detects mail that appears to be junk mail, it will flag it and hide it from your view. Messages that are flagged as junk mail are displayed only in the Junk folder.</para>
   <para>The junk mail filter can learn which kinds of mail are legitimate and which are not if you train it. When you first start using junk mail blocking, check the Junk folder to be sure that legitimate mail doesn&apos;t get flagged as junk mail. If good mail, also known as ham, is incorrectly flagged, remove it from the Junk folder by right-clicking it and selecting Mark as Not Junk. If Evolution misses junk mail, right-click the message, then click Mark as Junk. When you correct it, the filter will be able to recognize similar messages in the future, and will become more accurate as time goes on.</para>
   <para>To change your junk mail filtering preferences, click Tools &gt; Settings, then click Mail Preferences. In the mail preferences tool, click the Junk tab. Here, you have a couple of options: </para>
   <formalpara id="bsaz9zd">
    <title>Checking Incoming Mail for Junk: </title>
    <para>This option turns automatic junk mail filtering on or off.</para>
   </formalpara>
   <formalpara id="bsaza5z">
    <title>Include Remote Tests: </title>
    <para>This option uses tests that require a network connection, such as checking to see if a message is in a list of known junk messages, or if the sender or gateway are blacklisted by anti-spam organizations. Remote tests add to the amount of time it takes to check for junk mail, but increase accuracy.</para>
   </formalpara>
  </section>

  <section id="usage-mail-organize-filters">
   <title>Create Rules to Automatically Organize Mail</title>
   <para>Filters work very much like the mail room in a large company. Their purpose is to bundle, sort, and distribute mail to the various folders. In addition, you can have multiple filters performing multiple actions that might effect the same message in several ways. For example, your filters could put copies of one message into multiple folders, or keep one copy and send one to another person, and it can do that quickly.</para>

   <section id="usage-mail-org-filters-new">
    <title>Creating New Filter Rules</title>
    <procedure>
     <step id="bsazapz">
      <para>Click Tools &gt; Filters.</para>
     </step>
     <step id="bsazaxn">
      <para>Click Add.</para>
     </step>
     <step id="bsazayr">
      <para>Type a name for the filter in the Rule name field.</para>
     </step>
     <step id="bsazb4y">
      <para>Define the criteria for the filter in the If section.</para>
      <para>For each of the filter criterion, you must first select which parts of the message you want to filter:</para>
      <formalpara id="bsh25ic">
       <title>Sender: </title>
       <para>The sender&apos;s address.</para>
      </formalpara>
      <formalpara id="bsh25ui">
       <title>Recipient: </title>
       <para>The recipients of the message.</para>
      </formalpara>
      <formalpara id="bsh266q">
       <title>Subject:</title>
       <para> The subject line of the message.</para>
      </formalpara>
      <formalpara id="bshk9m6">
       <title>Specific Header: </title>
       <para>Any header including custom ones.</para>
      </formalpara>
      <para>If a message uses a header more than once, Evolution pays attention only to the first instance, even if the message defines the header differently the second time. For example, if a message declares the Resent-From: header as &ldquo;engineering@rupertcorp.com&rdquo; and then restates it as &ldquo;marketing@rupertcorp.com&rdquo;, Evolution filters as though the second declaration did not occur. To filter on messages that use headers multiple times, use a regular expression. </para>
      <formalpara id="bshkazq">
       <title>Message Body: </title>
       <para>Searches in the actual text of the message.</para>
      </formalpara>
      <formalpara id="bshkb9x">
       <title>Expression (For programmers only):</title>
       <para> Match a message according to an expression you write in the Scheme language, used to define filters in Evolution.</para>
      </formalpara>
      <formalpara id="bshkbvl">
       <title>Date Sent: </title>
       <para>Filters messages according to the date on which they were sent. First, choose the conditions you want a message to meet, such as before a given time or after a given time. Then choose the time. The filter compares the message&apos;s time stamp to the system clock when the filter is run, or to a specific time and date you choose from a calendar. You can also have it look for a message within a range of time relative to the filter, such as two to four days ago.</para>
      </formalpara>
      <formalpara id="bshkcq6">
       <title>Date Received: </title>
       <para>This works the same way as the Date Sent option, except that it compares the time you received the message with the dates you specify.</para>
      </formalpara>
      <formalpara id="bshkcwe">
       <title>Label: </title>
       <para>Messages can have labels of Important, Work, Personal, To Do, or Later. You can set tables with other filters or by hand.</para>
      </formalpara>
      <formalpara id="bshkdbe">
       <title>Score: </title>
       <para>Sets the message score to any whole number greater than 0. You can have one filter set or change a message score, and then set up another filter to move the messages you have scored. A message score is not based on anything in particular: it is simply a number you can assign to messages so other filters can process them.</para>
      </formalpara>
      <formalpara id="bshkdqm">
       <title>Size: </title>
       <para>Sorts based on the size of the message in kilobytes.</para>
      </formalpara>
      <formalpara id="bshkdww">
       <title>Status: </title>
       <para>Filters according to the status of a message. The status can be Replied To, Draft, Important, Read, or Junk.</para>
      </formalpara>
      <formalpara id="bshkeb2">
       <title>Flagged: </title>
       <para>Checks whether the message is flagged for follow-up.</para>
      </formalpara>
      <formalpara id="bshkej1">
       <title>Attachments: </title>
       <para>Creates a filter based on whether there is an attachment for the e-mail.</para>
      </formalpara>
      <formalpara id="bshkev3">
       <title>Mailing List: </title>
       <para>Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters.</para>
      </formalpara>
      <formalpara id="bshkfrd">
       <title>Regex Match: </title>
       <para>If you know your way around a <link linkend="regular-expression">regex</link>, or regular expression, this option allows you to search for complex patterns of letters, so that you can find, for example, all words that start with a and ends with m, and are between six and fifteen letters long, or all messages that declare a particular header twice. For information about how to use regular expressions, check the manual page for the <command>grep</command> command.</para>
      </formalpara>
      <formalpara id="bshkggw">
       <title>Source Account: </title>
       <para>Filters messages according the server you got them from. This is most useful if you use multiple POP mail accounts.</para>
      </formalpara>
      <formalpara id="bshkgpo">
       <title>Pipe to Program: </title>
       <para>Evolution can use an external command to process a message, then process it based on the return value. Commands used in this way must return an integer. This is most commonly used to add an external junk mail filter.</para>
      </formalpara>
      <formalpara id="bshkgwb">
       <title>Junk Test: </title>
       <para>Filters based on the results of the junk mail test.</para>
      </formalpara>
      <formalpara id="bshkh3t">
       <title>Select the Criteria for the Condition: </title>
       <para>If you want multiple criteria for this filter, click Add Criterion and repeat step 4.</para>
      </formalpara>
      <formalpara id="bshkhi8">
       <title>Select the Actions for the Filter in the Then Section: </title>
       <para>Select any of the following options.</para>
      </formalpara>
      <itemizedlist>
       <listitem>
        <formalpara id="bsmr5pj">
         <title>Move to Folder: </title>
         <para>Moves the message into a folder you specify. Click Click Here to select the destination folder.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmr9sg">
         <title>Copy to Folder: </title>
         <para>Puts a copy of the message into a folder you specify. Click Click Here to select the destination folder.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmr9wy">
         <title>Delete: </title>
         <para>Marks the message for deletion. The message can be undeleted until you manually expunge or empty the trash.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmr9zn">
         <title>Stop Processing: </title>
         <para>Select this if you want to have all other filters to ignore this message.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmra5i">
         <title>Assign Color: </title>
         <para>Marks the message with a color of your choice.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmraa9">
         <title>Assign Score: </title>
         <para>Assigns the message a numeric score.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmrd39">
         <title>Adjust Score: </title>
         <para>Changes the numeric score by the amount you set.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmrd6f">
         <title>Set Status: </title>
         <para>Sets the status of the message. The status can be Replied To, Draft, Important, Read, or Junk.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmrd9c">
         <title>Unset Status: </title>
         <para>If the message has a status value, unsets it. If a status value is not set, it does nothing.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmrdcm">
         <title>Beep: </title>
         <para>Makes the system beep.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmrdey">
         <title>Play Sound: </title>
         <para>Select a sound file, and Evolution will play it.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmrdip">
         <title>Pipe to Program: </title>
         <para>Sends the message to a program of your choice. No return value is expected. This feature can be used to create automatic Web postings from e-mail messages or to perform additional message post processing not supported by Evolution.</para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bsmrdm5">
         <title>Run Program: </title>
         <para>Evolution will run an application.</para>
        </formalpara>
       </listitem>
      </itemizedlist>
     </step>
     <step id="bsazp1t">
      <para>Click Add Action if you need multiple actions.</para>
     </step>
     <step id="bsazq81">
      <para>Click OK twice.</para>
     </step>
    </procedure>
    <para>There is an easy shortcut for fast filter or vFolder creation. </para>
    <procedure>
     <step id="bsh2232">
      <para>Right-click the message in the e-mail list.</para>
     </step>
     <step id="bsh22bz">
      <para>Select one of the items under the Create Rule from the Message submenu.</para>
      <para>Creating a rule based on a message opens the filter creation tool with some of the information about the message already filled in for your convenience.</para>
     </step>
    </procedure>
    <informalfigure id="usage-mail-filter-fig-createrule">
     <mediaobject><imageobject><imagedata format="PNG" fileref="figures/filter-new-fig.png"/></imageobject></mediaobject>
     
    </informalfigure>
    <para>If you have several filters that match a single message, they are all applied to the message in order, unless one of the filters has the Stop Processing action. If you use that action in a filter, the messages that it affects are not touched by other filters. </para>
    <para>When you first open the Filters dialog box, you are shown the list of filters sorted in the order in which they will be applied. You can move them up and down in the priority list by clicking the Up and Down buttons. </para>
   </section>

   <section id="filters-edit">
    <title>Editing Filters</title>
    <procedure>
     <step id="bsazr7l">
      <para>Click Tools &gt; Filters.</para>
     </step>
     <step id="bsazr9u">
      <para>Select the filter to edit and click Edit.</para>
     </step>
     <step id="bsazrhx">
      <para>Make the desired corrections and click OK twice.</para>
     </step>
    </procedure>
   </section>

   <section id="filters-deleting">
    <title>Deleting Filters</title>
    <procedure>
     <step id="bsazrrq">
      <para>Click Tools &gt; Filters.</para>
     </step>
     <step id="bsazrvn">
      <para>Select the filter to remove and click Remove. </para>
     </step>
     <step id="bsazryx">
      <para>Click OK.</para>
     </step>
    </procedure>
    <note>
     <para>Changing Folder Names and Filters</para>
     <para>Incoming e-mail that your filters don&rsquo;t move goes into the Inbox; outgoing mail that they don&rsquo;t move ends up in the Sent folder. So be sure to change the filters that go with it.</para>
    </note>
   </section>
  </section>

  <section id="usage-mail-organize-vfolders">
   <title>Using vFolders</title>
   <para>If filters aren&rsquo;t flexible enough for you, or you find yourself performing the same search again and again, consider a vFolder. vFolders, or virtual folders, are an advanced way of viewing your e-mail messages within Evolution. If you get a lot of mail or often forget where you put messages, vFolders can help you keep things organized.</para>
   <para>A vFolder is really a hybrid of all the other organizational tools: it looks like a folder, it acts like a search, and you set it up like a filter. In other words, a conventional folder actually contains messages, but a vFolder is a view of messages that might be in several different folders. The messages it contains are determined on the fly using a set of criteria you choose in advance.</para>
   <para>As messages that meet the vFolder criteria arrive or are deleted, Evolution automatically adjusts the vFolder contents. When you delete a message, it is erased from the folder in which it actually exists, as well as any vFolders that display it.</para>
   <para>The Unmatched vFolder is the opposite of other vFolders: it displays all messages that do not appear in other vFolders.</para>
   <para>If you use remote e-mail storage like IMAP or Microsoft Exchange, and have created vFolders to search through them, the Unmatched vFolder also searches the remote folders. If you do not create any vFolders that search remote mail stores, the Unmatched vFolder does not search in them either.</para>
   <para>As an example of using folders, searches, and vFolders, consider the following example: To organize his mailbox, Jim sets up a virtual folder for e-mails from his friend and co-worker Anna. He has another vFolder for messages that have novell.com in the address and Evolution in the subject line, so he can keep a record of what people from work send him about Evolution. If Anna sends him a message about anything other than Evolution, it only shows up in the &ldquo;Anna&rdquo; vFolder. When Anna sends him mail about the user interface for Evolution, he can see the message both in the &ldquo;Anna&rdquo; vFolder and in the &ldquo;Internal Evolution Discussion&rdquo; vFolder. </para>

   <section id="vfolder-create">
    <title>Creating a vFolder</title>
    <procedure>
     <step id="bsazs7h">
      <para>Click Tools &gt; Virtual Folder Editor.</para>
     </step>
     <step id="bsazsav">
      <para>Click Add.</para>
      <informalfigure id="usage-mail-vfolder-fig-createrule">
       <mediaobject><imageobject><imagedata format="PNG" fileref="figures/evo_rule_a.png"/></imageobject></mediaobject>
       
      </informalfigure>
     </step>
     <step id="bsazsbo">
      <para>Type the name of the vFolder in the Rule Name field.</para>
     </step>
     <step id="bsazsjd">
      <para>Select your search criteria. For each criterion, you must first select which of the following parts of the message you want the search to examine. The criteria are similar to those for filters.</para>
      <formalpara id="bshkrpc">
       <title>Sender: </title>
       <para>Sender&apos;s address.</para>
      </formalpara>
      <formalpara id="bshkrwe">
       <title>Recipients: </title>
       <para>The recipients of the message.</para>
      </formalpara>
      <formalpara id="bshks5p">
       <title>Subject: </title>
       <para>The subject line of the message.</para>
      </formalpara>
      <formalpara id="bshksea">
       <title>Message Body: </title>
       <para>Searches in the actual text of the message.</para>
      </formalpara>
      <formalpara id="bshkzum">
       <title>Expression (For programmers only):</title>
       <para> Match a message according to an expression you write in the Scheme language, used to define filters in Evolution.</para>
      </formalpara>
      <formalpara id="bshkzun">
       <title>Date Sent: </title>
       <para>Filters messages according to the date on which they were sent. First, choose the conditions you want a message to meet, such as before a given time or after a given time. Then choose the time. The filter compares the message&apos;s time stamp to the system clock when the filter is run, or to a specific time and date you choose from a calendar. You can also have it look for a message within a range of time relative to the filter, such as two to four days ago.</para>
      </formalpara>
      <formalpara id="bshkzuo">
       <title>Date Received: </title>
       <para>This works the same way as the Date Sent option, except that it compares the time you received the message with the dates you specify.</para>
      </formalpara>
      <formalpara id="bshkzup">
       <title>Label: </title>
       <para>Messages can have labels of Important, Work, Personal, To Do, or Later. You can set tables with other filters or by hand.</para>
      </formalpara>
      <formalpara id="bshkzuq">
       <title>Score: </title>
       <para>Sets the message score to any whole number greater than 0. You can have one filter set or change a message score, and then set up another filter to move the messages you have scored. A message score is not based on anything in particular: it is simply a number you can assign to messages so other filters can process them.</para>
      </formalpara>
      <formalpara id="bshkzur">
       <title>Size: </title>
       <para>Sorts based on the size of the message in kilobytes.</para>
      </formalpara>
      <formalpara id="bshkzus">
       <title>Status: </title>
       <para>Filters according to the status of a message. The status can be Replied To, Draft, Important, Read, or Junk.</para>
      </formalpara>
      <formalpara id="bshkzut">
       <title>Flagged: </title>
       <para>Checks whether the message is flagged for follow-up.</para>
      </formalpara>
      <formalpara id="bshkzuu">
       <title>Attachments: </title>
       <para>Creates a filter based on whether there is an attachment for the e-mail.</para>
      </formalpara>
      <formalpara id="bshkzuv">
       <title>Mailing List: </title>
       <para>Filters based on the mailing list the message came from. This filter might miss messages from some list servers, because it checks for the X-BeenThere header, which is used to identify mailing lists or other redistributors of mail. Mail from list servers that do not set X-BeenThere properly are not be caught by these filters.</para>
      </formalpara>
     </step>
     <step id="bsazxjk">
      <para>Select the folders in which this vFolder will search. Your options are:</para>
      <formalpara id="bsmr7jw">
       <title>Specific Folders Only: </title>
       <para>Uses individual folders for the vFolder source.</para>
      </formalpara>
      <formalpara id="bsmr82i">
       <title>With All Local Folders: </title>
       <para>Uses all local folders for the vFolder source.</para>
      </formalpara>
      <formalpara id="bsmr8jg">
       <title>With All Active Remote Folders: </title>
       <para>Remote folders are considered active if you are connected to the server; you must be connected to your mail server for the vFolder to include any messages from that source.</para>
      </formalpara>
      <formalpara id="bsmr8zu">
       <title>With All Local and Active Remote Folders: </title>
       <para>Uses all local and active remote folders fo rthe vFolder source.</para>
      </formalpara>
     </step>
     <step id="bsazxwc">
      <para>Click OK.</para>
     </step>
    </procedure>
   </section>
  </section>
 </chapter>

 <chapter id="usage-contact">
  <title>Evolution Contacts: the Address Book</title>
  <para>This section shows you how to use the Evolution&trade; contacts tool to organize any amount of contact information, share addresses over a network, and indicates several ways to save time with everyday tasks.</para>
  <itemizedlist>
   <listitem>
    <para><link linkend="usage-contact-cards">The Contact Editor</link></para>
   </listitem>
   <listitem>
    <para><link linkend="contact-search">Searching for Contacts</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-contact-organize">Organizing your Contacts</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-contact-sharing">LDAP: Shared Contact Groups on a Network</link></para>
   </listitem>
   <listitem>
    <para><link linkend="contact-automation-basic">Send me a Card: Adding New Cards Quickly</link></para>
   </listitem>
  </itemizedlist>
  <para> To learn about configuring the contacts tool, see <link linkend="config-prefs-contact">Directory Servers</link>. You can import contacts from other contact management tools with the Import tool by clicking File &gt; Import, or by mailing them to yourself as vCard attachments.</para>
  <para>A card contains the contact information for an individual in your address book. Double-click on a card to display all its details.</para>

  <section id="usage-contact-cards">
   <title>The Contact Editor</title>
   <para>If you want to add or change cards, you&apos;ll use the contact editor. To change a card that already exists, double-click it to open the contact editor window. If you want to create a new card, click the New button in the toolbar to open the same window, with blank entry boxes for you to fill in.</para>
   <informalfigure id="usage-contact-editor-fig">
    <mediaobject><imageobject><imagedata format="PNG" fileref="figures/evo_contacteditor_a.png"/></imageobject></mediaobject>
    
   </informalfigure>
   <para>The contact editor window has three tabs:</para>
   <formalpara id="bshl614">
    <title>Contact: </title>
    <para>Contains basic contact information.</para>
   </formalpara>
   <formalpara id="bshl6pc">
    <title>Personal: </title>
    <para>Contains a more specific description of the person, including URLs for their calendar and free/busy information.</para>
   </formalpara>
   <formalpara id="bshl7iw">
    <title>Mailing Address: </title>
    <para>Contains the individuals mailing address. </para>
   </formalpara>
   <para>You can also use Actions menu to find Forward Contact, which opens a new message with the card already attached, and Send Message to Contact, which will opens a new message to the contact&apos;s e-mail address.</para>
   <para>From the Contact Editor toolbar, you can save and close, print, close, or delete the contact.</para>
   <para>You can add cards from within an e-mail message or calendar appointment. While looking at an e-mail, right-click any e-mail address or message, and click Create Card for this Address or Create Card for this Sender from the menu.</para>
   <para>Most of the items in the contact editor simply display the information you enter, but some of them have additional features:</para>
   <formalpara id="bsb02hn">
    <title>Full Name: </title>
    <para>Specify the name of your contact here. You can type a name into the Full Name field, but you can also click the Full Name button to bring up a small dialog box with text boxes for first and last names, titles like &ldquo;Mr.&rdquo; or &ldquo;Her Excellency,&rdquo; and suffixes like &ldquo;Jr.&rdquo; The Full Name field also interacts with the File Under box to help you organize your contacts and to handle multi-word surnames.To see how it works, type a name in the Full Name field. As an example, we&rsquo;ll use Miguel de Icaza. You&rsquo;ll notice that the File Under field also fills in, but in reverse: Icaza, Miguel de. If you had entered John Q. Doe, the contacts editor would have correctly guessed that the entry should be filed under &ldquo;Doe, John Q.&rdquo; However, Miguel&rsquo;s surname, &ldquo;de Icaza&rdquo;, has two words, and to sort it correctly you must enter de Icaza, Miguel in the File As entry.</para>
   </formalpara>
   <formalpara id="bsb03ok">
    <title>Where: </title>
    <para>Select one of your address books as the location for this contact. You might not be able to write to all available address books, especially those on a network.</para>
   </formalpara>
   <formalpara id="bsb03se">
    <title>Categories: </title>
    <para>Click the Categories button to select categories for this card. If you assign contact categories, you can then search for contacts using those categories. For more information on contact categories, see <link linkend="usage-contact-organize">Organizing your Contacts</link>.</para>
   </formalpara>
   <formalpara id="bsb042y">
    <title>Free/Busy and Calendar URLs: </title>
    <para>Click the Personal Information tab to enter Web addresses for the contact. If the contact publishes Free/Busy or calendar data online, using a server other than Exchange or GroupWise, you can specify the addresses for those servers here. After you do so, you can check their schedule when creating appointments in the calendar.</para>
   </formalpara>
  </section>

  <section id="contact-search">
   <title>Searching for Contacts</title>
   <procedure>
    <step id="bsb04h7">
     <para>Select your search type in the search bar.</para>
    </step>
    <step id="bsb04kf">
     <para>Specify your query.</para>
    </step>
    <step id="bsb04m3">
     <para>Press Enter to begin the search.</para>
    </step>
   </procedure>
   <para>For a more complex search, select Search Advanced and select criteria that describe your desired contact:</para>
   <procedure>
    <step id="bsb04xh">
     <para>Name the rule in the Rule Name field.</para>
    </step>
    <step id="bsb050n">
     <para>Set up your criteria in the If field.</para>
    </step>
    <step id="bsb0546">
     <para>Click Add Criterion to add additional criteria.</para>
    </step>
    <step id="bsb05aw">
     <para>Click Search.</para>
    </step>
   </procedure>
   <para>To show all your contacts, Click Clear in the search bar, press Shift+Ctrl+B, or search with an empty query.</para>
  </section>

  <section id="usage-contact-organize">
   <title>Organizing your Contacts</title>
   <para>Just as you can search mail, you can search contacts. You can also create several individual address books, or contact groups. Within a given contact group, you can have several categories of contacts. </para>

   <section id="usage-contact-organize-group">
    <title>Contacts Groups</title>
    <para>The simplest way to organize contacts is to create additional groups of contacts. You can create a new one by clicking File &gt; New &gt; Contacts Group. For contacts groups on your computer, you only need to provide a name. For contacts on the network, you need to provide more information about the contacts server you are trying to access. </para>
    <para>To move a card from one group to another, just drag it from the main display of contacts. You cannot change the contents of most network contact groups. </para>
    <note>
     <para>Contacts groups are not the same as contact lists. A contact group is like a folder or address book full of contacts. A contact list is a single contact that contains other contacts, and is most often used to e-mail several people at once.</para>
    </note>
   </section>

   <section id="usage-contact-organize-group-list">
    <title>Creating a List of Contacts</title>
    <para>A contact list is a set of contacts with a single nickname that you create. When you send e-mail to the nickname, it is sent to every member of the list. This differs from a network mailing list in that it exists only on your computer as a convenience to you, rather than as an actual e-mail address managed by a mailing list application on a server.</para>
    <para>For example, you could create one card for each family member, then add those cards to a contact list called &ldquo;Family&rdquo;. Then, instead of entering each person&apos;s e-mail address individually, you can send e-mail to &ldquo;Family&rdquo; and the message would go to all of them.</para>
    <para> To create a list of contacts: </para>
    <procedure>
     <step id="bshlf6r">
      <para>Open the list creation dialog box by clicking the New List button or click File &gt; New &gt; Contact List.</para>
     </step>
     <step id="bshlfal">
      <para>Specify a name for the list.</para>
     </step>
     <step id="bshlfcp">
      <para>Specify the names or e-mail addresses of contacts, or just drag contacts from the main window into the list.</para>
     </step>
     <step id="bshlfem">
      <para>Choose whether you want to hide the e-mail addresses when you send a message to the list. Unless it is a very small list, it is recommended that you leave the addresses hidden. This is the same thing as using the &ldquo;Bcc:&rdquo; feature discussed in <link linkend="usage-mail-getnsend-send-to-types">Specifying Extra Recipients for E-Mail</link>.</para>
     </step>
     <step id="bshlfgv">
      <para>When you are finished, click OK. </para>
     </step>
    </procedure>
    <para>The list appears as a contact card, which you can use as you would any other. That includes e-mailing the list to another person, and sending e-mail to the list.</para>
    <para>To mail the list, open a new e-mail and type the name you chose for the list. Evolution will address the message to the entire list when you send it. You can also right-click on the list&rsquo;s address card in the contacts tool and select Send Message to List.</para>
    <para>Evolution cannot store contact lists on Microsoft Exchange servers.</para>
   </section>

   <section id="usage-contact-organize-group-category">
    <title>Grouping with Categories</title>
    <para>Anther way to group cards is to mark them as belonging to different categories. You can mark a card as being in several categories or no category at all. For example, you put a friend&apos;s card in the &ldquo;Business&rdquo; category because he works with you, the &ldquo;Friends&rdquo; category because he&apos;s a friend, and the &ldquo;Frequent&rdquo; category because you call him often.</para>
    <para>To mark a card as belonging to a category, click the Categories button at the lower right. In the dialog box that appears, you can check as many or as few categories as you like.</para>
    <para>If the master list of categories doesn&rsquo;t suit you, you can add your own categories. Just specify the new category&apos;s name in the text box, then click Categories and select Edit Master Category List in the window that appears. </para>
   </section>
  </section>

  <section id="usage-contact-sharing">
   <title>LDAP: Shared Contact Groups on a Network</title>
   <para>The <link linkend="ldap">LDAP</link> protocol was created to let users share contact information over a network by sharing access to a central directory. LDAP allows a company to maintain a shared set of contact information. Many companies keep a common LDAP address book for all their employees or for client contacts.</para>
   <para>To learn how to add a remote directory to your available contact folders, see <link linkend="config-prefs-contact">Directory Servers</link>. Remote groups of contacts appear under the On LDAP Servers item in the shortcut bar. They work like a local folder of cards, with the following exceptions: </para>
   <itemizedlist>
    <listitem>
     <para>Network folders are only available when you are connected to the network. If you use a laptop or have a modem connection, you might want to copy or cache some of the network directory. You do this by dragging and dropping your desired contacts into the local contacts list.</para>
    </listitem>
    <listitem>
     <para>To prevent excess network traffic, Evolution does not normally load data from the LDAP server immediately upon opening. You must click Display All before contacts are loaded from the network. You can change this behavior in the Contact Preferences window.</para>
    </listitem>
    <listitem>
     <para>Depending on your server settings, you might not be able to edit all the fields in a contact stored on an LDAP server. Some servers prohibit some or all changes, and others use a smaller set of fields than Evolution allows. Check with your system administrator if you need different settings.</para>
    </listitem>
   </itemizedlist>

   <section id="usage-contact-sharing-setup">
    <title>Configuring Evolution to use LDAP</title>
    <para>For information about setting up Evolution to use LDAP, refer to <link linkend="config-prefs-contact">Directory Servers</link>.</para>
   </section>
  </section>

  <section id="contact-automation-basic">
   <title>Send me a Card: Adding New Cards Quickly</title>
   <para>As noted before, when you get information about a person in the mail or in a calendar entry, you can add it to an address card. To do so, right-click any e-mail address or e-mail message, and click Add Sender to Contacts on the menu that appears. Evolution can also add cards from a hand-held device during HotSync operation. For more information, see <link linkend="config-sync">Synchronizing Your Handheld Device</link>.</para>
  </section>
 </chapter>

 <chapter id="usage-calendar">
  <title>Evolution Calendar</title>
  <para>This section shows you how to use the Evolution Calendar to manage your schedule alone or in conjunction with peers. To learn about importing calendar data, see <link linkend="importing-mail">Importing Single Files</link>, which covers the Import tool.</para>
  <itemizedlist>
   <listitem>
    <para><link linkend="usage-calendar-view">Ways of Looking at your Calendar</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-calendar-apts">Scheduling With the Evolution Calendar</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bshm4dy">Deleting Old Appointments and Meetings</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-calendar-multiple">Multiple Calendars and Web Calendars</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-calendar-todo">The Task Pad</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bshlzlu">Configuring Time Zones</link></para>
   </listitem>
  </itemizedlist>

  <section id="usage-calendar-view">
   <title>Ways of Looking at your Calendar</title>
   <para>In Evolution&trade;, you can keep multiple calendars and overlay them one over the next. For example, you might have a schedule of events for work, one for home, and one for your favorite sports team. The shortcut bar lists those calendars, and you can select or deselect the boxes next to them to show and hide the appointments in your calendar view. By hiding and showing different sets of appointments, you can be sure to avoid conflicts, while keeping a minimum of clutter in your view at any one time.</para>
   <para>Appointments for each calendar appear as a different color.</para>
   <para>The toolbar offers you four different buttons that can show you different views of your calendar: </para>
   <itemizedlist>
    <listitem>
     <para>Day </para>
    </listitem>
    <listitem>
     <para>Work Week </para>
    </listitem>
    <listitem>
     <para>Week </para>
    </listitem>
    <listitem>
     <para>Month </para>
    </listitem>
   </itemizedlist>
   <para>You can also select an arbitrary range of days in the small calendar at the upper right. To do this, click and drag on the days that you want to view in your calendar.</para>
   <para>The Prev and Next buttons move you forward and back in your calendar pages. If you are using a week or month view, you can move by week or month. To return to today&apos;s listing, click the Today button in the toolbar.</para>
   <para>To visit calendar entries for a specific date, click Go To and select the date in the dialog box that appears.</para>
  </section>

  <section id="usage-calendar-apts">
   <title>Scheduling With the Evolution Calendar</title>
   <para>There are two types of scheduling events with Evolution, appointments and meetings. An appointment is an event you schedule for yourself only. Where a meeting is an event that you schedule multiple people for. You can also use the busy/free search for meetings to determine peoples availability.</para>
   <itemizedlist>
    <listitem>
     <para><link linkend="usage-calendar-apts-basic">Creating Appointments</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-calendar-rsvp">Sending a Meeting Invitation</link></para>
    </listitem>
    <listitem>
     <para><link linkend="replying-to-rsvp">Accepting and Replying to a Meeting Request</link></para>
    </listitem>
    <listitem>
     <para><link linkend="receiving-rsvp-response">Reading Responses to Meeting Requests</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-calendar-freebusy">Using the Free/Busy View</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-calendar-freebusy-scheduling">Scheduling an Appointment</link></para>
    </listitem>
    <listitem>
     <para><link linkend="publishing-freebusy">Publishing Free/Busy Data Without a Groupware Server</link></para>
    </listitem>
    <listitem>
     <para><link linkend="accessing-freebusy-offserver">Accessing Free/Busy Data Without a Groupware Server</link></para>
    </listitem>
   </itemizedlist>

   <section id="usage-calendar-apts-basic">
    <title>Creating Appointments</title>
    <procedure>
     <step id="bshlods">
      <para>Click File &gt; New Appointment.</para>
      <para>or</para>
      <para>Click Calendars, then click New.</para>
      <para>or</para>
      <para>Double-click in a blank space in the calendar.</para>
     </step>
     <step id="bshlp2i">
      <para>Type a brief summary of the appointment in the Summary field.</para>
     </step>
     <step id="bshlrup">
      <para>Type a location for the appointment in the Location field.</para>
     </step>
     <step id="bshlrzp">
      <para>Select a classification in the Classification drop-down list.</para>
     </step>
     <step id="bshls74">
      <para>Select a calendar in the Calendar drop-down list.</para>
     </step>
     <step id="bshlsdj">
      <para>Type a category in the Categories field.</para>
     </step>
     <step id="bshlsib">
      <para>Type a description in the Descriptions field.</para>
     </step>
     <step id="bshlrir">
      <para>Specify a starting and ending date.</para>
     </step>
     <step id="bshlsv2">
      <para>Select whether you want this appointment to be an all day event.</para>
     </step>
     <step id="bshlt0m">
      <para>If the event is not an all day event, specify a starting and ending time.</para>
     </step>
     <step id="bshltfl">
      <para>Select whether you want to show the time as busy.</para>
     </step>
     <step id="bshlpwz">
      <para>Select if you want an alarm for this appointment. If you select an alarm specify when and how you want to the alarm to notify you.</para>
     </step>
     <step id="bshlu6p">
      <para>Click the Recurrence tab, and specify whether you want the appointment to reoccur and how often.</para>
     </step>
    </procedure>
    <para>An All Day event appears at the top of a day&apos;s appointment list, in the grey header under the date, rather than inside. That makes it easy to have appointments that overlap and fit inside each other. For example, a conference might be an All Day appointment, and the meetings at the conference could be timed appointments. Appointments with specific starting and ending times can also overlap. When they do they&apos;re displayed as multiple columns in the day view of the calendar.</para>
    <para>If you create calendar appointments that overlap, Evolution displays them side by side in your calendar. </para>

    <section id="bshly4v">
     <title>Reminders</title>
     <para>You can have several Reminders for individual appointments, any time prior to the appointment you schedule. You can have one reminder of each of the following types: </para>
     <formalpara id="bsb097g">
      <title>Display: </title>
      <para>A window pops up on your screen to remind you of your appointment. </para>
     </formalpara>
     <formalpara id="bsb09dl">
      <title>Audio: </title>
      <para>Your computer delivers a sound alarm. </para>
     </formalpara>
     <formalpara id="bsb09hb">
      <title>Program: </title>
      <para>You can run a program as a reminder. You can enter its name in the text field, or find it with the Browse button. </para>
     </formalpara>
     <para>If you have stored reminders in a local calendar, they work from the moment you log in. However, for reminders stored on an Exchange server, you must run Evolution at least once after logging in. No matter where the reminders are stored, you can quit Evolution and still be reminded of an upcoming appointment. </para>
     <para>If you are using a a calendar on a GroupWise&reg; or Exchange server, select a Classification for the appointment, to determine who can view it. Public is the default category, and a public appointment can be viewed by anyone on the calendar sharing network. Private denotes one level of security, and Confidential an even higher level. The different levels vary depending on your server settings; check with your system administrator or adjust your delegation settings.</para>
     <para>If you are using a GroupWise or Exchange server, other people on the server can check your schedule to see if you are available at any given time. If you have an appointment that is flexible or that you want to designate as Free rather than Busy time, select the Free box in the Show Time As section. Normally, appointments display as Busy. </para>
     <para>You can categorize appointments in the same way you can categorize contacts. Click the Categories button to open a checklist. Select the check box next to each category that matches the appointment you are creating. </para>
     <tip>
      <para>Adding a New Appointment Category</para>
      <para>You can add a new category to your category list by clicking on Edit Master Category List and single-clicking on Click here to add a category.</para>
     </tip>
     <para>After you&apos;ve selected your categories, click OK to assign these categories to the appointment. The categories you selected are now listed in the text box to the right of the Categories button.</para>
     <para>Appointments with categories appear with icons in the calendar display, and you can also search for appointments by category. To display only the appointments in a particular category, select Category Is in the search bar at the top of the calendar, and select a category.</para>
     <para>The Recurrence tab lets you describe repetition in appointments ranging from once every day up to once every 100 years. You can then choose a time and date when the appointment stops recurring, and, under Exceptions, pick individual days when the appointment does not recur. Make your selections from left to right, and you form a sentence: &ldquo;Every two weeks on Monday and Friday until January 3, 2008&rdquo; or &ldquo;Every month on the first Friday for 12 occurrences&rdquo;.</para>
     <para>After you have finished settings, click the disk icon in the toolbar to save and close the appointment editor window. If you want, you can alter an appointment summary in the calendar view by clicking on it and typing. You can change other settings by right-clicking on the appointment then choosing Open, or double-clicking the appointment.</para>
    </section>
   </section>

   <section id="usage-calendar-rsvp">
    <title>Sending a Meeting Invitation</title>
    <para>Evolution can be used to schedule group meetings and help you manage responses to meeting requests.</para>
    <para>When you create a meeting or group appointment, you can specify the attendees in several categories, such as &ldquo;chair&rdquo; or &ldquo;required&rdquo;. When you save the appointment listing, each attendee is sent an e-mail with the appointment information, which also gives them the option to respond.</para>
    <para>If you don&apos;t need to collect attendance information when you&apos;re scheduling an event, and would rather just announce it, click Actions &gt; Forward as iCalendar. This opens a new e-mail message with the event notification attached as an announcement. Recipients can add the event to their calendars with one click, but it won&apos;t automatically send you e-mail about whether they plan to attend.</para>
    <para>To schedule a meeting: </para>
    <procedure>
     <step id="bsb0agm">
      <para>Click File &gt; New &gt; Meeting, then click the Invitation tab.</para>
     </step>
     <step id="bsb0ao0">
      <para>If you have multiple e-mail accounts, select the one to use by selecting an item in the Organizer field.</para>
     </step>
     <step id="bsb0b04">
      <para>Click Add to add an attendee to enter the names and e-mail addresses of people you will invite.</para>
     </step>
     <step id="bsb0bjm">
      <para>Click OK.</para>
     </step>
    </procedure>
    <para>An e-mail is sent out to all the recipients, inviting them to your event.</para>
    <note>
     <para>A meeting can have only one organizer, and only the organizer can add participants. You can designate yourself the organizer of the meeting, but unless you coordinate that action with the organizer you are replacing, you could create confusion in the scheduling process. If you want to invite additional people to a meeting without changing the organizer, it&rsquo;s best to forward the first organizer&rsquo;s message to the additional participants.</para>
    </note>
   </section>

   <section id="replying-to-rsvp">
    <title>
Accepting and Replying to a Meeting Request</title>
    <para>Meeting requests are sent as iCal attachments. To view or respond to one, click the attachment icon and view it inline in the mail window. All the details are shown about the event, including time and dates. Then you can choose how to reply to the invitation. Your choices are:</para>
    <itemizedlist>
     <listitem>
      <para>Accept</para>
     </listitem>
     <listitem>
      <para>Tentatively Accept</para>
     </listitem>
     <listitem>
      <para>Decline</para>
     </listitem>
    </itemizedlist>
    <para>Click OK, an e-mail is sent to the organizer with your answer. The event will also be added to your calendar if you accept.</para>
    <para>After you add the meeting to your calendar, you can make changes to the information, but if the original organizer sends out another update, your changes might be overwritten.</para>
   </section>

   <section id="receiving-rsvp-response">
    <title>Reading Responses to Meeting Requests</title>
    <para>When you get a reply to a meeting invitation you sent, you can view it inline by clicking the attachment and selecting View Inline. At the bottom, you can click OK to update your attendee list.</para>
   </section>

   <section id="usage-calendar-freebusy">
    <title>Using the Free/Busy View</title>
    <para>In addition to the standard meeting scheduling tools, you can use the Free/Busy view to check whether people are available in advance. The Free/Busy feature is normally a function of dedicated groupware servers such as Exchange and Groupwise. However, you can also publish Free/Busy information online, and access Free/Busy information published elsewhere. If not everyone you collaborate with publishes Free/Busy data, you can still use iCal event invitations to coordinate schedules with other people.</para>
    <para>To access the free/busy view:   </para>
    <procedure>
     <step id="bsbzmp5">
      <para>Click File &gt; New &gt; Meeting.</para>
     </step>
     <step id="bsb0c7x">
      <para>Click the Scheduling tab.</para>
      <informalfigure id="bs4aw7i">
       <mediaobject><imageobject><imagedata format="PNG" fileref="figures/schedule.png"/></imageobject></mediaobject>
       
      </informalfigure>
     </step>
    </procedure>
    <formalpara id="bsb0cyw">
     <title>Attendee List: </title>
     <para>The Attendee List shows the people who have been invited to the appointment. It also shows their RSVP status.</para>
    </formalpara>
    <formalpara id="bsb0da3">
     <title>Schedule Grid: </title>
     <para>The Schedule Grid shows the published Free/Busy information for the people you have invited. This is where you compare schedules to find free time to schedule the appointment. Individuals will only have visible scheduling information if they use the same GroupWise or Exchange server you do (that is, if they are in the same organization as you), or if they publish free/busy information at a URL you can reach and you have entered that URL into their contact cards using the contact editor.</para>
    </formalpara>

    <section id="usage-calendar-freebusy-scheduling">
     <title>Scheduling an Appointment</title>
     <para>To schedule an appointment, you first need people&apos;s Free/Busy information. If you&rsquo;re using the Evolution Connector for Microsoft Exchange, all of the information is already available to you in the Global Address List. Otherwise, each person needs to e-mail you their schedule files and you need to incorporate them into your calendar.</para>
     <para>Regardless of how you get the information, Evolution will display it in the Scheduling tab. The pending appointment time appears in white with bold black borders. Each attendee&rsquo;s free and busy times appear color-coded next to their names in the attendee list.</para>
     <para>Adjust the meeting time, either by dragging the meeting borders or by using the Autopick buttons to choose a time automatically, then click Save and Close. Attendees on an Exchange server have the appointment updated automatically; others receive e-mail notification of any change in plans.</para>
     <para>Read <link linkend="full-advantage">Scheduling Appointments with Free/Busy</link> to learn about how to use this feature with the Evolution Connector for Microsoft Exchange. </para>
    </section>

    <section id="publishing-freebusy">
     <title>Publishing Free/Busy Data Without a Groupware Server</title>
     <para>You can publish Free/Busy information to a WebDAV or other Web server with HTTP PUT support. Check with your system administrator if you are not sure you have this functionality.</para>
     <para>To set up Free/Busy publishing, select Tools &gt; Settings, then click Calendar and Tasks. In the Free/Busy Publishing tab, click Add, then specify the URL for your upload server. Select the frequency with which you wish to upload data, the calendars for which you wish to display data, your username and password, then click OK. </para>
     <para>To have Free/Busy data published immediately, go to the Calendar tool and click Actions &gt; Publish Free/Busy.</para>
    </section>

    <section id="accessing-freebusy-offserver">
     <title>Accessing Free/Busy Data Without a Groupware Server</title>
     <para>If someone gives you a URL for Free/Busy data or for their Web calendar, you can enter it as part of the contact information in the Contacts tool. Then, when you schedule a meeting with them, Evolution looks up the schedule and display it in the meeting planner.</para>
    </section>
   </section>
  </section>

  <section id="bshm4dy">
   <title>Deleting Old Appointments and Meetings</title>
   <para>Keeping a list of everything you did in the past will eventually slow down your calendar. To delete old events, click Actions &gt; Purge, then enter the number of days of past events you want to keep. </para>
  </section>

  <section id="usage-calendar-multiple">
   <title>Multiple Calendars and Web Calendars</title>
   <para>To create a new calendar, click File &gt; New &gt; Calendar. If the calendar is one you plan to store locally, you need only provide a name and color. If it is a remote calendar, enter the name, color, URL, and a refresh frequency. The refresh frequency determines how often Evolution checks to see if the calendar has changed. If you are working with someone who publishes an online calendar, you might want to check for updates every thirty minutes. On the other hand, if you have displayed a sports team schedule in your calendar, you might not need to refresh it more than once a week.</para>
   <para>The <ulink url="http://icalshare.com">icalshare.com</ulink> Web site has an extensive list of shared online calendars, including national and religious holidays, phases of the moon, sports, and local and regional events.</para>
  </section>

  <section id="usage-calendar-todo">
   <title>The Task Pad</title>
   <para>The Task Pad, located in the lower right corner of the calendar, lets you keep a list of tasks separate from your calendar appointments. You can use the list in a larger window by clicking the Tasks button in the shortcut bar or in the folder tree.</para>
   <para>To record a new task:</para>
   <procedure>
    <step id="bshmfan">
     <para>Click New.</para>
    </step>
    <step id="bshmlb7">
     <para>Type a summary for the task.</para>
    </step>
    <step id="bshmlf2">
     <para>Select a classification and group for the task.</para>
    </step>
    <step id="bshmlj7">
     <para>Type a category for the task.</para>
    </step>
    <step id="bshmlnu">
     <para>Type a description for the task.</para>
    </step>
    <step id="bshmlr5">
     <para>(Optional) Specify a starting date and ending date for the task.</para>
    </step>
    <step id="bshmlv0">
     <para>(Optional) Specify a starting time and ending time for the task.</para>
    </step>
    <step id="bshmmce">
     <para>(Optional) Click the Status tab, then specify a status for the task.</para>
    </step>
   </procedure>
   <para>After you&apos;ve added a task to your to-do list, its summary appears in the Summary section of the task list. To view or edit a detailed description of an item, double-click it, or right-click it and select Open. You can delete items by selecting them, then click Delete.</para>
   <para>The list of tasks is sorted in a similar way to the list of e-mail messages in Evolution Mail. Click once on the message headers to change the direction and type of sorting, or right-click to add or remove columns from the display.</para>

   <section id="task-folders">
    <title>Task Groups</title>
    <para>As with calendars, you can create multiple task groups. Task groups are more easily organized in the dedicated Tasks tool. Each task group is assigned a color, and you can use the Tasks tool shortcut bar to hide and show task groups just like calendars. In the calendar display task pad, tasks from all visible task groups appear, color coded by group. To create a new task group, select New Task Group. You are prompted for a name, color, and location for the task group. If the task group is online, you need to provide the URL for it.</para>
   </section>
  </section>

  <section id="bshlzlu">
   <title>Configuring Time Zones</title>
   <para>Evolution supports the use of time zones. If you share calendar files with friends or co-workers, it is possible you will need to configure your time zone. To configure your time zone: </para>
   <procedure>
    <step id="bsb07m1">
     <para>Click Tools &gt; Settings, then click Calendar and Tasks.</para>
    </step>
    <step id="bsb07qx">
     <para>Click the icon next to the Time Zone field, then select your location.</para>
     <para>Each red dot represents a major city.</para>
    </step>
    <step id="bsb08u5">
     <para>Select a city, then click OK.</para>
    </step>
   </procedure>
   <para>You can also configure time zone information specific to the Start and End time in each appointment. To do that, simply create a new appointment and click on a globe to customize the time zone that the time exists in. For example, if you live in New York but have a telephone meeting set for noon with someone in California, you need to make sure that you&apos;re not calling each other at the worst time. Setting time zones on a per-appointment basis helps avoid that potential confusion.</para>
  </section>
 </chapter>

 <chapter id="bs4tmzx">
  <title>Connecting to GroupWise</title>
  <para>The GroupWise&reg; Connector enables you to connect Evolution&trade; to a GroupWise e-mail system. The following GroupWise features are supported in Evolution using the GroupWise Connector:</para>
  <itemizedlist>
   <listitem>
    <para>Creation of GroupWise accounts</para>
   </listitem>
   <listitem>
    <para>Access to GroupWise mailboxes</para>
   </listitem>
   <listitem>
    <para>Calendar</para>
   </listitem>
   <listitem>
    <para>Address Book</para>
   </listitem>
   <listitem>
    <para>Tasks</para>
   </listitem>
   <listitem>
    <para>Posted Calendar items</para>
   </listitem>
   <listitem>
    <para>Autocompletion of Contact names</para>
   </listitem>
  </itemizedlist>

  <section id="bs4tpft">
   <title>Configuring Evolution for GroupWise</title>
   <para>In order to have the best support for GroupWise in Evolution, you should immediately upgrade Evolution to 2.0.</para>
   <para>If this is your first time starting Evolution, the Evolution Account Assistant window appears. If the Evolution Account Assistant window does not appear, click Tools &gt; Settings, then click Mail Accounts. </para>
   <procedure>
    <step id="brugnl1">
     <para>Click Forward.</para>
    </step>
    <step id="brul5zm">
     <para>Type your full name and e-mail address in the appropriate fields.</para>
    </step>
    <step id="brul6x4">
     <para>(Optional) Type your Reply To address and your organization in the appropriate fields.</para>
    </step>
    <step id="brul75e">
     <para>Select your default signature.</para>
     <para>or</para>
     <para>Click Add New Signature to add a signature.</para>
    </step>
    <step id="brul7u4">
     <para>Select GroupWise as the server type.</para>
    </step>
    <step id="brul803">
     <para>Type your hostname and username in the appropriate fields.</para>
    </step>
    <step id="brul8hd">
     <para>Select your security and authentication options.</para>
    </step>
    <step id="brvz9su">
     <para>Click Forward.</para>
    </step>
    <step id="brvz9uz">
     <para>Select how to check for new mail.</para>
    </step>
    <step id="brvzaky">
     <para>Specify your Post Office Agent address.</para>
    </step>
    <step id="bsj58yl">
     <para>If your POA is configured to use a different port number, specify the correct port number in the appropriate field.</para>
     <para>The Post Office Agent SOAP field displays the port number on which the Evolution client communicates with the Post Office Agent (POA). This is the same port number that the POA uses for HTTP communication, which by default is 7181.</para>
    </step>
    <step id="brvzb06">
     <para>Click Forward.</para>
    </step>
    <step id="bsj5a77">
     <para>Select either SMTP or Sendmail as your sending method.</para>
    </step>
    <step id="bsj5az8">
     <para>If you selected SMTP, specify your host address, specify if your server requires authentication, and specify any security and authentication settings, then click Forward.</para>
     <para>or</para>
     <para>If you selected Sendmail, click Forward.</para>
    </step>
    <step id="brvzhi2">
     <para>Type your Account Name in the Name field.</para>
    </step>
    <step id="brvzhs5">
     <para>Click Forward.</para>
    </step>
    <step id="brvzhvz">
     <para>Click Apply. </para>
     <para>The account screen appears, displaying your new Novell GroupWise account.</para>
    </step>
    <step id="brw11e1">
     <para>Click Close to return to Evolution.</para>
    </step>
   </procedure>
  </section>
 </chapter>

 <chapter id="usage-exchange">
  <title>Connecting to Exchange Servers</title>
  <para>The Evolution&trade; Connector for Microsoft Exchange allows Evolution clients to access accounts on Microsoft Exchange 2000 servers. It is available through Red Carpet in its own channel. Like Evolution, it is free software and licensed under the GPL. </para>
  <itemizedlist>
   <listitem>
    <para><link linkend="new-in-connector">What's New in Connector 2.0</link></para>
   </listitem>
   <listitem>
    <para><link linkend="features">Connector Features</link></para>
   </listitem>
   <listitem>
    <para><link linkend="install">Installing the Connector</link></para>
   </listitem>
   <listitem>
    <para><link linkend="exchange-configure">Adding your Exchange Account to Evolution</link></para>
   </listitem>
   <listitem>
    <para><link linkend="access">Accessing the Exchange Server</link></para>
   </listitem>
   <listitem>
    <para><link linkend="exchange-settings">Setting Exclusive to the Exchange Connector</link></para>
   </listitem>
   <listitem>
    <para><link linkend="full-advantage">Scheduling Appointments with Free/Busy</link></para>
   </listitem>
  </itemizedlist>
  <important>
   <para>Evolution Connector works only with Exchange 2000 and later, and requires that Outlook Web Access be enabled. Each user needs a valid Microsoft Exchange server account, including license.</para>
  </important>

  <section id="features">
   <title>Connector Features</title>
   <para>Evolution Connector supports the following basic Microsoft Exchange features: </para>
   <itemizedlist>
    <listitem>
     <para>General </para>
     <itemizedlist>
      <listitem>
       <para>Remote Exchange Information Store</para>
       <para>Allows you to access mail, address book (including the Global Address List folder), and calendars, and task folders on an Exchange 2000 server from Evolution.</para>
      </listitem>
      <listitem>
       <para>Palm Synchronization</para>
       <para>Supported for Contacts and Calendars on Exchange.</para>
      </listitem>
      <listitem>
       <para>Password Management</para>
       <para>To change your password, go to the Exchange tool and click Actions &gt; Change Exchange Password. If your password has expired, Evolution asks you to change your password when you start up.</para>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Mail </para>
     <itemizedlist>
      <listitem>
       <para>Viewing Mail in Exchange Folders</para>
       <para>Mail stored on the Exchange server is visible in the Mail and Exchange tools in Evolution. </para>
      </listitem>
      <listitem>
       <para>Sending E-Mail via Exchange Protocols</para>
       <para>You might use the Microsoft Exchange mail transport protocol to send e-mail. Make sure that the address you have entered as your e-mail address is exactly the one that the Exchange server has on file. This may be &ldquo;yourname@exchange-server.your_domain.com&rdquo; rather than &ldquo;yourname@your_domain.com&rdquo;.</para>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Calendar </para>
     <itemizedlist>
      <listitem>
       <para>Meeting Request/Proposal</para>
       <para>Allows Evolution users to schedule meetings and view attendee availability for other users (Evolution or Outlook users) on Exchange.</para>
      </listitem>
      <listitem>
       <para>Adding iCalendar Meeting Requests to the Calendar</para>
       <para>If you receive an iCalendar meeting request and add it to your calendar, it is saved to your Exchange calendar.</para>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Contacts </para>
     <itemizedlist>
      <listitem>
       <para>Address Completion</para>
       <para>Supported for your Exchange Contacts folder. Not yet supported for the Global Address List.</para>
      </listitem>
      <listitem>
       <para>Adding vCards to the Address Book</para>
       <para>If you receive a VCard attachment and click Save in Address Book, it is saved to your Exchange address book.</para>
       <para>New Address Book entries can be created on Exchange from received e-mail messages with a single click</para>
      </listitem>
     </itemizedlist>
    </listitem>
   </itemizedlist>
   <para>There are, however, some features that are not available:</para>
   <itemizedlist>
    <listitem>
     <para>Work Offline (disconnected mode). </para>
    </listitem>
    <listitem>
     <para>Recall Message function. </para>
    </listitem>
   </itemizedlist>
  </section>

  <section id="install">
   <title>Installing the Connector</title>
   <para>To install the Evolution Connector, run Red Carpet by clicking System &gt; Get Software. Subscribe to the Evolution Connector for Microsoft Exchange channel, select the Evolution Connector for Microsoft Exchange 2000, then click the Install button. You can also install the Connector by downloading the individual packages from ftp.ximian.com if you wish.</para>
  </section>

  <section id="exchange-configure">
   <title>Adding your Exchange Account to Evolution</title>
   <para>After you have installed the Connector, you need to set up access for your Exchange account on both the Exchange server and within Evolution.</para>

   <section id="config-server">
    <title>Exchange Server Settings</title>
    <para>Check with your system administrator to ensure that: </para>
    <itemizedlist>
     <listitem>
      <para> You have a valid account on the Exchange server.</para>
     </listitem>
     <listitem>
      <para>You are permitted to access the account with WebDAV. This is the default setting for the Exchange server, so unless your system administrator has specifically turned it off, no changes should be necessary.</para>
     </listitem>
    </itemizedlist>
    <para>The Novell Web site knowledgebase, at <ulink url="http://support.novell.com">support.novell.com</ulink>, has additional information about checking to make sure that your Exchange server accepts connections from Evolution.</para>
   </section>

   <section id="config-client">
    <title>Standard Configuration Tool for Evolution Connector</title>
    <para>When you know that your server is ready for you to connect, you are ready to add your Exchange account to Evolution Connector.</para>

    <section id="config-easy">
     <title>Simple Configuration Tool for Evolution Connector</title>
     <para>Evolution Connector 1.4 comes with a simple account creation tool for some installations. Other installations require the standard account tool described in <link linkend="config-client">Standard Configuration Tool for Evolution Connector</link> below.</para>
     <para>If you have no accounts configured, the simple assistant starts when you start Evolution. It asks only for the name of your Outlook Web Access server, and your username and password. Evolution Connector determines the remaining information on its own.</para>
     <para>If the simple account tool does not run automatically, create an account as described below.</para>
    </section>

    <section id="config-exchange-new-account">
     <title>Creating a New Exchange Account</title>
     <para>If you would like to create a new account for your Exchange server:</para>
     <procedure>
      <step id="bshnbof">
       <para>Click Tools &gt; Mail Settings.</para>
      </step>
      <step id="bshnbsi">
       <para>Click Accounts List, then click Add.</para>
      </step>
      <step id="bshnbxz">
       <para>Create the account following the procedure in <link linkend="usage-mainwindow-starting">Starting Evolution for the First Time</link>.</para>
      </step>
     </procedure>
    </section>

    <section id="config-exchange-existing-account">
     <title>Changing an Existing Account to Work with Exchange</title>
     <para>If you have an existing e-mail account, and want to convert it to use for Exchange, select the account you want to convert and click Edit. </para>
     <procedure>
      <step id="bshngg7">
       <para>Click the Identity tab, change your e-mail address as needed.</para>
       <informalfigure id="bs4aw7j">
        <mediaobject><imageobject><imagedata format="PNG" fileref="figures/exchange-identity.png"/></imageobject></mediaobject>
        
       </informalfigure>
      </step>
      <step id="bshngsm">
       <para>Click the Receiving Mail tab, then select Microsoft Exchange as your server type. </para>
      </step>
      <step id="bshnh8h">
       <para>Type the name of your mail server, your user name, and select whether to use SSL.</para>
       <informalfigure id="bs4aw7k">
        <mediaobject><imageobject><imagedata format="PNG" fileref="figures/exchange-receive.png"/></imageobject></mediaobject>
        
       </informalfigure>
      </step>
      <step id="bshnhvg">
       <para>Click the Receiving Options tab, then specify how often to check for new mail, your Global Catalog server name, your Exchange Mailbox name, your OWA path, your public folder server, and whether to apply filters to messages in your Inbox.</para>
       <informalfigure id="bs4aw7l">
        <mediaobject><imageobject><imagedata format="PNG" fileref="figures/exchange-receive-options.png"/></imageobject></mediaobject>
        
       </informalfigure>
      </step>
      <step id="bshnjw0">
       <para>Click the Sending Mail tab, then select Microsoft Exchange as your server type.</para>
      </step>
      <step id="bshnkd2">
       <para>Specify the server name.</para>
      </step>
      <step id="bshnkk6">
       <para>Click OK.</para>
      </step>
      <step id="bshnkmu">
       <para>Quit Evolution and start it up again. Changes to the Evolution Connector accounts configuration are not active until you have restarted the application.</para>
      </step>
     </procedure>
    </section>
   </section>
  </section>

  <section id="access">
   <title>Accessing the Exchange Server</title>
   <para>When you have installed the Connector, an Exchange button is available in the shortcut bar. The Exchange tool is used only to access public folders and to perform certain Exchange actions like delegation and password management. Use the regular Mail tool for mail, the Contacts tool for contacts, and the Calendar tool for your schedule.</para>
   <para>If you are using both an Exchange account and a local mail account, you should be aware that whenever you save an e-mail address or appointment from an e-mail message, it is saved in your Exchange contacts list or calendar, rather than in your local account. The same is true of synchronization with Palm OS devices; tasks, appointments, and addresses from your Palm OS device are synchronized with those in the Exchange folders rather than local folders. </para>
   <para>To avoid unnecessary strain on the server, the GAL will appear empty until you have searched for something in it. If you want to display all the cards in the list, click in the search box and press Enter. This enters a blank search, and every card appears.</para>
  </section>

  <section id="exchange-settings">
   <title>Setting Exclusive to the Exchange Connector</title>
   <para>There are two items in the Evolution preferences window that are available only with Evolution Connector. The first is delegation and permissions handling, and the second is the creation of &ldquo;Out of Office&rdquo; messages.</para>

   <section id="exchange-delegate">
    <title>Access Delegation</title>
    <para>You can allow other people in your organization&apos;s Global Address List to access your calendar, address book, and messages, and they can let you manage theirs. Delegation allows people to do anything from check on each other&apos;s schedules to completely manage their personal information.</para>

    <section id="exchange-delegate-to-others">
     <title>Delegating Access to Others</title>
     <para>To add someone to your list of delegates, click Add and select them from the Global Address List. When delegating you can grant different levels of access to different types of data. You can also decide whether the access you grant applies to items marked Private, or only to public items.</para>
     <informalfigure id="bs4aw7m">
      <mediaobject><imageobject><imagedata format="PNG" fileref="figures/exchange-delegation.png"/></imageobject></mediaobject>
      
     </informalfigure>
     <para>For each of the four types of folder, you can select one of the following levels of access:</para>
     <formalpara id="bsbg9j6">
      <title>None: </title>
      <para>Do not allow this person to access any folders of this type.</para>
     </formalpara>
     <formalpara id="bsbg9oa">
      <title>Reviewer (read-only): </title>
      <para>Allow the person to see items in this type of folder, but not create new items or edit existing items.</para>
     </formalpara>
     <formalpara id="bsbg9ts">
      <title>Author (read, create): </title>
      <para>The delegate can view items in your folders, and can create new items, but cannot change any existing items.</para>
     </formalpara>
     <formalpara id="bsbg9yy">
      <title>Editor (read, create, edit): </title>
      <para>The delegate can view, create, and change items in your folders.</para>
     </formalpara>
    </section>

    <section id="exchange-delegated-to-you">
     <title>Acting as a Delegate for Others</title>
     <para>To see the list of people who have granted you access to their folders, click the Acting as a Delegate tab in the Exchange Delegation settings window. If you plan to send e-mail on behalf of someone, select the check box next to the name, and an e-mail identity is created. You can then select that identity in the From list in your message composer.</para>
     <para>To access the folders delegated to you: </para>
     <procedure>
      <step id="bshok43">
       <para>Click File &gt; Open &gt; Other User&apos;s Folder.</para>
      </step>
      <step id="bshokwk">
       <para>Specify the e-mail address of the user who has delegated to you, or click User to select the user from your address book.</para>
      </step>
      <step id="bshol98">
       <para>Select the folder you want to open.</para>
      </step>
      <step id="bsholc3">
       <para>Click OK.</para>
      </step>
     </procedure>
     <para>Folders delegated to you appear in your folder list inside a folder labeled with the name of its owner. For example, if Martha Thompson delegates folders to you, you will see a folder called Martha Thompson&apos;s Folders in the folder tree at the same level as your Personal Folders and Public Folders. </para>
     <para>If the folder fails to open properly, check with the folder owner to make sure that you have been granted the correct access permissions.</para>
    </section>
   </section>

   <section id="exchange-out-of-office">
    <title>Setting an Out of Office Message</title>
    <para>An Out of Office message is an automatic reply that you can send as a reply to e-mails, explaining why you aren&apos;t immediately responding to their messages. For example, if you go on vacation for a week and will be away from e-mail, you can set an automatic reply so that people who write to you know that you aren&rsquo;t ignoring them.</para>
    <procedure>
     <step id="bsbgb7t">
      <para>Click Tools &gt; Settings, then click Out of Office.</para>
     </step>
     <step id="bsbgbe3">
      <para>Click I Am Currently Out of the Office. </para>
     </step>
     <step id="bsbgbi0">
      <para>Type a short message in the text field.</para>
     </step>
     <step id="bsbgbl5">
      <para>Click OK.</para>
     </step>
    </procedure>
    <para>Your message will be sent automatically to anyone who sends you mail until you return and click I Am Currently in the Office.</para>
   </section>
  </section>

  <section id="full-advantage">
   <title>Scheduling Appointments with Free/Busy</title>
   <para>When you schedule a meeting with your calendar on the Exchange server, you can check when other local Exchange users are busy according to their Exchange calendars. To do so:</para>
   <informalfigure id="bs4aw7n">
    <mediaobject><imageobject><imagedata format="PNG" fileref="figures/schedule.png"/></imageobject></mediaobject>
    
   </informalfigure>
   <para>Reminders for appointments in your Exchange calendar do not work until you have run Evolution at least once after logging in. This is different from locally stored reminders, which work from the moment you log in, regardless of whether you have run Evolution in the session. </para>
   <procedure>
    <step id="bsbgc5a">
     <para>Open a new appointment in the calendar.</para>
    </step>
    <step id="bsbgc8b">
     <para>Click Actions &gt; Schedule Meeting.</para>
    </step>
    <step id="bsbgccj">
     <para>Add attendees, either by entering their e-mail addresses into the list, or by clicking the Invite Others button. </para>
     <para>If you choose to do this, it&apos;s best to use the Global Address List (GAL). Choose the GAL from the drop-down list of address sources at the top of the dialog box.</para>
    </step>
    <step id="bsbgcft">
     <para>Click Options, then Update Free/Busy to check participant schedules and, if possible, update the meeting in all participants&apos; calendars.</para>
    </step>
   </procedure>
   <para>If meeting attendees are not available during the times you have scheduled a meeting, you can &ldquo;nudge&rdquo; the meeting forward or backward to the nearest available time. To do so, just click the arrows to the left or right of the Autopick button. The Autopick tool moves the meeting to the nearest time during which all attendees are available. If you aren&rsquo;t satisfied with those results, you can drag the edges of the meeting time to the hours that you want to select.</para>
  </section>
 </chapter>

 <chapter id="config-prefs">
  <title>Advanced Configuration</title>
  <para>Perhaps your mail server has changed names. Perhaps you&apos;ve grown tired of a certain layout for your appointments. Whatever the reason, you want to change your Evolution&trade; settings. This section will tell you how to do just that.</para>
  <itemizedlist>
   <listitem>
    <para><link linkend="config-prefs-mail-identity">Working with Mail Accounts</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bshoq5l">Autocompletion</link></para>
   </listitem>
   <listitem>
    <para><link linkend="config-prefs-mail">Mail Preferences</link></para>
   </listitem>
   <listitem>
    <para><link linkend="config-prefs-mail-composer">Composer Preferences</link></para>
   </listitem>
   <listitem>
    <para><link linkend="config-prefs-cal">Calendar and Tasks Settings</link></para>
   </listitem>
   <listitem>
    <para><link linkend="config-prefs-contact">Directory Servers</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bshoty0">Certificates</link></para>
   </listitem>
  </itemizedlist>
  <para>You can reach the Evolution settings window by clicking Tools &gt; Settings, no matter where you are in Evolution. On the left half of the settings window is a column, similar to the Evolution shortcut bar, that lets you choose which portion of Evolution to customize. The right half of the window is where you&rsquo;ll make your actual changes.</para>
  <informalfigure id="config-prefs-mail-fig">
   <mediaobject><imageobject><imagedata format="PNG" fileref="figures/config-mail.png"/></imageobject></mediaobject>
   
  </informalfigure>
  <para>There are six items you can customize. From top to bottom, they are:</para>
  <variablelist>
   <varlistentry>
    <term><emphasis>Mail Accounts</emphasis></term>
    <listitem>
     <para>Add or change information about your e-mail accounts: the servers to which you connect, the way you download mail, your password authentication mode, and so forth. This is the most complex item in the list, and is covered in <link linkend="config-prefs-mail-identity">Working with Mail Accounts</link>.</para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term><emphasis>Autocompletion</emphasis></term>
    <listitem>
     <para>Set the contact groups to be used when completing e-mail addresses in the message composer. For more information, see <link linkend="bshoq5l">Autocompletion</link>.</para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term><emphasis>Mail Preferences</emphasis></term>
    <listitem>
     <para>These are overall mail reading preferences: display settings, notification options, security, and so forth. Settings that vary per account are in the Mail Accounts tool, described in <link linkend="config-prefs-mail-identity">Working with Mail Accounts</link>, but most of the mail settings are in <link linkend="config-prefs-mail">Mail Preferences</link>.</para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term><emphasis>Composer Preferences</emphasis></term>
    <listitem>
     <para>Settings for the way that you use the mail composer: shortcuts, signatures, spelling, and so forth. This includes the ability to substitute graphical smiley-faces for &ldquo;emoticons&rdquo; such as :) that many people use in e-mail. This tool is covered in <link linkend="config-prefs-mail-composer">Composer Preferences</link>.</para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term><emphasis>Calendar and Tasks</emphasis></term>
    <listitem>
     <para>Here, you can set the way the calendar behaves, including your time zone and the length of your work week. For more information, see <link linkend="config-prefs-cal">Calendar and Tasks Settings</link>. </para>
    </listitem>
   </varlistentry>
   <varlistentry>
    <term><emphasis>Certificates</emphasis></term>
    <listitem>
     <para>Certificate handling for S/MIME security systems. For more information, see <link linkend="bshoty0">Certificates</link>.</para>
    </listitem>
   </varlistentry>
  </variablelist>
  <para>Previous versions of Evolution included directory servers, folder settings, and Exchange delegation in the settings tool. Directory servers can now be set up as contacts groups in the Contacts tool, you can change folder settings in the folder right-click menu, and Exchange delegation is available in the Actions menu of the Exchange tool. </para>

  <section id="config-prefs-mail-identity">
   <title>Working with Mail Accounts</title>
   <para>Evolution allows you to maintain multiple accounts, or identities. When you are writing an e-mail message, you can which account to use by selecting from the drop-down list next to the From entry in the message composer. </para>
   <para>Clicking Send/Receive checks all mail sources that are not disabled. If you don&apos;t want to check mail for a given account, select it in the Mail Accounts tab and click the Disable button. </para>
   <para>To add a new account, click Add to open the mail configuration assistant. To alter an existing account, select it in the Preferences window, and then click Edit to open the account editor dialog.</para>
   <para>The account editor dialog box has six sections:</para>
   <formalpara id="bsbhdwn">
    <title>Identity: </title>
    <para>Specify the name and e-mail address for this account. You can also choose a default signature to insert into messages sent from this account.</para>
   </formalpara>
   <formalpara id="bsbhe10">
    <title>Receiving Mail: </title>
    <para>Select the way you receive mail: you can download mail from a server (<link linkend="pop">POP</link>), read and keep it on the server (Microsoft Exchange, Novell GroupWise&reg;, or <link linkend="imap">IMAP</link>), or read it from files that already exist on your desktop computer. Your server require you to use a Secure Socket Layer (SSL) connection. You can select Always, Whenever Possible, or Never as your SSL choice. If one doesn&rsquo;t work, try another.</para>
   </formalpara>
   <para>Your system administrator might ask you to connect to a specific port on a mail server. To specify which port you use, just type a colon and the port number after the server name. For example, to connect to port 143 on the server smtp.omniport.com, specify smtp.omniport.com:143 as the server name.</para>
   <formalpara id="bsbhezv">
    <title>Receiving Options: </title>
    <para>Decide you want to check for mail automatically and how often, as well as setting other message retrieval options. </para>
   </formalpara>
   <para>If you select POP as your method of receiving mail:</para>
   <itemizedlist>
    <listitem>
     <formalpara id="bsbhg72">
      <title>Checking for New Mail: </title>
      <para>If you want Evolution to check for new mail automatically, select this option and specify a frequency in minutes.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhgbi">
      <title>Leaving Messages on Server: </title>
      <para>If you want to store copies of your mail on the server, select this option.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhgg1">
      <title>Disable Support for All POP3 Extensions: </title>
      <para>Some e-mail servers refuse to work with the extended POP3 command set; select this option to have Evolution use a more limited set of interactions with the server. If your server periodically drops your connection, this option may help.</para>
     </formalpara>
    </listitem>
   </itemizedlist>
   <para>If you selected Microsoft Exchange as your method of receiving mail:</para>
   <itemizedlist>
    <listitem>
     <formalpara id="bsbhis9">
      <title>Checking for New Mail: </title>
      <para>If you want Evolution to check for new mail automatically, select this option and specify a frequency in minutes.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhivn">
      <title>Global Catalog Server Name: </title>
      <para>Specify the name of your Global Catalog server to create a folder for your organization&apos;s Global Address List.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhj13">
      <title>Limit Number of Responses: </title>
      <para>Select a maximum number of results for an address search. Lowering the maximum number decreases the load on your system and on your network. Most servers do not send more than 1000 results, regardless of the value you select here.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhj5l">
      <title>Mailbox Name: </title>
      <para>Specify your mailbox name.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhj9g">
      <title>OWA Path: </title>
      <para>Specify the path used with Outlook Web Access on your server.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhjel">
      <title>Public Folder Server: </title>
      <para>Specify the name of your public folder server, if it differs from your Exchange server.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhjj7">
      <title>Apply Filters to New Messages in Inbox on This Server: </title>
      <para>Select this option if you want to apply filters to this account.</para>
     </formalpara>
    </listitem>
   </itemizedlist>
   <para>If you selected IMAP as your method of receiving mail:</para>
   <itemizedlist>
    <listitem>
     <formalpara id="bsbhjt4">
      <title>Checking for New Mail: </title>
      <para>If you want Evolution to check for new mail automatically, select this option and specify a frequency in minutes. </para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhjwx">
      <title>Check All IMAP Folders: </title>
      <para>If you want Evolution to check for new messages in all your IMAP folders, select Check for New Messages in All Folders.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhkee">
      <title>Show Only Subscribed Folders: </title>
      <para>Select this option if you have more folders in your IMAP view than you want to read.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhkj2">
      <title>Override Server-Supplied Namespace: </title>
      <para>You can specify a specific directory where your server stores mail for you. Typical values are &ldquo;mail&rdquo; and &ldquo;Mail&rdquo;. For more information about how to use IMAP mail, see <link linkend="usage-mail-subscriptions">IMAP Subscriptions Manager</link>.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhkpi">
      <title>Apply Filters to New Messages in the Inbox on This Server: </title>
      <para>You want your filters to work on this account, select this option.</para>
     </formalpara>
    </listitem>
   </itemizedlist>
   <para>If you chose GroupWise as your method of receiving mail:</para>
   <itemizedlist>
    <listitem>
     <formalpara id="bsbhkxv">
      <title>Checking for New Mail: </title>
      <para>If you want Evolution to check for new mail automatically, select this option and specify a frequency in minutes. </para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhl3t">
      <title>Check all GroupWise folders: </title>
      <para>If you want Evolution to check for new messages in all your GroupWise folders, select Check for New Messages in All Folders.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhl8n">
      <title>Apply Filters to New Messages in the Inbox on This Server: </title>
      <para>If you want your filters to work on this account, select this option.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhljh">
      <title>Automatically Synchronize Remote Mail Locally: </title>
      <para>This setting downloads all mail immediately, instead of waiting until you try to open the message. This setting makes Evolution slower at first, but faster after the download. Not selecting it means that Evolution takes longer to display each additional message, but does not waste time trying to download every single message.</para>
     </formalpara>
    </listitem>
    <listitem>
     <formalpara id="bsbhlo0">
      <title>Post Office Agent SOAP Port: </title>
      <para>If your post office agent uses a SOAP port other than the default, specify it here. The SOAP port is what allows Evolution to access the GroupWise address book and calendar. Your system administrator knows the port. If there are not many Linux users in your organization, you might also need to request that the SOAP service be enabled.</para>
     </formalpara>
    </listitem>
   </itemizedlist>
   <formalpara id="bsbhltb">
    <title>Sending Mail: </title>
    <para>Use this section to choose and configure a method for sending mail. You can choose <link linkend="smtp">SMTP</link>, Microsoft Exchange (if you have installed the Evolution Connector for Microsoft Exchange) or <link linkend="sendmail">Sendmail</link>.</para>
   </formalpara>
   <para>If you choose Exchange or Sendmail, you&apos;re done with this page. However, SMTP offers you a choice of hostname, connection security level, and authentication type, which you will recognize as similar to those for IMAP and POP servers in the Receiving Mail tab.</para>
   <formalpara id="bsbhn0t">
    <title>Defaults: </title>
    <para>Use this section to set where this account stores the messages that it has sent, and the messages that you save as drafts. If you want to revert to the default settings, click Restore Defaults.</para>
   </formalpara>
   <para>If you want to send someone a copy of every message from this account, select either Always Carbon-Copy (Cc) To: or Always Blind Carbon-Copy (Bcc) To:, and specify one or more addresses.</para>
   <formalpara id="bsbhndi">
    <title>Security: </title>
    <para>Use this section to set the security options for this account. If you use encryption, enter your PGP key ID (see <link linkend="encryption">Encryption</link> for more information) and select among the four options to determine key and signature handling.</para>
   </formalpara>
  </section>

  <section id="bshoq5l">
   <title>Autocompletion</title>
   <para>The Autocompletion tool lets you choose address books will auto complete names for you. This fuctionality requires accessibility to each of the address books you want to use. To enable autocompletion, select each of the address books you want to have auto complete in the Autocompletion page.</para>
  </section>

  <section id="config-prefs-mail">
   <title>Mail Preferences</title>
   <para>The Mail Preferences tool lets you choose how to display citations, how long to wait before marking a message as read, and other mail display settings. </para>
   <itemizedlist>
    <listitem>
     <para><link linkend="config-prefs-mail-general">General Mail Settings</link></para>
    </listitem>
    <listitem>
     <para><link linkend="mail-prefs-html">HTML Mail Preferences</link></para>
    </listitem>
    <listitem>
     <para><link linkend="mail-prefs-colors">Mail Color Preferences</link></para>
    </listitem>
    <listitem>
     <para><link linkend="mail-prefs-headers">Mail Header Preferences</link></para>
    </listitem>
    <listitem>
     <para><link linkend="mail-prefs-junk">Junk Mail Preferences</link></para>
    </listitem>
   </itemizedlist>
   <para>For information on individual e-mail account settings, see <link linkend="config-prefs-mail-identity">Working with Mail Accounts</link>.</para>

   <section id="config-prefs-mail-general">
    <title>General Mail Settings</title>
    <para>The General page has the following options:</para>
    <formalpara id="bsbhnw0">
     <title>Message Fonts: </title>
     <para>Normally, Evolution uses the same fonts as other GNOME applications. To choose different fonts, unselect Use the Same Fonts as Other Applications and select one font for standard typefaces and a second for monospace, terminal, or display. </para>
    </formalpara>
    <formalpara id="bsbho3f">
     <title>Message Display: </title>
     <para>Choose how long you want to wait before marking a message read, how to highlight quotations, and the default encoding.</para>
    </formalpara>
    <formalpara id="bsbhq3y">
     <title>Deleting Mail: </title>
     <para>Choose whether to delete messages automatically when quitting Evolution, and whether you wish to explicitly confirm the final deletion of messages. </para>
    </formalpara>
    <formalpara id="bsbhq7t">
     <title>New Mail Notifications: </title>
     <para>Evolution can alert you to the arrival of new mail with a beep or by playing a sound file. Choose your alert noise, or select none, as you prefer. </para>
    </formalpara>
   </section>

   <section id="mail-prefs-html">
    <title>HTML Mail Preferences</title>
    <para>The HTML Mail page has the following options:</para>
    <formalpara id="bsbhqot">
     <title>Show Animated Images: </title>
     <para>Turn animation on or off here. </para>
    </formalpara>
    <formalpara id="bsbhquu">
     <title>Prompt When Sending HTML Messages to Contacts That Don&apos;t Want Them: </title>
     <para>Some people do not like HTML mail, and you can set Evolution to warn you of this preference. This warning appears only when you send HTML mail to people in your contacts who are listed as disliking HTML. </para>
    </formalpara>
    <formalpara id="bsbhr9p">
     <title>Loading Images: </title>
     <para>You can embed a image in an e-mail and have it load only when the message arrives. However, spammers can use image loading patterns to confirm &ldquo;live&rdquo; addresses and invade your privacy. You can elect to never load images automatically, to load images only if the sender is in your contacts, or always load images. </para>
    </formalpara>
    <para>If you have chosen not to load images automatically, you can choose to see the images in one message at a time by selecting View &gt; Message Display Load Images. </para>
    <para>The Colors tab lets you select different color labels for individual messages. You can return to the default settings by clicking Restore Defaults.</para>
   </section>

   <section id="mail-prefs-colors">
    <title>Mail Color Preferences</title>
    <para>The Mail Color preferences tool lets you select color labels for different kinds of messages. Click a color to change the color, or change the label associated with that color. </para>
   </section>

   <section id="mail-prefs-headers">
    <title>Mail Header Preferences</title>
    <para>The headers on an incoming message are the information about the message that isn&apos;t the content of the message itself, such as the sender, the time it was sent. Select the options here to show or hide different amounts of information about the messages you read. </para>
   </section>

   <section id="mail-prefs-junk">
    <title>Junk Mail Preferences</title>
    <para>There are only two items in this section: Check Incoming Mail for Junk and Include Remote Tests. Checking for junk mail uses the SpamAssassin tool with trainable Bayesian filters. It also includes online tests, like checking for blacklisted message senders and ISPs. Online tests can make filtering slower, but more accurate. Select the options here to choose your mail filtering method. </para>
   </section>
  </section>

  <section id="config-prefs-mail-composer">
   <title>Composer Preferences</title>
   <para>There are three pages for settings you can change for the message composer. The General page covers shortcuts and assorted behavior, the Signature page controls your signature, and the Spell Checking page controls spell checking. </para>
   <itemizedlist>
    <listitem>
     <para><link linkend="bshpixy">General</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bshpjpl">Signature</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bshpjuj">Spell Checking</link></para>
    </listitem>
   </itemizedlist>

   <section id="bshpixy">
    <title>General</title>
    <para>In the General page, you can set the following options:</para>
    <formalpara id="bsbhs8n">
     <title>Default Behavior: </title>
     <para>Choose how you will normally forward and reply messages, what character set they will use, whether they will be in HTML, and whether that HTML can contain graphic emoticons.</para>
    </formalpara>
    <formalpara id="bsbhsf6">
     <title>Alerts: </title>
     <para>There are two optional alerts you can select:</para>
    </formalpara>
    <itemizedlist>
     <listitem>
      <formalpara id="bsbht5d">
       <title>Prompt When Sending Messages With an Empty Subject Line:</title>
       <para> The composer warns you if you try to send a message without a subject. </para>
      </formalpara>
     </listitem>
     <listitem>
      <formalpara id="bsbhto4">
       <title>Prompt When Sending Messages with Only Bcc Recipients Defined:</title>
       <para> The composer warns you if you try to send a message that has only Bcc recipients. This is important because some mail servers fail to transmit blind carbon copy if you do not have at least one recipient that is visible to all readers. </para>
      </formalpara>
     </listitem>
    </itemizedlist>
   </section>

   <section id="bshpjpl">
    <title>Signature</title>
    <para>The signature editor allows you to create several different signatures in plain text or in HTML, and to specify which of them will be added to e-mail you create in the message composer. If you prefer to use an alternate signature or none at all, you can select it from the mail composer itself.</para>
   </section>

   <section id="bshpjuj">
    <title>Spell Checking</title>
    <para>To choose a spell-checking language, select it here. You must install the gnome-spell package, available through Red Carpet, for spell-checking to be available in Evolution. Additional dictionaries are also available through Red Carpet and are detected automatically if you have installed them. To have the composer automatically check your spelling while you type, select Check Spelling While I Type.</para>
    <para>Check the spelling of messages by clicking Edit &gt; Spell Check Document. </para>
   </section>
  </section>

  <section id="config-prefs-cal">
   <title>Calendar and Tasks Settings</title>
   <para>The calendar configuration tool has two pages General and Display.</para>
   <itemizedlist>
    <listitem>
     <para><link linkend="bshpskx">General</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bshpsxa">Display</link></para>
    </listitem>
   </itemizedlist>

   <section id="bshpskx">
    <title>General</title>
    <para>The General page lets you set the following options:</para>
    <formalpara id="bsbhukf">
     <title>Time Zone: </title>
     <para>The city you&rsquo;re located in, to specify your time zone. </para>
    </formalpara>
    <formalpara id="bsbhup9">
     <title>Time Format: </title>
     <para>Choose between twelve-hour (AM/PM) and twenty-four hour time formats. </para>
    </formalpara>
    <formalpara id="bsbhuut">
     <title>Week Starts: </title>
     <para>Select the day to display as the first in each week.</para>
    </formalpara>
    <formalpara id="bsbhuzl">
     <title>Day Begins: </title>
     <para>For Evolution, a normal work day begins at 9 a.m. and ends at 5 p.m. You can select your preferred hours to make sure that all your events are displayed properly. </para>
    </formalpara>
    <formalpara id="bsbhv3n">
     <title>Day Ends: </title>
     <para>Sets the end of a normal workday. </para>
    </formalpara>
    <formalpara id="bsbhv7r">
     <title>Alerts: </title>
     <para>If you want to be warned before you delete any appointment, or to have a reminder automatically appear for each event, select the options here. </para>
    </formalpara>
   </section>

   <section id="bshpsxa">
    <title>Display</title>
    <para>The Display page lets you choose how your appointments and tasks appear in your calendar.</para>
    <formalpara id="bsbhvoy">
     <title>Time Divisions: </title>
     <para>Sets the time increments shown as fine lines on the daily view in the calendar. </para>
    </formalpara>
    <formalpara id="bsbhvt1">
     <title>Show Appointment End Times In Week and Month Views: </title>
     <para>If there is space, Evolution shows the end times in the week and month views for each appointment. </para>
    </formalpara>
    <formalpara id="bsbhw0r">
     <title>Compress Weekends In Month View: </title>
     <para>Select this option to display weekends in one box, instead of one for each day in the month view. </para>
    </formalpara>
    <formalpara id="bsbhw7p">
     <title>Show Week Numbers In Date Navigator: </title>
     <para>Shows the week numbers next to the respective weeks in the calendar. </para>
    </formalpara>
    <formalpara id="bsbhwdz">
     <title>Tasks Due Today: </title>
     <para>Select the color for tasks due today. </para>
    </formalpara>
    <formalpara id="bsbhwj5">
     <title>Overdue Tasks: </title>
     <para>Select the color for overdue tasks. </para>
    </formalpara>
    <formalpara id="bsbhwnw">
     <title>Hide Completed Tasks: </title>
     <para>Select this option to have completed tasks hidden after a period of time measured in days, hours, or minutes. If you don&apos;t select this option, completed tasks remain in your task list, marked as complete. </para>
    </formalpara>
   </section>
  </section>

  <section id="config-prefs-contact">
   <title>Directory Servers</title>
   <para>There are two main tasks for configuring contact information. Autocompletion settings are available in the main settings tool. The other major contact configuration task is creating new contact list. </para>
   <para>To add a new contact list, either local or remote:</para>
   <procedure>
    <step id="bsbhwyr">
     <para>Click Contacts.</para>
    </step>
    <step id="bsbhx27">
     <para>Click the down-arrow next to New.</para>
    </step>
    <step id="bsbhxhp">
     <para>Select Contact List.</para>
    </step>
    <step id="bsbhxk3">
     <para>Type a name and location for the contact group.</para>
    </step>
    <step id="bsbhxqx">
     <para>Click Forward.</para>
     <para>If the contact group is stored locally, you do not need to provide any further information. Click OK.</para>
     <para>or</para>
     <para> If you are creating an <link linkend="ldap">LDAP</link> server, enter the server information as requested by the assistant:</para>
     <formalpara id="bsbhyuo">
      <title>Server Name: </title>
      <para>Internet address of the contact server you are using. </para>
     </formalpara>
     <formalpara id="bsbhzhh">
      <title>Login Method: </title>
      <para>Specify whether your login is anonymous, using an e-mail address, or a distinguished name. If the login is not anonymous, specify the e-mail address or distinguished name (DN) required by the server. </para>
     </formalpara>
     <formalpara id="bsbhznl">
      <title>Port: </title>
      <para>The Internet port Evolution connects to in order to access the LDAP database. This is normally 389. </para>
     </formalpara>
     <formalpara id="bsbhzwi">
      <title>Use SSL/TLS: </title>
      <para>SSL and TLS are security mechanisms. If you select Always, Evolution does not connect unless secure connections are available. The default value is Whenever Possible, which uses secure connections if they are available, but does not cause failure if they are not. </para>
     </formalpara>
     <formalpara id="bsbi06q">
      <title>Search Base: </title>
      <para>The <link linkend="search-base">search base</link> is the starting point for a directory search. Contact your network administrator for information about the correct settings. </para>
     </formalpara>
     <formalpara id="bsbi0ns">
      <title>Search Scope: </title>
      <para>The <link linkend="search-scope">search scope</link> is the breadth of a given search. The following options are available: </para>
     </formalpara>
     <formalpara id="bsbi0vz">
      <title>One:</title>
      <para> Searches the Search Base and one entry below it. </para>
     </formalpara>
     <formalpara id="bsbi1af">
      <title>Sub: </title>
      <para>Searches the Search Base and all entries below it. </para>
     </formalpara>
     <formalpara id="bsbi1gc">
      <title>Timeout (minutes): </title>
      <para>The maximum time Evolution attempts to download data from the server before giving up. </para>
     </formalpara>
     <formalpara id="bsbi1os">
      <title>Download Limit: </title>
      <para>The maximum number of results for a given search. Most servers refuse to send more than 500, but you can set the number lower if you want to shorten downloads for very broad searches. </para>
     </formalpara>
     <formalpara id="bsbi1um">
      <title>Display Name: </title>
      <para>The name to label this folder. It can be any name you choose. </para>
     </formalpara>
    </step>
    <step id="bsbi2rh">
     <para>Click Apply.</para>
    </step>
   </procedure>
  </section>

  <section id="bshoty0">
   <title>Certificates</title>
   <para>Evolution allows you to add certificates for yourself as well as for contacts. This allows you to communicate with others securely over an encryted connection, or sign a message confirming your identity to the contact. </para>
   <formalpara id="bshov9m">
    <title>Your Certificates: </title>
    <para>The Your Certificates tab displays a list of certificates that you own. You can import, view, backup and delete your certificates from this tab.</para>
   </formalpara>
   <formalpara id="bshovvp">
    <title>Contact Certificates: </title>
    <para>The Contact Certificates tab displays a list of certificates that you have for contacts. These certificates allow you to decrypt messages as well verify signed messages. You can import, view, edit, and delete your contact certificates from this tab.</para>
   </formalpara>
   <formalpara id="bshowu7">
    <title>Authorities: </title>
    <para>The Authorities tab displays a list of trusted certificate authorities who verify that the certificate you have is valid. You can import, view, edit, and delete certificate authorities from this tab.</para>
   </formalpara>
  </section>
 </chapter>

 <chapter id="config-sync">
  <title>Synchronizing Your Handheld Device</title>
  <para>Synchronization presents you with two issues you need to address. First, your computer needs to recognize and access your handheld. At this time, Evolution&trade; only supports Palm OS devices like the PalmPilot and the Handspring Visor. Secondly, you should decide what sort of synchronization behavior you want.</para>
  <itemizedlist>
   <listitem>
    <para><link linkend="bshq58g">Enabling Synchronization</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bshq7hl">Selecting Conduits</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bshq2qn">Synchronizing Information</link></para>
   </listitem>
  </itemizedlist>

  <section id="bshq58g">
   <title>Enabling Synchronization</title>
   <para>If you haven&rsquo;t used a handheld device with your computer before, you need to run the GNOME Control Center by clicking System &gt; Settings, and make sure that Pilot Link is properly configured. Make sure that you have read and write permissions on the device, which is normally n /dev/pilot. If that does not work, check in /dev/ttyS0 if you have a serial connection, or in /dev/ttyUSB0 for a USB connection. You can do this by becoming root and running the command chmod 777 /dev/ttyUSB0.</para>
  </section>

  <section id="bshq7hl">
   <title>Selecting Conduits</title>
   <para>Once your computer and your Palm OS device are communicating, select the <link linkend="conduit">conduits</link> you want under the Pilot Conduits section of the Control Center. You can use conduits to synchronize data with several applications; the Evolution conduits are labeled EAddress, for the contacts in your address book, ECalendar, for your calendar, and ETodo, for your task list.</para>
   <para>Click Enable, then click Settings to change what it does when activated. Your options may vary depending on the conduit, but typically they are as follows:</para>
   <formalpara id="bsbi551">
    <title>Disabled: </title>
    <para>Do nothing.</para>
   </formalpara>
   <formalpara id="bsbi5aa">
    <title>Synchronize: </title>
    <para>Copy new data from the computer to the handheld, and from the handheld to the computer. Remove items that were on both systems but have been deleted on one.</para>
   </formalpara>
   <formalpara id="bsbi5es">
    <title>Copy From Pilot: </title>
    <para>If there is any new data on the handheld device, copy it to the computer.</para>
   </formalpara>
   <formalpara id="bsbi5k1">
    <title>Copy To Pilot: </title>
    <para>Copy new data from the computer to the handheld. </para>
   </formalpara>
   <formalpara id="bsbi5oo">
    <title>Merge From Pilot: </title>
    <para>Copy new data from the computer to the handheld, and remove any information from the handheld that has been deleted on the computer.</para>
   </formalpara>
   <formalpara id="bsbi5z5">
    <title>Merge to Pilot: </title>
    <para>Copy new data from the handheld to the computer, and remove any information from the computer that has been deleted on the handheld.</para>
   </formalpara>
   <para>Select the behavior you want for each conduit you choose to use. If you&apos;re not sure, use with Synchronize.</para>
  </section>

  <section id="bshq2qn">
   <title>Synchronizing Information</title>
   <para>Use the following procedure to synchronize the data on your Palm OS device with the data you store in Evolution.</para>
   <para>If you want to backup your information before synchronizing, make a copy of the <command>evolution</command> directory inside your home directory.</para>

   <section id="bshq3ip">
    <title>Using HotSync</title>
    <procedure>
     <step id="bshq1vg">
      <para>Put your handheld device in its cradle an press the HotSync button.</para>
      <para>If you use Palm OS v. 4.0 and have password protection turned on for your handheld device, you may encounter trouble synchronizing. If this happens, try turning off password protection on your handheld, synchronize it with your desktop computer, and then re-enable password protection on your handheld.</para>
     </step>
    </procedure>
    <para>If you have followed the setup instructions properly, your Palm OS device will synchronize data with Evolution.</para>
   </section>
  </section>
 </chapter>

 <appendix id="outlook-migration">
  <title>Migration from Outlook to Evolution</title>
  <para>If you are using Microsoft Outlook, but not Microsoft Exchange, this section helps you switch to Evolution.</para>

  <section id="outlook-migration-mail">
   <title>Migrating Local Outlook Mail Folders</title>
   <para>Exchange and IMAP mail is stored on the server, so you do not need to migrate it to your Linux partition. However, if you have stored mail on your computer, you might want to make it accessible to Evolution.</para>
   <para>First, while using Windows, prepare your messages for import:</para>
   <procedure>
    <step id="bshqe24">
     <para>Clean up your mail. Delete messages and folders you do not need, and click File &gt; Folders &gt; Properties &gt; Advanced &gt; Compact to erase old, deleted messages from your PST file.</para>
    </step>
    <step id="bshqe4g">
     <para>If you nest your folders one inside another, you might want to rename subfolders so that you can tell which folder they belong to. You must re-nest them after you load them into Evolution.</para>
    </step>
    <step id="bshqe6i">
     <para>Import the files into Mozilla Mail (or another mailer, such as Netscape or Eudora, that uses the standard mbox format). Linux mailers cannot do this task, because it requires a library available only under Windows. In Mozilla, import by selecting Window Mail &amp; Newsgroups Tools Import.</para>
    </step>
    <step id="bshqe8a">
     <para>Mozilla creates a set of files in the directory<command> Windows\Application_Data\Mozilla\Profiles\(UserName)\(Random Letters)\Mail\Local Folders\OutlookMail\</command>. The data files are those that have no file extension.</para>
     <para>If you are using Windows XP or Windows 2000, your Windows hard drive is probably in the NTFS format, which some Linux systems cannot read without additional software. You may find it simpler to copy the mail folders to a different drive or to burn a CD.</para>
    </step>
   </procedure>
   <para>To create new folders for your files.</para>
   <para>When you have your mail in a format Evolution can understand, reboot to Linux. Then continue with the following procedure:</para>
   <procedure>
    <step id="bshqeej">
     <para>Mount your Windows drive or the disk where you saved the mail files.</para>
    </step>
    <step id="bshqegg">
     <para>Copy all the mail files into your home directory or another convenient place.</para>
    </step>
    <step id="bshqeia">
     <para>Start Evolution.</para>
    </step>
    <step id="bshqejx">
     <para>Press Shift+Ctrl+F or select File &gt; New Folder to create the folders you want.</para>
    </step>
   </procedure>
   <para>To import the data files:</para>
   <procedure>
    <step id="bshqep7">
     <para>In Evolution, open the File Import assistant by clicking File &gt; Import.</para>
    </step>
    <step id="bshqera">
     <para>Click Next, then select Import a single file.</para>
    </step>
    <step id="bshqesz">
     <para>Leave the file type as Automatic, then click Browse to select the data file. </para>
     <para>Remember, the data files are the files that have no file extension.</para>
    </step>
    <step id="bshqeuv">
     <para>Select the folder where you want to put the imported data file.</para>
    </step>
    <step id="bshqg85">
     <para>Click OK.</para>
    </step>
    <step id="bshqex9">
     <para>Repeat the import steps until you have imported all your mail.</para>
    </step>
   </procedure>
  </section>
 </appendix>

 <appendix id="menuref">
  <title>Quick Reference</title>
  <para>You can print this section to use it as a quick reference for most of the things you want to do with Evolution&trade;.</para>
  <itemizedlist>
   <listitem>
    <para><link linkend="quickref-open">Opening or Creating Items</link></para>
   </listitem>
   <listitem>
    <para><link linkend="quickref-mail">Mail Tasks</link></para>
   </listitem>
   <listitem>
    <para><link linkend="quickref-cal">Calendar</link></para>
   </listitem>
   <listitem>
    <para><link linkend="quickref-contact">Address Book</link></para>
   </listitem>
  </itemizedlist>

  <section id="quickref-open">
   <title>Opening or Creating Items</title>
   <bridgehead>New Item</bridgehead>
   <para>Press Ctrl+N to open a new item for whatever part of Evolution you&rsquo;re working in. In mail, this means you&rsquo;ll create a new message. If you&rsquo;re looking at your address book, Ctrl+N creates a new contact card, and in the calendar, a new appointment.</para>
   <bridgehead>Creating a New E-Mail Message</bridgehead>
   <para>Use File &gt; New &gt; Mail Message or Ctrl+Shift+M. </para>
   <bridgehead>Creating a New Appointment</bridgehead>
   <para>Use File &gt; New Appointment or Ctrl+Shift+A.</para>
   <bridgehead>Entering a New Contact </bridgehead>
   <para> Double-click in any blank space in the contact manager to create a new address card. You can also use File &gt; New Contact or Ctrl+Shift+C. </para>
   <bridgehead>Creating a New Task</bridgehead>
   <para> File &gt; New Task or Ctrl+Shift+T. </para>
  </section>

  <section id="quickref-mail">
   <title>Mail Tasks</title>
   <bridgehead>Send and Receive Mail</bridgehead>
   <para>Press F9, click the Send/Receive button in the toolbar, or choose Actions Send/Receive.</para>
   <bridgehead>Navigating the Message List with the Keyboard</bridgehead>
   <para>Press (]) or (.) to jump to the next unread message. ([) or (,) goes to the previous unread message. Use the arrow keys to move up and down in the list of all messages.</para>
   <bridgehead>Moving the Display Up and Down in the Preview Pane</bridgehead>
   <para>Press the space bar to move down a page. Press Backspace to move up a page.</para>
   <bridgehead>Replying To a Message</bridgehead>
   <para>To reply to the sender of the message only, click Reply in the toolbar, or press Ctrl+R. </para>
   <para>To reply to the sender and all the other visible recipients of the message, click Reply to All or select the message and press Shift+Ctrl+R. </para>
   <bridgehead>Forwarding a Message</bridgehead>
   <para>Select the message or messages you want to forward, then click Forward in the toolbar, or press Ctrl+F.</para>
   <bridgehead>Opening a Message In a New Window</bridgehead>
   <para>Double-click the message you want to view, or select it and press Enter or Ctrl+O. </para>
   <bridgehead>Creating Filters and Virtual Folders</bridgehead>
   <para>Right-click a message and select Create Rule From Message. You can also create filters and virtual folders in the Tools menu. </para>
   <bridgehead>Adding a Sender to the Address Book</bridgehead>
   <para>Right-click a message and select Add Sender to Address Book. You can also right-click on any e-mail address to add it to your address book. </para>
  </section>

  <section id="quickref-cal">
   <title>Calendar</title>
   <bridgehead>Creating a New Appointment</bridgehead>
   <para> Use File &gt; New Appointment or Ctrl+Shift+A. </para>
   <para>You can also click on any blank spot in the calendar and start typing to create a new appointment entry.</para>
   <bridgehead>Creating a New Task</bridgehead>
   <para> Use File &gt; New Task or Ctrl+Shift+T. </para>
  </section>

  <section id="quickref-contact">
   <title>Address Book</title>
   <bridgehead>Editing a Contact</bridgehead>
   <para>Double-click the contact&apos;s address card to change details. </para>
   <bridgehead>Deleting a Contact</bridgehead>
   <para>Right-click on a contact, then click Delete or select a contact, then click Delete on the toolbar. </para>
   <bridgehead>Sending E-Mail To a Contact</bridgehead>
   <para>Right-click a contact, then click Send Message to Contact.</para>
   <bridgehead>Creating a New Contact </bridgehead>
   <para>Double-click in any blank space in the contact manager to create a new address card, or right-click anywhere in the address book and select New Contact. You can also click File &gt; New Contact or press Ctrl+Shift+C </para>
  </section>
 </appendix>

 <appendix id="bugs">
  <title>Known Bugs and Limitations</title>
  <para>A complete list of feature requests and other issues with Evolution&trade; is available online in the Ximian&reg; bug tracking system. You can learn more about the Evolution development process at <ulink url="http://developer.ximian.com">developer.ximian.com</ulink>. </para>
  <para>Evolution bug tracking is done at the <ulink url="http://bugzillaximian.com">Ximian&reg; bug tracking System</ulink>. You can use that, or the GNOME Bug Report Tool (known as bug-buddy at the command line) if you find bugs or would like to request new features.</para>
  <para>If you need additional help with Evolution, visit the Novell support site at <ulink url="http://support.novell.com">Novell support</ulink>.</para>
 </appendix>

 <glossary id="apx-gloss">
  <title>Glossary</title>

  <glossentry id="assistant">
   <glossterm>Assistant</glossterm>
   <glossdef>
    <para>A tool that guides a user through a series of steps, usually to configure or set up a program. Equivalent to Wizard and Druid.</para>
   </glossdef>
  </glossentry>

  <glossentry id="attachment">
   <glossterm>attachment</glossterm>
   <glossdef>
    <para>Any file sent with an e-mail. Attachments can be embedded in a message or appended to it.</para>
   </glossdef>
  </glossentry>

  <glossentry id="automatic-indexing">
   <glossterm>Automatic indexing</glossterm>
   <glossdef>
    <para>Pre-downloading procedure that allows Evolution&trade; to quickly refer to data. It enables faster searches and decreases memory usage for data displays.</para>
   </glossdef>
  </glossentry>

  <glossentry id="bsi89la">
   <glossterm>Bcc (Blind Carbon Copy)</glossterm>
   <glossdef>
    <para>Blind copy recipients (Bcc) receive a copy of an item. Other recipients receive no information about blind copies. Only the sender and the blind copy recipient know that a blind copy was sent. If a recipient replies and chooses Reply to All, the blind copy recipient will not receive the reply.</para>
   </glossdef>
  </glossentry>

  <glossentry id="cc">
   <glossterm>Cc (Carbon Copy)</glossterm>
   <glossdef>
    <para>Carbon copy recipients (CC) receive a copy of an item. CC recipients are users who would benefit from the information in an item, but are not affected by or directly responsible for it. All recipients can see that a carbon copy was sent. They can also see the names of the CC recipients.</para>
   </glossdef>
  </glossentry>

  <glossentry id="conduit">
   <glossterm>conduit</glossterm>
   <glossdef>
    <para>A small application that controls the transfer of data between a handheld device and a desktop computer.</para>
   </glossdef>
  </glossentry>

  <glossentry id="evolution">
   <glossterm>Evolution</glossterm>
   <glossdef>
    <para>The GNOME groupware application.</para>
   </glossdef>
  </glossentry>

  <glossentry id="execute">
   <glossterm>execute</glossterm>
   <glossdef>
    <para>To run a program. Any file that can be run is called an executable. Evolution can download executable attachments, but before they can be run, the files must be marked as executable with a shell or file manager. This security precaution prevents the automatic or accidental execution of malicious programs. For more information on executables and file permissions, see the documentation for your file manager or shell.</para>
   </glossdef>
  </glossentry>

  <glossentry id="expunge">
   <glossterm>expunge</glossterm>
   <glossdef>
    <para>When messages are marked for deletion, they remain till they are expunged. When a message is expunged, it is permanently deleted, as long as it was marked for deletion.</para>
   </glossdef>
  </glossentry>

  <glossentry id="filetree">
   <glossterm>file tree</glossterm>
   <glossdef>
    <para>A way of describing a group of files on a computer. The top of the tree is called the root directory, and denoted by <command>/</command>. The rest of the branches spread downward from the root. Don&apos;t confuse the root directory with the root account or root&apos;s home directory, normally <command>/root</command>.</para>
   </glossdef>
  </glossentry>

  <glossentry id="filter">
   <glossterm>filter</glossterm>
   <glossdef>
    <para>Within Evolution, a filter is a method of sorting mail automatically when it&apos;s downloaded. You can create filters to perform one or more actions on a message that meets any (or all) of a wide range of criteria.</para>
   </glossdef>
  </glossentry>

  <glossentry id="forward">
   <glossterm>forward</glossterm>
   <glossdef>
    <para>Forwards a copy of the message and any additional comments to a different e-mail address. </para>
   </glossdef>
  </glossentry>

  <glossentry id="groupware">
   <glossterm>groupware</glossterm>
   <glossdef>
    <para>A term describing an application that helps groups of people work together. Typically, a groupware application has several productivity features built into one program, including e-mail, calendar, and address book tools.</para>
   </glossdef>
  </glossentry>

  <glossentry id="html">
   <glossterm>HTML</glossterm>
   <glossdef>
    <para>Hypertext Markup Language (HTML) is a language for describing page layout in electronic documents such as Web pages, help files, and e-mail messages. HTML can be used in e-mail and news posts to insert images and apply text treatments.</para>
   </glossdef>
  </glossentry>

  <glossentry id="hot-key">
   <glossterm>hot key</glossterm>
   <glossdef>
    <para>Hot keys, also called shortcut keys, are keyboard combinations used to do actions on a computer instead of using the mouse. Hot keys can speed up computer usage.</para>
   </glossdef>
  </glossentry>

  <glossentry id="ical">
   <glossterm>iCal</glossterm>
   <glossdef>
    <para>iCal is the program which Evolution uses to manage the calendar section.</para>
   </glossdef>
  </glossentry>

  <glossentry id="imap">
   <glossterm>IMAP</glossterm>
   <glossdef>
    <para>Internet Mail Access Protocol. It allows access to e-mail which is typically (although not always) stored remotely on a server rather than on a local hard disk. Often contrasted with POP. </para>
   </glossdef>
  </glossentry>

  <glossentry id="inline">
   <glossterm>inline</glossterm>
   <glossdef>
    <para>Displayed as part of a message or other document, rather than attached as a separate file. Contrast with <emphasis>Attachment</emphasis>.</para>
   </glossdef>
  </glossentry>

  <glossentry id="ldap">
   <glossterm>LDAP</glossterm>
   <glossdef>
    <para>Lightweight Directory Access Protocol. Allows a client to search through a large database of addresses, phone numbers, and people stored on a server.</para>
   </glossdef>
  </glossentry>

  <glossentry id="mail-client">
   <glossterm>mail client</glossterm>
   <glossdef>
    <para>The application with which a person reads and sends e-mail. Its counterparts are the various types of mail servers, which handle user authentication and direct messages from sender to recipient.</para>
   </glossdef>
  </glossentry>

  <glossentry id="minicard">
   <glossterm>minicard</glossterm>
   <glossdef>
    <para>A format for the display of contact data. Similar in appearance to a small business card.</para>
   </glossdef>
  </glossentry>

  <glossentry id="pop">
   <glossterm>POP</glossterm>
   <glossdef>
    <para>Post Office Protocol. A mechanism for e-mail transport. In contrast to IMAP, it is used only to get mail from a server and store it locally on your hard disk.</para>
   </glossdef>
  </glossentry>

  <glossentry id="protocol">
   <glossterm>protocol</glossterm>
   <glossdef>
    <para>An agreed-upon method of communication, especially one for sending particular types of information between computer systems. Examples include POP (Post Office Protocol), for e-mail, and HTTP (HypterText Transfer Protocol) for Web pages.</para>
   </glossdef>
  </glossentry>

  <glossentry id="public-key-encryption">
   <glossterm>public key encryption</glossterm>
   <glossdef>
    <para>A strong encryption method that uses a set of two keys, one of which is made public, and one of which is kept private. Data encrypted using the public key can only be decrypted using the private key. The longer the keys, the more difficult it is to break the encryption.</para>
   </glossdef>
  </glossentry>

  <glossentry id="regular-expression">
   <glossterm>regular expression</glossterm>
   <glossdef>
    <para>A regular expression (regex) is a way of describing a string of text using metacharacters or wildcard symbols. For example, the statement fly.*so[au]p means any phrase beginning with &lsquo;fly&apos; and ending in oup&apos; or &lsquo;soap&apos;. If you searched for that expression, you&rsquo;d find both &ldquo;fly in my soup&rdquo; and &ldquo;fly in my soap&rdquo;. For more information, enter man grep from the command line.</para>
   </glossdef>
  </glossentry>

  <glossentry id="script">
   <glossterm>script</glossterm>
   <glossdef>
    <para>A program written in an interpreted (rather than compiled)  language. Often used as a synonym for macro, to denote a series of pre-recorded commands or actions within an application. Often times, accomplish repetitive and tedious tasks, to save the user time.</para>
   </glossdef>
  </glossentry>

  <glossentry id="search-base">
   <glossterm>Search Base</glossterm>
   <glossdef>
    <para>LDAP can break contact lists into many groups. The Search Base tells LDAP the top group to use. How much of the Search Base that is searched is set by the Search Scope option.</para>
   </glossdef>
  </glossentry>

  <glossentry id="search-scope">
   <glossterm>Search Scope</glossterm>
   <glossdef>
    <para>Search Scope states how much of the Search Base to search.</para>
   </glossdef>
  </glossentry>

  <glossentry id="sendmail">
   <glossterm>Sendmail</glossterm>
   <glossdef>
    <para>A program that sends mail. Evolution can use it instead of SMTP; some people prefer it because it offers more flexibility; however, it is more difficult to set up.</para>
   </glossdef>
  </glossentry>

  <glossentry id="shortcut-bar">
   <glossterm>shortcut bar</glossterm>
   <glossdef>
    <para>An area of Evolution that offers users fast access to the most frequently used features of the application.</para>
   </glossdef>
  </glossentry>

  <glossentry id="signature">
   <glossterm>signature</glossterm>
   <glossdef>
    <para>Text placed at the end of every e-mail sent, similar to a hand-written signature at the bottom of a written letter. A signature can be anything from a favorite quotation to a link to a Web page; courtesy dictates that it be fewer than four lines long.</para>
   </glossdef>
  </glossentry>

  <glossentry id="smtp">
   <glossterm>SMTP</glossterm>
   <glossdef>
    <para>Simple Mail Transfer Protocol. The most common way of transporting mail messages your computer to the server.</para>
   </glossdef>
  </glossentry>

  <glossentry id="tooltip">
   <glossterm>tooltip</glossterm>
   <glossdef>
    <para>A small box of explanatory text that appears when the mouse pointer is held over a button or other interface element.</para>
   </glossdef>
  </glossentry>

  <glossentry id="virus">
   <glossterm>virus</glossterm>
   <glossdef>
    <para>A program that inserts itself into other files or programs and which, when executed, spreads to more programs and other computers. A virus can cause substantial damage by clogging networks or disk drives, deleting files, or opening security holes.</para>
   </glossdef>
  </glossentry>

  <glossentry id="vcard">
   <glossterm>vCard</glossterm>
   <glossdef>
    <para>A file format for the exchange of contact information. When you get an address card attached to an e-mail, it&rsquo;s probably in vCard format. Contrast with vFolder.</para>
   </glossdef>
  </glossentry>

  <glossentry id="vfolder">
   <glossterm>vFolder</glossterm>
   <glossdef>
    <para>An e-mail organization tool. vFolders allow you to create a folder that contains the results of a complex search. vFolder contents are are updated dynamically.</para>
   </glossdef>
  </glossentry>
 </glossary>

  <appendix>
<title>Legal Notices</title>
   <simplelist>
    <member>Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Further, Novell, Inc. reserves the right to revise this publication and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes.</member>
    <member>Further, Novell, Inc. makes no representations or warranties with respect to any software, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. Further, Novell, Inc. reserves the right to make changes to any and all parts of Novell software, at any time, without any obligation to notify any person or entity of such changes.</member>
   </simplelist>
   <simplelist>
    <member>You may not use, export, or re-export this product in violation of any applicable laws or regulations including, without limitation, U.S. export regulations or the laws of the country in which you reside.</member>
   </simplelist>
   <simplelist>
    <member>Copyright &copy; 2004 Novell, Inc. All rights reserved. Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.2 or any later version, published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the GFDL can be found at http://www.fsf.org/licenses/fdl.html.</member>
    <member>THIS DOCUMENT AND MODIFIED VERSIONS OF THIS DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT:</member>
    <member>1. THE DOCUMENT IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND</member>
    <member>2. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES.</member>
   </simplelist>
   <simplelist>
    <member>Novell, Inc.</member>
    <member>404 Wyman Street, Suite 500</member>
    <member>Waltham, MA  02451</member>
    <member>U.S.A.</member>
    <member>www.novell.com</member>
   </simplelist>
   <para id="Bktitle">Evolution User Guide 2.0</para>
   <para>September 9, 2004</para>
   <simplelist>
    <member>To access the online documentation for this and other Novell products, and to get updates, see www.novell.com/documentation.</member>
   </simplelist>
   <simplelist>
    <member>Evolution is a trademark of Novell, Inc.</member>
    <member>GroupWise is a registered trademark of Novell, Inc. in the United States and other countries.</member>
    <member>Novell is a registered trademark of Novell, Inc. in the United States and other countries.</member>
    <member>SUSE is a registered trademark of SUSE AG, a Novell company.</member>
    <member>Ximian is a registered trademark of Novell, Inc. in the United States and other countries.</member>
   </simplelist>
   <simplelist>
    <member>All third-party trademarks are the property of their respective owners.</member>
   </simplelist>
  </appendix>
</book>