aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/evolution.xml
blob: 3060408a58a3ab76d3ee5fffeeef073eefe9cf2a (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
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
<?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 " " >
] >

<?yelp:chunk-depth 3?>
<book id="index" lang="en">
<title>Evolution User Guide</title>

 <bookinfo id="Front">
  <productname>Evolution&trade;</productname>
  <productnumber>2.6</productnumber>
  <invpartnumber>March 22, 2006</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.6.<varname>x</varname> 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">Sending and Receiving 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="usage-exchange">Connecting to Exchange Servers</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-groupwise">Connecting to GroupWise</link></para>
   </listitem>
   <listitem>
    <para><link linkend="b1012tkg">Connecting to Hula</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>
   <listitem>
    <para><link linkend="authors">Authors</link></para>
   </listitem>
   <listitem>
    <para><link linkend="apx-gloss">Glossary</link></para>
   </listitem>
  </itemizedlist>
  <bridgehead id="bt4ckdq">Additional Documentation</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&reg; 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 id="bt4ckdr">Documentation Updates</bridgehead>
  <para>For the most recent version of the<citetitle> Evolution 2.6 User Guide</citetitle>, see the <ulink url="http://www.novell.com/documentation/ximian.html">Evolution Documentation Web site</ulink>.</para>
  <bridgehead id="bt4ckds">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>
  <bridgehead id="btc0wjg">User Comments</bridgehead>
  <para>We want to hear your comments and suggestions about this manual and the other documentation included with this product. Please use the User Comment feature at the bottom of each page of the online documentation, or go to www.novell.com/documentation/feedback.html and enter your comments there.</para>
 </preface>

 <chapter id="usage-mainwindow">
  <title>Getting Started</title>
  <para>Evolution&trade; makes the tasks of storing, organizing, and retrieving your personal information easy, 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 quickly. 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. People who get lots of e-mail will appreciate advanced features like <link linkend="vfolder">search folders</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">Using Evolution: An Overview</link></para>
   </listitem>
  </itemizedlist>

  <section id="usage-mainwindow-starting">
   <title>Starting Evolution for the First Time</title>
   <orderedlist>
    <listitem id="bs4u1a6">
     <para>Start the Evolution client.</para>
     <informaltable>
      <tgroup cols="2">
       <colspec colwidth="1.219*" colname="1" colnum="1"/>
       <colspec colwidth="4.188*" colname="2" colnum="2"/>
       <tbody valign="top">
        <row id="bsptywf">
         <entry colname="1">
          <para>GNOME:</para>
         </entry>
         <entry colname="2">
          <para>Click Programs &gt; Evolution.</para>
         </entry>
        </row>
        <row id="bsptywg">
         <entry colname="1">
          <para>KDE:</para>
         </entry>
         <entry colname="2">
          <para>Click the K menu &gt; Office &gt; More Programs &gt; Evolution.</para>
         </entry>
        </row>
        <row id="bsptywh">
         <entry colname="1">
          <para>Command Line:</para>
         </entry>
         <entry colname="2">
          <para>Enter <command>evolution</command>.</para>
         </entry>
        </row>
       </tbody>
      </tgroup>
     </informaltable>
    </listitem>
   </orderedlist>

   <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 two to five minutes.</para>
    <para>Later on, if you want to change this account, or if you want to create a new one, click Edit &gt; Preferences, 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>
    <para>The First-Run Assistant helps you provide the information Evolution needs to get started.</para>
    <itemizedlist>
     <listitem>
      <para><link linkend="first-step">Defining Your Identity</link></para>
     </listitem>
     <listitem>
      <para><link linkend="second-step">Receiving Mail</link></para>
     </listitem>
     <listitem>
      <para><link linkend="more-mail-options">Receiving Mail Options</link></para>
     </listitem>
     <listitem>
      <para><link linkend="third-step">Sending Mail</link></para>
     </listitem>
     <listitem>
      <para><link linkend="bsti1ty">Account Management</link></para>
     </listitem>
     <listitem>
      <para><link linkend="step-three-b">Time Zone</link></para>
     </listitem>
    </itemizedlist>

    <section id="first-step">
     <title>Defining Your Identity</title>
     <para>The Identity window is the first step in the assistant. </para>
     <mediaobject id="bsj8pww"><imageobject><imagedata format="PNG" fileref="figures/evo_identity_a.png"/></imageobject></mediaobject>
     <para>Here, you enter some basic personal information. You can define multiple identities later by clicking Edit &gt; Preferences, then clicking Mail Accounts.</para>
     <para>When the First-Run Assistant starts, the Welcome page is displayed. Click Forward to proceed to the Identity window.</para>
     <orderedlist>
      <listitem id="bstfhex">
       <para>Type your full name in the Full Name field.</para>
      </listitem>
      <listitem id="bstfipr">
       <para>Type your e-mail address in the E-Mail Address field.</para>
      </listitem>
      <listitem id="bstfj3i">
       <para>(Optional) Select if this account is your default account.</para>
      </listitem>
      <listitem id="bstfjgc">
       <para>(Optional) Type a reply to address in the Reply-To field.</para>
       <para>Use this field if you want replies to e-mails sent to a different address.</para>
      </listitem>
      <listitem id="bstfkcz">
       <para>(Optional) Type your organization name in the Organization field.</para>
       <para>This is the company where you work, or the organization you represent when you send e-mail.</para>
      </listitem>
      <listitem id="bstfl19">
       <para>Click Forward.</para>
      </listitem>
     </orderedlist>
    </section>

    <section id="second-step">
     <title>Receiving Mail</title>
     <para>The Receiving E-mail option lets you determine where you get your e-mail. </para>
     <mediaobject id="bsj8qah"><imageobject><imagedata format="PNG" fileref="figures/evo_receive_setup_a.png"/></imageobject></mediaobject>
     <para>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.</para>
     <orderedlist>
      <listitem id="bstflia">
       <para>Select a server type in the Server Type list.</para>
       <para>The following is a list of server types that are available:</para>
       <formalpara id="bsj74dr">
        <title>Novell GroupWise:</title>
        <para> Select this option if you connect to Novell GroupWise&reg;. Novell GroupWise keeps e-mail, calendar, and contact information on the server. For configuration instructions, see <link linkend="bstfw13">Remote Configuration Options</link>.</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. For configuration instructions, see <link linkend="bstfw13">Remote Configuration Options</link>.</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. For configuration instructions, see <link linkend="bstfw13">Remote Configuration Options</link>.</para>
       </formalpara>
       <formalpara id="bxmebc0">
        <title>IMAP4rev1: </title>
        <para>Keeps the e-mail on your server so you can access your e-mail from multiple systems. For configuration instructions, see <link linkend="bstfw13">Remote Configuration Options</link>.</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. For configuration instructions, see <link linkend="bstfw13">Remote Configuration Options</link>.</para>
       </formalpara>
       <formalpara id="bstgdhu">
        <title>USENET News: </title>
        <para>Connects to the news server and downloads a list of available news digests. For configuration instructions, see <link linkend="bstfw13">Remote Configuration Options</link>.</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 want to leave e-mail in your system&apos;s spool files, choose the Standard Unix Mbox Spool option instead. For configuration instructions, see <link linkend="bstgbqn">Local Configuration Options</link>.</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. For configuration instructions, see <link linkend="bstgbqn">Local Configuration Options</link>.</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. For configuration instructions, see <link linkend="bstgbqn">Local Configuration Options</link>.</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. For configuration instructions, see <link linkend="bstgbqn">Local Configuration Options</link>.</para>
       </formalpara>
       <formalpara id="bsj74dz">
        <title>None:</title>
        <para> Select this if you do not plan to check e-mail with this account. If you select this, there are no configuration options.</para>
       </formalpara>
      </listitem>
     </orderedlist>

     <section id="bstfw13">
      <title>Remote Configuration Options</title>
      <para>If you selected Novell GroupWise, IMAP, POP, or USENET News as your server, you need to specify additional information.</para>
      <orderedlist>
       <listitem id="bstg8f2">
        <para>Type the hostname of your e-mail server in the Hostname field.</para>
        <para>If you don&apos;t know the hostname, contact your administrator.</para>
       </listitem>
       <listitem id="bstg8sr">
        <para>Type your username for the account in the Username field.</para>
       </listitem>
       <listitem id="bstg8yn">
        <para>Select to use a secure (SSL) connection.</para>
        <para>If your server supports secure connections, you should enable this security option. If you are unsure if your server supports a secure connection, contact your system administrator.</para>
       </listitem>
       <listitem id="bstg9rc">
        <para>Select your authentication type in the Authentication list.</para>
        <para>or</para>
        <para>Click Check for Supported Types to have Evolution check for supported types. Some servers do not announce the authentication mechanisms they support, so clicking this button is not a guarantee that available mechanisms actually work.</para>
        <para>If you are unsure what authentication type you need, contact your system administrator.</para>
       </listitem>
       <listitem id="bstgaxb">
        <para>Select if you want Evolution to remember your password.</para>
       </listitem>
       <listitem id="bstgb80">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>(Conditional) If you chose Microsoft Exchange as the server type, provide your username in the Username field and your Outlook Web Access (OWA) URL in the OWA URL field. The URL and the usernames should use the Outlook format. If the mailbox path is different from the username, the OWA path should also include mailbox path, for example http://<varname>server name</varname>/exchange/<varname>mail box path</varname>.</para>
      <para></para>
      <para>When you have finished, continue with <link linkend="more-mail-options">Receiving Mail Options</link>.</para>
     </section>

     <section id="bstgbqn">
      <title>Local Configuration Options</title>
      <para>If you selected Local Delivery, MH-Format Mail Directories, Maildir-Format Mail Directories, or Standard Unix Mbox Spool or Directory, you must specify the path to the local files in the path field. Continue with <link linkend="more-mail-options">Receiving Mail Options</link>.</para>
     </section>
    </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>
     <itemizedlist>
      <listitem>
       <para><link linkend="bsthktw">Novell GroupWise Receiving Options</link></para>
      </listitem>
      <listitem>
       <para><link linkend="bstgjve">Microsoft Exchange Receiving Options</link></para>
      </listitem>
      <listitem>
       <para><link linkend="bstggh0">IMAP and IMAP4rev1 Receiving Options</link></para>
      </listitem>
      <listitem>
       <para><link linkend="bspcfg3">POP Receiving Options</link></para>
      </listitem>
      <listitem>
       <para><link linkend="bsthqql">USENET News Receiving Options</link></para>
      </listitem>
      <listitem>
       <para><link linkend="bsthseo">Local Delivery Receiving Options</link></para>
      </listitem>
      <listitem>
       <para><link linkend="bsthszn">MH-Format Mail Directories Receiving Options</link></para>
      </listitem>
      <listitem>
       <para><link linkend="bsthu34">Maildir-Format Mail Directories Receiving Options</link></para>
      </listitem>
      <listitem>
       <para><link linkend="bsthukq">Standard Unix Mbox Spool or Directory Receiving Options</link></para>
      </listitem>
     </itemizedlist>

     <section id="bsthktw">
      <title>Novell GroupWise Receiving Options</title>
      <para>If you select Novell GroupWise as your receiving server type, you need to specify the following options:</para>
      <mediaobject id="bsu28qf"><imageobject><imagedata format="PNG" fileref="figures/evo_gwreceive_a.png"/></imageobject></mediaobject>
      <orderedlist>
       <listitem id="bv7wblf">
        <para>Select if you want Evolution to automatically check for new mail.</para>
        <para>If you select this option, you need to specify how often Evolution should check for new messages.</para>
       </listitem>
       <listitem id="bsthlfd">
        <para>Select if you want to check for new messages in all folders.</para>
       </listitem>
       <listitem id="bsthlol">
        <para>Select if you want to apply filters to new messages in the Inbox on the server.</para>
        <para>For additional information on filtering, see <link linkend="usage-mail-org-filters-new">Creating New Filter Rules</link>.</para>
       </listitem>
       <listitem id="bsthlvl">
        <para>Select if you want to check new messages for junk content.</para>
        <para>For additional information on junk content, see <link linkend="mail-prefs-junk">Junk Mail Preferences</link>.</para>
       </listitem>
       <listitem id="bsthm9q">
        <para>Select if you want to only check for junk messages in the Inbox folder.</para>
       </listitem>
       <listitem id="bsthmhx">
        <para>Select if you want to automatically synchronize remote mail locally.</para>
       </listitem>
       <listitem id="bsthnab">
        <para>Type your Post Office Agent SOAP port in the Post Office Agent SOAP Port field.</para>
        <para>If you are unsure what your Post Office Agent SOAP port is, contact your system administrator.</para>
       </listitem>
       <listitem id="bstho1w">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>When you have finished, continue with <link linkend="third-step">Sending Mail</link>.</para>
     </section>

     <section id="bstgjve">
      <title>Microsoft Exchange Receiving Options</title>
      <para>If you select Microsoft Exchange as your receiving server type, you need to specify the following options:</para>
      <mediaobject id="bsu2c0q"><imageobject><imagedata format="PNG" fileref="figures/evo_mereceive_a.png"/></imageobject></mediaobject>
      <orderedlist>
       <listitem id="bstgk36">
        <para>Select if you want Evolution to automatically check for new mail.</para>
        <para>If you select this option, you need to specify how often Evolution should check for new messages.</para>
       </listitem>
       <listitem id="bstgkvm">
        <para>Specify the Global Catalog server name in the Global Catalog Server Name field.</para>
        <para>The Global Catalog Server contains the user information for users. If you are unsure what your Global Catalog server name is, contact your system administrator.</para>
       </listitem>
       <listitem id="bstglhn">
        <para>Select if you want to limit the number of Global Address Lists (GAL). </para>
        <para>The GAL contains a list of all e-mail addresses. If you select this option, you need to specify the maximum number of responses.</para>
       </listitem>
       <listitem id="bstgsrp">
        <para>Select if you want to use a password expire warning time period.</para>
        <para>If you select this option, you need to specify how often Evolution should send the password expire message.</para>
       </listitem>
       <listitem id="bv6uqm7">
        <para>Select if you want to automatically synchronize remote mail locally.</para>
       </listitem>
       <listitem id="bstgtoj">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>When you have finished, continue with <link linkend="third-step">Sending Mail</link>.</para>
     </section>

     <section id="bstggh0">
      <title>IMAP and IMAP4rev1 Receiving Options</title>
      <para>If you select IMAP or IMAP4rev1 as your receiving server type, you need to specify the following options:</para>
      <mediaobject id="bsu2dp4"><imageobject><imagedata format="PNG" fileref="figures/evo_imapreceive_a.png"/></imageobject></mediaobject>
      <orderedlist>
       <listitem id="bstggly">
        <para>Select if you want Evolution to automatically check for new mail.</para>
        <para>If you select this option, you need to specify how often Evolution should check for new messages.</para>
       </listitem>
       <listitem id="bstgh57">
        <para>Select if you want Evolution to use custom commands to connect to Evolution.</para>
        <para>If you select this option, specify the custom command you want Evolution to use.</para>
       </listitem>
       <listitem id="bstgi0r">
        <para>Select if you want Evolution to show only subscribed folders.</para>
        <para>Subscribed folders are folders that you have chosen to receive mail from by subscribing to them.</para>
       </listitem>
       <listitem id="bstgi8n">
        <para>Select if you want Evolution to override server-supplied folder namespaces.</para>
        <para>By choosing this option you can rename the folders that the server provides. If you select this option, you need to specify the namespace to use.</para>
       </listitem>
       <listitem id="bstgip8">
        <para>Select if you want to apply filters to new messages in the Inbox.</para>
        <para>For additional information on filtering, see <link linkend="usage-mail-org-filters-new">Creating New Filter Rules</link>.</para>
       </listitem>
       <listitem id="bstgiv6">
        <para>Select if you want to check new messages for junk content.</para>
        <para>For additional information on junk content, see <link linkend="mail-prefs-junk">Junk Mail Preferences</link>.</para>
       </listitem>
       <listitem id="bstgj0g">
        <para>Select if you want to check for junk messages in the Inbox folder.</para>
       </listitem>
       <listitem id="bstgje2">
        <para>Select if you want to automatically synchronize remote mail locally.</para>
       </listitem>
       <listitem id="bstgjlq">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>When you have finished, continue with <link linkend="third-step">Sending Mail</link>.</para>
     </section>

     <section id="bspcfg3">
      <title>POP Receiving Options</title>
      <para>If you select POP as your receiving server type, you need to specify the following options:</para>
      <mediaobject id="bsu2e8x"><imageobject><imagedata format="PNG" fileref="figures/evo_popreceive_a.png"/></imageobject></mediaobject>
      <orderedlist>
       <listitem id="bsthozk">
        <para>Select if you want Evolution to automatically check for new mail.If you select this option, you need to specify how often Evolution should check for new messages.</para>
       </listitem>
       <listitem id="bsthpck">
        <para>Select if you want to leave messages on the server.</para>
       </listitem>
       <listitem id="bsthpn9">
        <para>Select if you want to disable support for all POP3 extensions (support for POP3).</para>
       </listitem>
       <listitem id="bsthpur">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>When you have finished, continue with <link linkend="third-step">Sending Mail</link>.</para>
     </section>

     <section id="bsthqql">
      <title>USENET News Receiving Options</title>
      <para>If you select USENET News as your receiving server type, you need to specify the following options:</para>
      <mediaobject id="bsu2evz"><imageobject><imagedata format="PNG" fileref="figures/evo_usereceive_a.png"/></imageobject></mediaobject>
      <orderedlist>
       <listitem id="bsthqws">
        <para>Select if you want Evolution to automatically check for new mail.If you select this option, you need to specify how often Evolution should check for new messages.</para>
       </listitem>
       <listitem id="bsthr47">
        <para>Select if you want to show folders in short notation.</para>
        <para>For example, comp.os.linux would appear as c.o.linux.</para>
       </listitem>
       <listitem id="bsthr8t">
        <para>Select if you want to show relative folder names in the subscription dialog box.</para>
        <para>If you select to show relative folder names in the subscription page, only the name of the folder is displayed. For example the folder evolution.mail would appear as evolution.</para>
       </listitem>
       <listitem id="bsthrut">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>When you have finished, continue with <link linkend="third-step">Sending Mail</link>.</para>
     </section>

     <section id="bsthseo">
      <title>Local Delivery Receiving Options</title>
      <para>If you select Local Delivery as your receiving server type, you need to specify the following options:</para>
      <orderedlist>
       <listitem id="bsthsnr">
        <para>Select if you want Evolution to automatically check for new mail.If you select this option, you need to specify how often Evolution should check for new messages.</para>
       </listitem>
       <listitem id="bsthsv1">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>When you have finished, continue with <link linkend="third-step">Sending Mail</link>.</para>
     </section>

     <section id="bsthszn">
      <title>MH-Format Mail Directories Receiving Options</title>
      <para>If you select MH-Format Mail Directories as your receiving server type, you need to specify the following options:</para>
      <mediaobject id="bsu2gk6"><imageobject><imagedata format="PNG" fileref="figures/evo_mhreceive_a.png"/></imageobject></mediaobject>
      <orderedlist>
       <listitem id="bsthtg0">
        <para>Select if you want Evolution to automatically check for new mail.If you select this option, you need to specify how often Evolution should check for new messages.</para>
       </listitem>
       <listitem id="bsthth2">
        <para>Select if you want to user the .folders summary file.</para>
       </listitem>
       <listitem id="bsthtwt">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>When you have finished, continue with <link linkend="third-step">Sending Mail</link>.</para>
     </section>

     <section id="bsthu34">
      <title>Maildir-Format Mail Directories Receiving Options</title>
      <para>If you select Maildir-Format Mail Directories as your receiving server type, you need to specify the following options:</para>
      <mediaobject id="bsu2had"><imageobject><imagedata format="PNG" fileref="figures/evo_maildirreceive_a.png"/></imageobject></mediaobject>
      <orderedlist>
       <listitem id="bsthu9o">
        <para>Select if you want Evolution to automatically check for new mail.If you select this option, you need to specify how often Evolution should check for new messages.</para>
       </listitem>
       <listitem id="bsthuah">
        <para>Select if you want to apply filters to new messages in the Inbox.</para>
        <para>For additional information on filtering, see <link linkend="usage-mail-org-filters-new">Creating New Filter Rules</link>.</para>
       </listitem>
       <listitem id="bsthuhd">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>When you have finished, continue with <link linkend="third-step">Sending Mail</link>.</para>
     </section>

     <section id="bsthukq">
      <title>Standard Unix Mbox Spool or Directory Receiving Options</title>
      <para>If you select Standard Unix Mbox Spool or Directory as your receiving server type, you need to specify the following options:</para>
      <mediaobject id="bsu2i12"><imageobject><imagedata format="PNG" fileref="figures/evo_mboxreceive_a.png"/></imageobject></mediaobject>
      <orderedlist>
       <listitem id="bsthuto">
        <para>Select if you want Evolution to automatically check for new mail.If you select this option, you need to specify how often Evolution should check for new messages.</para>
       </listitem>
       <listitem id="bsthuv9">
        <para>Select if you want to apply filters to new messages in the Inbox.</para>
       </listitem>
       <listitem id="bsthv0m">
        <para>Select if you want to store status headers in Elm, Pine, and Mutt formats.</para>
       </listitem>
       <listitem id="bsthv90">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>When you have finished, continue with <link linkend="third-step">Sending Mail</link>.</para>
     </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. </para>
     <mediaobject id="bsj8ujq"><imageobject><imagedata format="PNG" fileref="figures/evo_send_setup_a.png"/></imageobject></mediaobject>
     <orderedlist>
      <listitem id="bsthwcj">
       <para>Select a server type from the Server Type list.</para>
       <para>The following server types are available:</para>
       <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>
       <formalpara id="bsj6zao">
        <title>SMTP:</title>
        <para> Sends mail using an outbound mail server. This is the most common choice for sending mail. If you choose SMTP, there are additional configuration options. See <link linkend="bsthwzo">SMTP Configuration</link> for more information.</para>
       </formalpara>
      </listitem>
     </orderedlist>

     <section id="bsthwzo">
      <title>SMTP Configuration</title>
      <orderedlist>
       <listitem id="bsthxta">
        <para>Type the host address in the Host field.</para>
        <para>If you are unsure what your host address is, contact your system administrator.</para>
       </listitem>
       <listitem id="bsthy6f">
        <para>Select if your server requires authentication.</para>
        <para>If you selected that your server requires authentication, you need to provide the following information:</para>
        <orderedlist>
         <listitem id="bsw0acl">
          <para>Select your authentication type in the Authentication list.</para>
          <para>or</para>
          <para>Click Check for Supported Types to have Evolution check for supported types. 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 id="bsw0aqr">
          <para>Type your username in the Username field.</para>
         </listitem>
         <listitem id="bsw0ato">
          <para>Select if you want Evolution to remember your password.</para>
         </listitem>
        </orderedlist>
       </listitem>
       <listitem id="bsthypm">
        <para>Select if you use a secure connection (SSL).</para>
       </listitem>
       <listitem id="bsti1a0">
        <para>Click Forward.</para>
       </listitem>
      </orderedlist>
      <para>Continue with <link linkend="bsti1ty">Account Management</link>.</para>
     </section>
    </section>

    <section id="bsti1ty">
     <title>Account Management</title>
     <para>Now that you have finished the e-mail configuration process you need to give the account a name. The name can be any name you prefer. Type your account name on the Name field, then click Forward.</para>
     <para>Continue with <link linkend="step-three-b">Time Zone</link>.</para>
    </section>

    <section id="step-three-b">
     <title>Time Zone</title>
     <orderedlist>
      <listitem id="b10fn8ch">
       <para>Select your time zone on the map.</para>
       <para>or</para>
       <para>Select from the time zone drop-down list.</para>
       <mediaobject id="bsj8v15"><imageobject><imagedata format="PNG" fileref="figures/evo_timezone_a.png"/></imageobject></mediaobject>
       
      </listitem>
      <listitem id="b10fn8up">
       <para>Click OK, then click Apply.</para>
       <para>Evolution opens with your new account created.</para>
      </listitem>
     </orderedlist>
     <para>If you want to import e-mail from another e-mail client, continue with <link linkend="fourth-step">Importing Mail</link>. If not, skip to <link linkend="ui-intro">Using Evolution: An Overview</link>.</para>
    </section>

    <section id="fourth-step">
     <title>Importing Mail (Optional)</title>
     <para>After selecting your time zone, 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&z-3rdParty; and versions of Outlook Express after version 4 use proprietary formats that Evolution cannot read or import. To import information, you might want to use the Export tool under Windows&z-3rdParty;. See the instructions in <link linkend="outlook-migration-mail">Migrating Local Outlook Mail Folders</link>.</para>
     <para>Before importing e-mail from Netscape&z-3rdParty;, make sure you have selected File &gt; Compact All Folders. If you don&apos;t, Evolution will import and undelete the messages in your Trash folders.</para>
     <tip>
      <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 iCal for calendar information.</para>
      <para>Contacts files are stored in a database, but can be saved as a standard vCard&z-3rdParty;. To export contact data, open your contacts tool and select the contacts you want to export (press Ctrl+A to select them all). Click File &gt; Save Contact as VCard. </para>
     </tip>
    </section>
   </section>
  </section>

  <section id="ui-intro">
   <title>Using Evolution: An Overview</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>
   <mediaobject id="bsaelj0"><imageobject><imagedata format="PNG" fileref="figures/evo_mail_callout_a.png"/></imageobject></mediaobject>
   <bridgehead id="bt4cke6">Menu Bar</bridgehead>
   <para>The menu bar gives you access to most Evolution features. For additional information, see <link linkend="usage-mainwindow-menubar">The Menu Bar</link>.</para>
   <bridgehead id="bt4cke7">Folder List</bridgehead>
   <para>The folder list gives you a list of the available folders for each account. To see the contents of a folder, click the folder name and the contents are displayed in the e-mail list.</para>
   <bridgehead id="bt4cke8">Toolbar</bridgehead>
   <para>The toolbar gives you fast and easy access to the frequently used features in each component.</para>
   <bridgehead id="bt4cke9">Search Tool</bridgehead>
   <para>The search tool lets you search your e-mail, contacts, calendar, and tasks to easily find what you&apos;re looking for.</para>
   <bridgehead id="bt4ckea">Message List</bridgehead>
   <para>The message list displays a list of e-mail that you have received. To view an e-mail in the preview pane, click the e-mail in the e-mail list.</para>
   <bridgehead id="bt4ckeb">Shortcut Buttons</bridgehead>
   <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>
   <bridgehead id="bt4ckec">Status Bar</bridgehead>
   <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 in the previous figure. The Online/Offline indicator is here, too, in the lower left of the window.</para>
   <bridgehead id="bt4cked">Preview Pane</bridgehead>
   <para>The preview pane displays the contents of the e-mail that is selected in the e-mail list.</para>

   <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&apos;re looking at your Inbox, most of the menu items relate to e-mail. Some content relates to other components of Evolution and some, especially in the File menu, relates 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 is listed in 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. Lets you access the settings and configuration options in the Edit menu.</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="bxmejss">
     <title>Folder: </title>
     <para>Holds actions that can be performed on folders. You can find things like copy, rename, delete, and so on.</para>
    </formalpara>
    <formalpara id="bs7g2jk">
     <title>Message: </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 Message menu.<command></command><command></command></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. You can also create a search folder from a search.</para>
    </formalpara>
    <formalpara id="bs7g3gq">
     <title>Help: </title>
     <para>Opens the Evolution Help files.</para>
    </formalpara>
   </section>

   <section id="usage-mainwindow-shortcutbar">
    <title>The Shortcut Bar</title>
    <para>The most important job for Evolution is to give you access to your information and help you use it quickly. One way it does that is through the shortcut bar, which is 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 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 folder, 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 search folders, which are discussed in <link linkend="usage-mail-organize-vfolders">Using Search Folders</link>. </para>
    <para>If you get large amounts of e-mail, you might want more folders than just your Inbox. You can create multiple calendar, task, or contacts folders. </para>
    <para>To create a new folder:</para>
    <orderedlist>
     <listitem id="bs7fael">
      <para>Click Folder &gt; New.</para>
     </listitem>
     <listitem id="bs7faof">
      <para>Type the name of the folder in the Folder Name field.</para>
     </listitem>
     <listitem id="bs7faud">
      <para>Select the location of the new folder.</para>
     </listitem>
     <listitem id="bspunvq">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>

    <section id="subfolders">
     <title>Folder Management</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="bxmemdh">
      <title>Mark Messages As Read: </title>
      <para>Marks all the messages in the folder as read.</para>
     </formalpara>
     <formalpara id="bs7fcsr">
      <title>New Folder: </title>
      <para>Creates another folder in the same location. </para>
     </formalpara>
     <formalpara id="bs7fcl4">
      <title>Delete: </title>
      <para>Deletes the folder and all its contents. </para>
     </formalpara>
     <formalpara id="bs7fd3u">
      <title>Rename: </title>
      <para>Lets you change the name of the folder. </para>
     </formalpara>
     <formalpara id="bs7fdb9">
      <title>Disable: </title>
      <para>Disables the account.</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="basics-mail">
    <title>E-Mail</title>
    <para>Evolution e-mail is like other e-mail programs in several ways:</para>
    <itemizedlist>
     <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 can sort and organize your e-mail in a wide variety of ways with folders, searches, and filters. </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&apos;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. There&apos;s also the <link linkend="usage-mail-organize-vfolders">search folder</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>
    <mediaobject id="usage-mail-intro-fig"><imageobject><imagedata format="PNG" fileref="figures/evo_mail_a.png"/></imageobject></mediaobject>
    <bridgehead id="bt4ckee">Message List</bridgehead>
    <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>
    <bridgehead id="bt4ckef">Preview Pane</bridgehead>
    <para>This is where your e-mail is displayed.</para>
    <para>If you find the preview 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 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 search folders 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">Sending and Receiving E-Mail</link>.</para>
   </section>

   <section id="basics-calendar">
    <title>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&apos;s a Task list, where you can keep a list of tasks separate from your calendar appointments.</para>
    <mediaobject id="usage-calendar-fig"><imageobject><imagedata format="GIF" fileref="figures/evo_cal_callout_a.gif"/></imageobject></mediaobject>
    <bridgehead id="bt4ckeg">Appointment List</bridgehead>
    <para>The appointment list displays all your scheduled appointments.</para>
    <bridgehead id="bt4ckeh">Month Pane</bridgehead>
    <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>
    <bridgehead id="bt4ckei">Task List</bridgehead>
    <para>Tasks are distinct from appointments because they generally don&apos;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>For more information about the calendar, see <link linkend="usage-calendar">Evolution Calendar</link>.</para>
   </section>

   <section id="basics-contacts">
    <title>The Contacts Tool</title>
    <para>The Evolution contacts tool can handle all of the functions of an address book or phone book. However, it&apos;s easier to update Evolution than it is to change an actual paper book, in part because Evolution can synchronize with Palm OS&z-3rdParty; 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 an e-mail address in Evolution mail to instantly create a contact entry.</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 minicard 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>
    <mediaobject id="usage-contact-fig"><imageobject><imagedata format="PNG" fileref="figures/contacts_mainwindow_a.png"/></imageobject></mediaobject>
    <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>

  <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 entering 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.844*" colname="1" colnum="1"/>
     <colspec colwidth="2.844*" colname="2" colnum="2"/>
     <thead valign="top">
      <row id="bsl8i01">
       <entry colname="1">
        <para>Command</para>
       </entry>
       <entry colname="2">
        <para>Description</para>
       </entry>
      </row>
     </thead>
     <tbody valign="top">
      <row id="bsl8i02">
       <entry colname="1">
        <para>evolution --offline</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>evolution -c mail</para>
       </entry>
       <entry colname="2">
        <para>Starts Evolution in mail mode.</para>
       </entry>
      </row>
      <row id="bsl8i05">
       <entry colname="1">
        <para>evolution -c calendar</para>
       </entry>
       <entry colname="2">
        <para>Starts Evolution in calendar mode.</para>
       </entry>
      </row>
      <row id="bsl8i06">
       <entry colname="1">
        <para>evolution -c contacts</para>
       </entry>
       <entry colname="2">
        <para>Starts Evolution in contacts mode.</para>
       </entry>
      </row>
      <row id="bsl8i07">
       <entry colname="1">
        <para>evolution --force-shutdown</para>
       </entry>
       <entry colname="2">
        <para>Forces every part of Evolution to shut down immediately. </para>
       </entry>
      </row>
      <row id="bsl8i08">
       <entry colname="1">
        <para>evolution &rdquo;%s&rdquo;</para>
       </entry>
       <entry colname="2">
        <para>Makes Evolution your default e-mail handler for your Web browser and in the GNOME&z-3rdParty; Control Center.</para>
       </entry>
      </row>
     </tbody>
    </tgroup>
   </informaltable>
  </section>
 </chapter>

 <chapter id="usage-mail">
  <title>Sending and Receiving E-Mail</title>
  <para>This section, and <link linkend="usage-mail-organize">Organizing Your E-Mail</link>, provide 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 the Mail shortcut button, or press Ctrl+1. 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&apos;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 right square bracket (]) for the next unread message, and the left square 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 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>
    <mediaobject id="bs4aw7h"><imageobject><imagedata format="PNG" fileref="figures/mail-threaded.png"/></imageobject></mediaobject>
    
   </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, press Ctrl+D, or right-click the message, then click Delete. </para>
    <para>When you press Delete or click the Trash button, your mail isn&apos;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 Folder &gt; Expunge or press Ctrl+E.</para>
    <para>Both local and IMAP Trash folders are actually search folders that display all messages you have marked for later deletion. For more information about search folders, see <link linkend="usage-mail-organize-vfolders">Using Search Folders</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>However, this is not 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 press Shift+Ctrl+D, 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 to 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>
    <orderedlist>
     <listitem id="bsen3rq">
      <para>Download your mail in the other application as you would normally.</para>
     </listitem>
     <listitem id="bsen3u8">
      <para>In Evolution, click Edit &gt; Preferences, then click Mail Accounts. Select the account you want to use to share mail and click Edit. Instead of Edit, you might want to create a new account just for this source of mail by clicking New.</para>
     </listitem>
     <listitem 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>
     </listitem>
     <listitem id="bsen3yh">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
    <para>You can only use one mail client at a time. The mail files are locked by the mail program that is currently using them, so the mail files can&apos;t be accessed by any other mail program.</para>
   </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 <link linkend="bse54o0">new e-mail account</link>, 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>When you create a news group account, you are not subscribed to any groups. To subscribe to a news group:</para>
    <orderedlist>
     <listitem id="bsx1euy">
      <para>Click Folder &gt; Subscriptions.</para>
     </listitem>
     <listitem id="bsx1ezk">
      <para>Select your NNTP account, select the groups you want to subscribe to, then click Subscribe.</para>
     </listitem>
     <listitem id="bsx1g1g">
      <para>Click Close.</para>
     </listitem>
    </orderedlist>
   </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 a 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 than as a separate attachment. Attachments are also listed on the top bar of the message. To view the attachments, click the arrow to expand the attachment window. To open an attachment, double-click it. Click the Save All button save all the attachments.</para>

    <section id="usage-mail-getnsend-get-attach-actions">
     <title>Saving or Opening Attachments</title>
     <para>If you get an e-mail message with an attachment, Evolution can help you save the attachment or open it with the appropriate applications.</para>
     <para>Evolution shows a right-arrow icon, the number of attachments, and a Save or Save All button to save all the attachments. Click the right-arrow icon to show the attachment bar.</para>
     <para>To save an attachment to disk:</para>
     <orderedlist>
      <listitem id="bsen45z">
       <para>Click the down-arrow on the attachment icon, or right-click the attachment icon in the attachment bar, then click Save As.</para>
      </listitem>
      <listitem id="bsen4bg">
       <para>Select a location and name for the file.</para>
      </listitem>
      <listitem id="bsen4do">
       <para>Click OK.</para>
      </listitem>
     </orderedlist>
     <para>To open an attachment using another application: </para>
     <orderedlist>
      <listitem id="bsen4ia">
       <para>Click the down-arrow on the attachment icon or right-click the attachment icon in the attachment bar.</para>
      </listitem>
      <listitem id="bsen4kb">
       <para>Select the application to open the attachment.</para>
      </listitem>
      <listitem id="bspur27">
       <para>Click OK.</para>
      </listitem>
     </orderedlist>
     <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, and 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. 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 automatically loading images helps protect your privacy.</para>
     <para>To load the images for one message:</para>
     <orderedlist>
      <listitem id="bsen9jh">
       <para>Click View &gt; Load Images.</para>
      </listitem>
     </orderedlist>
     <para>To set the default action for loading images:</para>
     <orderedlist>
      <listitem id="bsenabn">
       <para>Click Edit &gt; Preferences, then click Mail Preference.</para>
      </listitem>
      <listitem id="bsenajw">
       <para>Click the HTML Mail tab.</para>
      </listitem>
      <listitem 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>
      </listitem>
      <listitem id="bsenb3x">
       <para>Click Close.</para>
      </listitem>
     </orderedlist>
     <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>
     <orderedlist>
      <listitem id="bsenco2">
       <para>Click the menu icon &gt; System &gt; Configuration &gt; Yast.</para>
      </listitem>
      <listitem id="bsendck">
       <para>Click Network Services, then click Proxy.</para>
      </listitem>
      <listitem id="bsendfs">
       <para>Specify your proxy settings (if you don&apos;t know your proxy settings, contact your ISP or system administrator).</para>
      </listitem>
      <listitem id="bsfkfjy">
       <para>Click Finish, then click Close.</para>
      </listitem>
     </orderedlist>
     <para>To set your proxy in GNOME:</para>
     <orderedlist>
      <listitem id="bsfkg0z">
       <para>Click System &gt; Administrative Settings (enter your root password if needed).</para>
      </listitem>
      <listitem id="bsfkyen">
       <para>Click Network Services, then click Proxy.</para>
      </listitem>
      <listitem id="bsfkhdi">
       <para>Specify your proxy settings (if you don&apos;t know your proxy settings, contact your ISP or system administrator).</para>
      </listitem>
      <listitem id="bsfkhio">
       <para>Click Finish, then click Close.</para>
      </listitem>
     </orderedlist>
    </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, by pressing Ctrl+N when in the mailing tool, or by clicking New in the toolbar.</para>
   <mediaobject id="usage-mail-newmsg-fig"><imageobject><imagedata format="PNG" fileref="figures/evo_newmess_a.png"/></imageobject></mediaobject>
   <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>
   <para>This section contains the following topics:</para>
   <itemizedlist>
    <listitem>
     <para><link linkend="usage-mail-getnsend-send-charsets">Unicode, ASCII, and Non-Latin Alphabets</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-send-delay">Sending Composed Messages Later</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-offline">Working Offline</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-send-compose">Attachments</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-send-to-types">Specifying Additional Recipients for E-Mail</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-send-to">Choosing Recipients Quickly</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-send-reply">Replying to E-Mail Messages</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-send-find">Searching and Replacing with the Composer</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-send-html">Enhancing Your E-Mail with HTML</link></para>
    </listitem>
    <listitem>
     <para><link linkend="BJEHCDFA">Mail Send Options</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-fwd">Forwarding Mail</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-mail-getnsend-ettiquette">Tips for E-Mail Courtesy</link></para>
    </listitem>
   </itemizedlist>

   <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 an input method 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 Edit &gt; Preferences, 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 UTF-8 Unicode&z-3rdParty; character set 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 box. 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 get 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 id="b101llnc">
     <title>Automatic Network State Handling</title>
     <para>Evolution automatically understands the network state and acts accordingly. For instance, Evolution switches to offline mode when the network goes down and automatically switches on when the network is up again.   </para>
    </section>
   </section>

   <section id="usage-mail-getnsend-send-compose">
    <title>Attachments</title>
    <para>To attach a file to your e-mail:</para>
    <orderedlist>
     <listitem id="bsfnwxr">
      <para>Click the Attach icon in the composer toolbar.</para>
     </listitem>
     <listitem id="bsfnx41">
      <para>Select the file you want to attach.</para>
     </listitem>
     <listitem id="bsfnx93">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
    <para>You can also drag a file into the composer window. If you want to send it as an inline attachment, right-click the attachment and click Properties, then select Automatic Display of Attachments. </para>
    <para>When you send the message, a copy of the attached file goes with it. Be aware that large attachments can take a long time to send and receive.</para>
   </section>

   <section id="usage-mail-getnsend-send-to-types">
    <title>Specifying Additional 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&apos;t know each other or if privacy is a concern. If your Bcc: field is absent, click View &gt; 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 set up a special Reply-To for an e-mail. To do this:</para>
    <orderedlist>
     <listitem id="bsfnz55">
      <para>Open a compose window.</para>
     </listitem>
     <listitem id="bsfnz7w">
      <para>Open the Reply-To field by clicking View &gt; Reply To.</para>
     </listitem>
     <listitem id="bsfnziz">
      <para>Specify the address you want as the Reply-To address in the new Reply-To field.</para>
     </listitem>
     <listitem id="bsfnzsp">
      <para>Complete the rest of your message. </para>
     </listitem>
     <listitem id="bsfo0mh">
      <para>Click Send.</para>
     </listitem>
    </orderedlist>
   </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 Edit &gt; Preferences, 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&apos;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&apos;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 five 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="1.208*" colname="1" colnum="1"/>
       <colspec colwidth="4.459*" colname="2" colnum="2"/>
       <thead valign="top">
        <row id="bslahtr">
         <entry colname="1">
          <para>Button</para>
         </entry>
         <entry colname="2">
          <para>Description</para>
         </entry>
        </row>
       </thead>
       <tbody valign="top">
        <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 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>Italicizes 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>Strike through A</para>
         </entry>
         <entry colname="2">
          <para>Marks a line through the text.</para>
         </entry>
        </row>
       </tbody>
      </tgroup>
     </informaltable>
     <formalpara id="bsaia7u">
      <title>Alignment: </title>
      <para>Located next to the text style buttons, the three paragraph icons should be familiar to users of most word processing software. The left 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 the message background, then selecting Style Page.</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>
      <orderedlist>
       <listitem id="bsaimfe">
        <para>Select the text you want to link from.</para>
       </listitem>
       <listitem id="bsaimoh">
        <para>Right-click in the text, then click Link.</para>
       </listitem>
       <listitem id="bsaims2">
        <para>Type the URL in the URL field.</para>
       </listitem>
       <listitem id="bsaimvh">
        <para>Click Close.</para>
       </listitem>
      </orderedlist>
     </section>

     <section id="bsait2b">
      <title>Inserting an Image</title>
      <orderedlist>
       <listitem id="bsainv6">
        <para>Click Image.</para>
       </listitem>
       <listitem id="bsaio4q">
        <para>Browse to and select the image file.</para>
       </listitem>
       <listitem id="bsaioah">
        <para>Click OK.</para>
       </listitem>
      </orderedlist>
     </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>
      <orderedlist>
       <listitem id="bsaiotf">
        <para>Click Rule.</para>
       </listitem>
       <listitem id="bsaioxz">
        <para>Select the length, thickness, and alignment.</para>
       </listitem>
       <listitem id="bsaipio">
        <para>Select Shaded if necessary.</para>
       </listitem>
       <listitem id="bsaiplo">
        <para>Click Close.</para>
       </listitem>
      </orderedlist>
     </section>

     <section id="bsait2d">
      <title>Inserting a Table</title>
      <para>You can insert a table into the text: </para>
      <orderedlist>
       <listitem id="bsaiq2x">
        <para>Click Table.</para>
       </listitem>
       <listitem id="bsaiq6r">
        <para>Select the number of rows and columns.</para>
       </listitem>
       <listitem id="bsaiqkl">
        <para>Select the type of layout for the table.</para>
       </listitem>
       <listitem 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>
       </listitem>
       <listitem id="bsaiqs5">
        <para>Click Close.</para>
       </listitem>
      </orderedlist>
     </section>
    </section>
   </section>

   <section id="BJEHCDFA">
    <title>Mail Send Options</title>
    <para>You can set the following options when sending mails in Evolution. </para>
    <formalpara id="b101lleg">
     <title>Read Receipts:</title>
     <para> Evolution allows you to request a receipt for your sent messages to indicate when your message is being viewed by the recipient. Receipts are useful when sending e-mail that is time-sensitive. To request a receipt, click Insert &gt; Request Read Receipt in the composer window.</para>
    </formalpara>
    <formalpara id="b101llei">
     <title>Prioritize Message: </title>
     <para>You can prioritize a message to be sent, so that the recipient sees its relative importance. To prioritize a message, click Insert &gt; Prioritize Message in the composer window. </para>
    </formalpara>
   </section>

   <section id="usage-mail-getnsend-fwd">
    <title>Forwarding Mail</title>
    <para>When you receive an e-mail, 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">inline</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: </para>
    <orderedlist>
     <listitem id="b10fnnjq">
      <para>Click Forward on the toolbar.</para>
      <para>or</para>
      <para>If you prefer to forward the message <link linkend="inline">inline</link> instead of attached, click Message &gt; Forward as &gt; Inline from the menu.</para>
     </listitem>
     <listitem id="b10fnnnk">
      <para>Select an addressee as you would when sending a new message; the subject is already entered, although you can alter it if you want.</para>
     </listitem>
     <listitem id="b10fnop8">
      <para> Add your comments on the message in the composition frame, then click Send.</para>
     </listitem>
    </orderedlist>
    <para>Attachments to a message you are forwarding are forwarded only when you send the original message as an attachment. Inline messages do not forward any attachments.</para>
   </section>

   <section id="usage-mail-getnsend-ettiquette">
    <title>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&apos;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, you have several options:</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 are unable to attend the meeting. The meeting is not entered into your calendar when you click OK, although your response is 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>
   <orderedlist>
    <listitem id="bsmqyfs">
     <para>Select Folder &gt; Subscriptions.</para>
    </listitem>
    <listitem id="bsmqyid">
     <para>If you have accounts on multiple IMAP servers, select the server where you want to manage your subscriptions. </para>
     <para>Evolution displays a list of available files and folders.</para>
    </listitem>
    <listitem id="bsmqyky">
     <para>Select a file or folder by clicking it. </para>
     <para>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>
    </listitem>
    <listitem id="bsmqz9t">
     <para>Click Subscribe to add a folder to the subscribed list.</para>
    </listitem>
    <listitem id="bsmqzlz">
     <para>When you have subscribed to the folders you want, close the window.</para>
    </listitem>
   </orderedlist>
  </section>

  <section id="encryption">
   <title>Encryption</title>
   <para>To protect and encode your e-mail transmissions, Evolution offers two encryption methods:</para>
   <itemizedlist>
    <listitem>
     <para>GPG Encryption</para>
    </listitem>
    <listitem>
     <para>S/MIME Encryption</para>
    </listitem>
   </itemizedlist>
   <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>Evolution does not support older versions of PGP, such as OpenPGP and Inline PGP.</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 needs decrypting only to verify the sender&apos;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 &ldquo;@#$23ui7yr87#@!48970fsd.&rdquo; When the information gets to Rachel, she decrypts it using her private key, and it appears as plain text for her to read.</para>

   <section id="encryption-keygen">
    <title>Making a GPG Encryption Key</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 might vary slightly. You can find out your version number by entering <command>gpg --version</command>.</para>
    <orderedlist>
     <listitem id="bsg2zuv">
      <para>Open a terminal and enter <command>gpg --gen-key</command>.</para>
     </listitem>
     <listitem 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>
     </listitem>
     <listitem id="bsg3011">
      <para>Select a key length, then press Enter. To accept the default, 1024 bits, press Enter.</para>
     </listitem>
     <listitem 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>
     </listitem>
     <listitem id="bsg305l">
      <para>Type your real name, then press Enter.</para>
     </listitem>
     <listitem id="bsg30bg">
      <para>Type your e-mail address, then press Enter.</para>
     </listitem>
     <listitem id="bsg30ec">
      <para>(Optional) Type a comment, then press Enter.</para>
     </listitem>
     <listitem id="bsg30lp">
      <para>Review your selected user ID. If it is correct, press O.</para>
     </listitem>
     <listitem id="bsg317u">
      <para>Type a passphrase, then press Enter.</para>
     </listitem>
     <listitem id="bsg31c5">
      <para>Move your mouse randomly to generate the keys.</para>
     </listitem>
    </orderedlist>
    <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@example.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>
    <orderedlist>
     <listitem id="bsg3379">
      <para>Check your public key ID with gpg --list-keys. It is the string after 1024D on the line beginning with pub. In the example above, it is 32j38dk2.</para>
     </listitem>
     <listitem id="bsg347p">
      <para>Enter the command <command>gpg --send-keys --keyserver wwwkeys.pgp.net <varname>32j38dk2</varname></command>. Substitute your key ID for <varname>32j38dk2</varname>. You need your password to do this.</para>
     </listitem>
    </orderedlist>
    <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 GPG 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 GPG Encryption</title>
    <orderedlist>
     <listitem id="bsg364h">
      <para>Click Edit &gt; Preferences, then click Mail Accounts.</para>
     </listitem>
     <listitem id="bsg368f">
      <para>Select the account you want to use securely, then click Edit.</para>
     </listitem>
     <listitem id="bsg36hg">
      <para>Click the Security tab.</para>
     </listitem>
     <listitem id="bsg36jw">
      <para>Specify your key ID in the PGP/GPG Key ID field.</para>
     </listitem>
     <listitem id="bsg36pj">
      <para>Click OK.</para>
     </listitem>
     <listitem id="bsg36qt">
      <para>Click Close.</para>
     </listitem>
    </orderedlist>
    <para>Evolution requires that you know your key ID. If you don&apos;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="bspya9p">
    <title>Encrypting Messages</title>
    <para>To encrypt a single message:</para>
    <orderedlist>
     <listitem id="bsg2p0a">
      <para>Open a Compose a Message window.</para>
     </listitem>
     <listitem id="bsg2p9i">
      <para>Click Security &gt; PGP Encrypt.</para>
     </listitem>
     <listitem id="bsg2prj">
      <para>Compose your message, then click Send.</para>
     </listitem>
    </orderedlist>
    <para>You can set Evolution to always sign your e-mail messages: </para>
    <orderedlist>
     <listitem id="bsaj12e">
      <para>Click Edit &gt; Preferences, then select Mail Accounts.</para>
     </listitem>
     <listitem id="bsaj1aj">
      <para>Select the mail account to encrypt, then click Edit.</para>
     </listitem>
     <listitem id="bsaj1es">
      <para>Click the Security tab.</para>
     </listitem>
     <listitem id="bsaj1yt">
      <para>Select Always Sign Outgoing Messages When Using This Account.</para>
     </listitem>
     <listitem id="bsaj2e0">
      <para>Click OK.</para>
     </listitem>
     <listitem id="bsaj2et">
      <para>Click Close.</para>
     </listitem>
    </orderedlist>
   </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 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&z-3rdParty; or Thawte&z-3rdParty;. 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&z-3rdParty; 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.</para>

    <section id="bspyee8">
     <title>Adding a Signing Certificate</title>
     <orderedlist>
      <listitem id="bsg2rkq">
       <para>Click Edit &gt; Preferences, then click Certificate.</para>
      </listitem>
      <listitem id="bsg2rra">
       <para>Click Import.</para>
      </listitem>
      <listitem id="bsg2rw3">
       <para>Select the file to import, then click Open.</para>
      </listitem>
      <listitem id="bsg2s8y">
       <para>Click Close.</para>
      </listitem>
     </orderedlist>
     <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>
    </section>

    <section id="bsqbdkv">
     <title>Signing or Encrypting Every Message</title>
     <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>
     <orderedlist>
      <listitem id="bsg2t55">
       <para>Click Edit &gt; Preferences, then select the account to encrypt the messages in.</para>
      </listitem>
      <listitem id="bsg2tam">
       <para>Click Edit, then click Security.</para>
      </listitem>
      <listitem 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>
      </listitem>
      <listitem id="bsg2uuc">
       <para>Select the appropriate options.</para>
      </listitem>
      <listitem id="bsg2vi6">
       <para>Click OK.</para>
      </listitem>
      <listitem id="bsg2uvy">
       <para>Click Close.</para>
      </listitem>
     </orderedlist>
    </section>
   </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&apos;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="b10ac57t">
     <title>Evolution/Mozilla/Outlook CSV/Tab (.csv, .tab): </title>
     <para>CSV or Tab files saved using Evolution, Microsoft Outlook and Mozilla.</para>
    </formalpara>
    <formalpara id="bsawckg">
     <title>Microsoft Outlook Express 4 (.mbx): </title>
     <para>The 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>Berkley Mailbox (.mbox or null extension): </title>
     <para>The e-mail format used by Mozilla, Netscape, Evolution, Eudora&z-3rdParty;, and many other e-mail clients. </para>
    </formalpara>
    <para>To import your old e-mail: </para>
    <orderedlist>
     <listitem id="bsaweb1">
      <para>Click File &gt; Import.</para>
     </listitem>
     <listitem id="bsaweiv">
      <para>Click Forward.</para>
     </listitem>
     <listitem id="bsawely">
      <para>Select Import a Single File, then click Forward.</para>
     </listitem>
     <listitem id="bsawey0">
      <para>Select the file to import, then click Forward.</para>
     </listitem>
     <listitem id="bsawf2t">
      <para>Click Import.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="importing-preferences">
    <title>Importing Multiple Files</title>
    <para>Evolution automates the import process for several applications it can recognize. </para>
    <orderedlist>
     <listitem id="bsawfek">
      <para>Click File &gt; Import.</para>
     </listitem>
     <listitem id="bsawfhu">
      <para>Click Forward.</para>
     </listitem>
     <listitem 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, imports the data from them.</para>
     </listitem>
    </orderedlist>
    <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>
    <orderedlist>
     <listitem 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>
     </listitem>
     <listitem id="bsawh7h">
      <para>Copy the files to the system or partition that Evolution is installed on.</para>
     </listitem>
     <listitem id="bsawhdw">
      <para>Use the Evolution import tool to import the files.</para>
     </listitem>
    </orderedlist>
    <para>For POP mail, filters are applied as messages are downloaded. For IMAP mail, filters are applied to new messages when you open the Inbox folder. On Exchange servers, filters are not applied until you select your Inbox folder and click Message &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>To make sure you don&apos;t forget about a message, you can use the Follow Up feature.</para>
    <orderedlist>
     <listitem id="bsqbrxl">
      <para>Select one or more messages.</para>
     </listitem>
     <listitem id="bsqbs0y">
      <para>Right-click one of the messages.</para>
     </listitem>
     <listitem id="bsqbs6i">
      <para>Click Mark for Follow Up.</para>
      <para> A dialog box opens to allow you to set the type of flag and the due date.</para>
     </listitem>
    </orderedlist>
    <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 &ldquo;Overdue: Call by April 07, 2003, 5:00 PM.&rdquo;</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 search folder that displays all your flagged messages, then clear the flags when you&apos;re done, so the search folder 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 clicking Folder &gt; New, or by right-clicking in 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 the 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 or Sender 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>
   <formalpara id="b10ac746">
    <title>Advanced Search: </title>
    <para>Invokes the advanced search dialog box.</para>
   </formalpara>
   <para>When you&apos;ve typed your search phrase, press Enter or click the Find Now button. Evolution shows 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 search folder instead; see <link linkend="usage-mail-organize-vfolders">Using Search Folders</link> for more detail.</para>
   <para>When you have finished 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. Evolution uses SpamAssassin&z-3rdParty; with trainable Bayesian filters to perform the spam check. 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, 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 can recognize similar messages in the future, and becomes more accurate as time goes on.</para>
   <para>To change your junk mail filtering preferences, click Edit &gt; Preferences, then click Mail Preferences. In the mail preferences tool, click the Junk tab for the following 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. When you select this option, you do not need to do any additional setup to make this work.</para>
   </formalpara>
   <para>For additional junk mail settings, see <link linkend="more-mail-options">Receiving Mail Options</link>.</para>
  </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.</para>

   <section id="usage-mail-org-filters-new">
    <title>Creating New Filter Rules</title>
    <orderedlist>
     <listitem id="bsazapz">
      <para>Click Edit &gt; Message Filters.</para>
     </listitem>
     <listitem id="bsazaxn">
      <para>Click Add.</para>
     </listitem>
     <listitem id="bsazayr">
      <para>Type a name for the filter in the Rule name field.</para>
     </listitem>
     <listitem id="bsazb4y">
      <para>Define the criteria for the filter in the If section.</para>
      <para>For each of the filter criteria, 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@example.com&rdquo; and then restates it as &ldquo;marketing@example.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:</title>
       <para> (For programmers only) 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 end 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 man page for the grep 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 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 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 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 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 for Evolution to play.</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 runs an application.</para>
        </formalpara>
       </listitem>
      </itemizedlist>
     </listitem>
     <listitem id="bsazp1t">
      <para>Click Add Action if you need multiple actions.</para>
     </listitem>
     <listitem id="bsazq81">
      <para>Click OK twice.</para>
     </listitem>
    </orderedlist>
    <para>There is an easy shortcut for fast filter or search folder creation:</para>
    <orderedlist>
     <listitem id="bsh2232">
      <para>Right-click the message in the e-mail list.</para>
     </listitem>
     <listitem 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>
     </listitem>
    </orderedlist>
    <mediaobject id="usage-mail-filter-fig-createrule"><imageobject><imagedata format="PNG" fileref="figures/filter-new-fig.png"/></imageobject></mediaobject>
    <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>
    <orderedlist>
     <listitem id="bsazr7l">
      <para>Click Edit &gt; Message Filters.</para>
     </listitem>
     <listitem id="bsazr9u">
      <para>Select the filter to edit, then click Edit.</para>
     </listitem>
     <listitem id="bsazrhx">
      <para>Make the desired corrections, then click OK twice.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="filters-deleting">
    <title>Deleting Filters</title>
    <orderedlist>
     <listitem id="bsazrrq">
      <para>Click Edit &gt; Message Filters.</para>
     </listitem>
     <listitem id="bsazrvn">
      <para>Select the filter to remove, then click Remove. </para>
     </listitem>
     <listitem id="bsazryx">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </section>
  </section>

  <section id="usage-mail-organize-vfolders">
   <title>Using Search Folders</title>
   <para>If filters aren&apos;t flexible enough, or you find yourself performing the same search again and again, consider a search folder. Search 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, search folders can help you keep things organized.</para>
   <para>A search folder 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 search folder 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 search folder criteria arrive or are deleted, Evolution automatically adjusts the search folder contents. When you delete a message, it is erased from the folder in which it actually exists, as well as any search folders that display it.</para>
   <para>The Unmatched Search Folder is the opposite of other search folders: it displays all messages that do not appear in other search folders.</para>
   <para>If you use remote e-mail storage like IMAP or Microsoft Exchange, and have created search folders to search through them, the Unmatched Search Folder also searches the remote folders. If you do not create any search folders that search remote mail stores, the Unmatched Search Folder does not search in them either.</para>
   <para>As an example of using folders, searches, and search folders, consider the following: To organize his mailbox, Jim sets up a virtual folder for e-mail from his friend and co-worker Anna. He has another search folder 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; search folder. When Anna sends him mail about the user interface for Evolution, he can see the message both in the &ldquo;Anna&rdquo; search folder and in the &ldquo;Internal Evolution Discussion&rdquo; search folder. </para>

   <section id="vfolder-create">
    <title>Creating A Search Folder</title>
    <orderedlist>
     <listitem id="bsazs7h">
      <para>Click Message &gt; Create Rule, then select a search folder based on Subject, Sender, Recipient, or Mailing List.</para>
      <para>or</para>
      <para>Click Search &gt; Create Search Folder From Search.</para>
     </listitem>
     <listitem id="bsazsav">
      <para>Click Add.</para>
      <mediaobject id="usage-mail-vfolder-fig-createrule"><imageobject><imagedata format="PNG" fileref="figures/evo_rule_a.png"/></imageobject></mediaobject>
      
     </listitem>
     <listitem id="bsazsbo">
      <para>Type the name of the search folder in the Rule Name field.</para>
     </listitem>
     <listitem 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:</title>
       <para> (For programmers only) 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 labels with other filters or manually.</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>
     </listitem>
     <listitem id="bsazxjk">
      <para>Select the folders where this search folder will search. Your options are:</para>
      <formalpara id="bsmr7jw">
       <title>Specific Folders Only: </title>
       <para>Uses individual folders for the search folder source.</para>
      </formalpara>
      <formalpara id="bsmr82i">
       <title>With All Local Folders: </title>
       <para>Uses all local folders for the search folder source in addition to individual folders that are selected.</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 search folder to include any messages from that source in addition to individual folders that are selected.</para>
      </formalpara>
      <formalpara id="bsmr8zu">
       <title>With All Local and Active Remote Folders: </title>
       <para>Uses all local and active remote folders for the search folder source in addition to individual folders that are selected.</para>
      </formalpara>
     </listitem>
     <listitem id="bsazxwc">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </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 save time with everyday tasks.</para>
  <itemizedlist>
   <listitem>
    <para><link linkend="usage-contact-cards">Contacts and Cards</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">Contact Management</link>. </para>

  <section id="usage-contact-cards">
   <title>Contacts and Cards</title>
   <para>Contacts are the individuals you have chosen to add to your address book so you can keep track of information about them and send e-mail to them. In Evolution, an individual contact is called a card.</para>

   <section id="bsqchx3">
    <title>The Contact Editor</title>
    <para>If you want to add or change cards, you 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>
    <mediaobject id="usage-contact-editor-fig"><imageobject><imagedata format="PNG" fileref="figures/evo_contacteditor_a.png"/></imageobject></mediaobject>
    <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 calendar and free/busy information.</para>
    </formalpara>
    <formalpara id="bshl7iw">
     <title>Mailing Address: </title>
     <para>Contains the individual&apos;s 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 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. In an open 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&apos;ll use Miguel de Icaza. You&apos;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&apos;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 schedules when creating appointments in the calendar.</para>
    </formalpara>
   </section>
  </section>

  <section id="contact-search">
   <title>Searching for Contacts</title>
   <orderedlist>
    <listitem id="bsb04h7">
     <para>Select your search type in the search bar.</para>
    </listitem>
    <listitem id="bsb04kf">
     <para>Specify your query.</para>
    </listitem>
    <listitem id="bsb04m3">
     <para>Press Enter to begin the search.</para>
    </listitem>
   </orderedlist>
   <para>For a more complex search, select Search Advanced and select criteria that describe your desired contact:</para>
   <orderedlist>
    <listitem id="bsb04xh">
     <para>Name the rule in the Rule Name field.</para>
    </listitem>
    <listitem id="bsb050n">
     <para>Set up your criteria in the If field.</para>
    </listitem>
    <listitem id="bsb0546">
     <para>Click Add Criterion to add additional criteria.</para>
    </listitem>
    <listitem id="bsb05aw">
     <para>Click Search.</para>
    </listitem>
   </orderedlist>
   <para>To show all your contacts, Click Clear in the search bar 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>
   <itemizedlist>
    <listitem>
     <para><link linkend="usage-contact-organize-group">Contacts Groups</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-contact-organize-group-list">Creating a List of Contacts</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-contact-organize-group-category">Grouping with Categories</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bxpr1n6">Selecting Your Default Contact List</link></para>
    </listitem>
    <listitem>
     <para><link linkend="usage-contact-sharing-setup">Configuring Evolution to use LDAP</link></para>
    </listitem>
   </itemizedlist>

   <section id="usage-contact-organize-group">
    <title>Contacts Groups</title>
    <para>The simplest way to organize contacts is to create additional address books. You can create a new one by clicking File &gt; New &gt; Address Book. 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 contacts 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="bsqcii0">
    <title>Importing Contacts</title>
    <para>You can import contacts from other contact management tools with the Import tool.</para>
    <orderedlist>
     <listitem id="bsqciqk">
      <para>Click File &gt; Import.</para>
      <para>or</para>
      <para>Mail yourself a contact as vCard attachment. </para>
      <para>Currently VCF and LDIF are supported. CSV and TAB format files are supported from Microsoft Outlook, Thunderbird, Mozilla, and Evolution.</para>
     </listitem>
    </orderedlist>
   </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>
    <orderedlist>
     <listitem id="bshlf6r">
      <para>Open the list creation dialog box by clicking the New List button.</para>
      <para>or</para>
      <para>Click File &gt; New &gt; Contact List.</para>
     </listitem>
     <listitem id="bshlfal">
      <para>Specify a name for the list.</para>
     </listitem>
     <listitem id="bshlfcp">
      <para>Specify the names or e-mail addresses of contacts.</para>
      <para>or</para>
      <para>Drag contacts from the main window into the list.</para>
     </listitem>
     <listitem id="bshlfem">
      <para>Choose whether you want to hide the e-mail addresses when you send a message to the list. </para>
      <para>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 Additional Recipients for E-Mail</link>.</para>
     </listitem>
     <listitem id="bshlfgv">
      <para>When you are finished, click OK. </para>
     </listitem>
    </orderedlist>
    <para>The list appears as a contact card, which you can use as you would any other card, including 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 addresses the message to the entire list when you send the message. You can also right-click the list&apos;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 select as many or as few categories as you like.</para>
    <para>If the master list of categories doesn&apos;t suit you, you can add your own categories. Just specify the new category&apos;s name in the dialog box, then click Categories and select Edit Master Category List in the window that appears. </para>
   </section>

   <section id="bxpr1n6">
    <title>Selecting Your Default Contact List</title>
    <para>You can select one of your contact lists as your default contact list. To select your default contact list, right-click the contact list to be your default contact list, then click default. All new contacts are then added to your default contact list or to your selected contact list. </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 LDAP directory to your available contact folders, see <link linkend="config-prefs-contact">Contact Management</link>. Remote groups of contacts appear under the On LDAP Servers item in the shortcut bar. They work like a local folder of contact 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>
     <para>You can also mark the network folder for offline usage. To mark the folder, right-click the folder, then click Properties. Select Copy Folder Content Locally for Offline Operation.</para>
    </listitem>
    <listitem>
     <para>To prevent excess network traffic, Evolution does not normally load data from the LDAP server upon opening. </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">Contact Management</link>.</para>
   </section>
  </section>

  <section id="contact-automation-basic">
   <title>Send Me a Card: Adding New Cards Quickly</title>
   <para>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. If the sender already exists, the Editor tab opens and you can edit the detail. Evolution can also add cards from a hand-held device during HotSync&z-3rdParty; 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&trade; 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="CHDJAEFJ">Searching for Calendar Items</link></para>
   </listitem>
   <listitem>
    <para><link linkend="CHDFEJGG">Printing Displayed Items</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bshm4dy">Deleting Old Appointments and Meetings</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bxqatxt">Delegating Meetings</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-calendar-multiple">Multiple Calendars, Web Calendars, and CalDAV</link></para>
   </listitem>
   <listitem>
    <para><link linkend="usage-calendar-todo">The Task List</link></para>
   </listitem>
   <listitem>
    <para><link linkend="b1012vdd">Memos</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, 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.</para>
   <para>Appointments for each calendar appear as a different color.</para>
   <para>The toolbar offers you five 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>
    <listitem>
     <para>List</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 events you can schedule with Evolution: appointments and meetings. An appointment is an event you schedule for yourself only, and a meeting is an event that you schedule multiple people for. You can also use the busy/free search for meetings to determine the availability of invitees.</para>
   <itemizedlist>
    <listitem>
     <para><link linkend="usage-calendar-apts-basic">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"> <br />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="publishing-freebusy">Publishing Calendar and Free/Busy Information 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>Appointments</title>
    <para>In Evolution, an appointment is an event you schedule for yourself. </para>
    <itemizedlist>
     <listitem>
      <para><link linkend="bxmtdx4">Creating Appointments</link></para>
     </listitem>
     <listitem>
      <para><link linkend="bshly4v">Reminders</link></para>
     </listitem>
     <listitem>
      <para><link linkend="bxmtbjb">Classifications</link></para>
     </listitem>
     <listitem>
      <para><link linkend="bxmtcp3">Recurrence</link></para>
     </listitem>
    </itemizedlist>

    <section id="bxmtdx4">
     <title>Creating Appointments</title>
     <orderedlist>
      <listitem id="bshlods">
       <para>Click File &gt; New &gt; 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>
      </listitem>
      <listitem id="b10fnwj2">
       <para>Select a calendar in the Calendar drop-down list. Type a brief summary of the appointment in the Summary field.</para>
      </listitem>
      <listitem id="b10fnwru">
       <para>Type a location for the appointment in the Location field.</para>
      </listitem>
      <listitem id="b10fnwwl">
       <para>To select this appointment as an all day event, click Options &gt; All Day Event.</para>
       <para>or</para>
       <para>Click the All Day Event button on the toolbar.</para>
      </listitem>
      <listitem id="b10fnxet">
       <para>If the event is an all day event, specify a starting and ending date.</para>
      </listitem>
      <listitem id="b10fnxkk">
       <para>If the event is not an all day event, specify a starting and ending time.</para>
      </listitem>
      <listitem id="b10fnxtn">
       <para>Select For to specify the duration.</para>
       <para>or</para>
       <para>Select Until to specify the ending time of the event.</para>
      </listitem>
      <listitem id="b10fny4e">
       <para>Type the time zone information in the Time Zone field.</para>
       <para>or</para>
       <para>Click the globe to customize the time zone.</para>
       <para>To hide or show the Time Zone field, click View &gt; Time Zone.</para>
      </listitem>
      <listitem id="b10fnyrt">
       <para>To show the time as busy, click Options &gt; Show Time as Busy.</para>
      </listitem>
      <listitem id="b10fnz0t">
       <para>(Optional) Type a category in the Categories field. To show or hide the Categories field, click View &gt; Categories.</para>
       <para>For more information on categories, see <link linkend="bxmtbjb">Classifications</link>.</para>
      </listitem>
      <listitem id="b10fo1zg">
       <para>Type a description in the Description field.</para>
      </listitem>
      <listitem id="b10fo251">
       <para>To select an alarm for this appointment, click Alarm on the toolbar.</para>
       <para>If you select an alarm, specify when and how you want the alarm to notify. For more information on reminders, see <link linkend="bshly4v">Reminders</link>.</para>
      </listitem>
      <listitem id="b10fo3gm">
       <para>(Optional) To add an attachment to the appointment, drag and drop the attachment into the attachment bar. </para>
       <para>or</para>
       <para>Click the Attach button on the toolbar, or click Insert &gt; Attachment and then browse to the attachment.</para>
      </listitem>
      <listitem id="b10fo4ao">
       <para>(Optional) Select a classification (Public, Private, or Confidential) by clicking &gt; Options &gt; Classifications.</para>
      </listitem>
      <listitem id="b10fo4rj">
       <para>(Optional) Click the Recurrence button on the toolbar.</para>
       <para>or</para>
       <para>Click Options &gt; Recurrence, and specify whether you want the appointment to recur and how often.</para>
      </listitem>
     </orderedlist>
     <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 display 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>

    <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>
     <itemizedlist>
      <listitem>
       <formalpara id="bsb097g">
        <title>Display: </title>
        <para>A notification pops up on your screen to remind you of your appointment. </para>
       </formalpara>
      </listitem>
      <listitem>
       <formalpara id="bsb09dl">
        <title>Audio: </title>
        <para>Your computer delivers a sound alarm. </para>
       </formalpara>
      </listitem>
      <listitem>
       <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>
      </listitem>
     </itemizedlist>
     <para>Apart from the above notifications, the Evolution alarm icon blinks in the notification area. To pause the alarm or view the event, click the notification icon.</para>
     <para>To create a reminder:</para>
     <orderedlist>
      <listitem id="bxmtait">
       <para>When creating an appointment, click Alarms on the toolbar, or click Options &gt; Alarms.</para>
      </listitem>
      <listitem id="bzz2wmd">
       <para>Select the alarm for the event.</para>
      </listitem>
      <listitem id="bzz2xh4">
       <para>Select Customize to add or remove customized alarms for the event.</para>
      </listitem>
     </orderedlist>
     <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>
    </section>

    <section id="bxmtbjb">
     <title>Classifications</title>
     <para>If you are using a calendar on a Novell GroupWise&reg; or Microsoft 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 Novell GroupWise or Microsoft 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. </para>
     <orderedlist>
      <listitem id="bzxwtyr">
       <para>Type a category in the Categories field. </para>
      </listitem>
      <listitem id="bsqcyli">
       <para>Select the check box next to each category that matches the appointment you are creating.</para>
      </listitem>
      <listitem id="bzy02er">
       <para>To show or hide Categories field, click View &gt; Categories.</para>
      </listitem>
     </orderedlist>
     <tip>
      <para>You can add a new category to your category list by clicking Edit Master Category List, then click 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>
    </section>

    <section id="bxmtcp3">
     <title>Recurrence</title>
     <para>The Recurrence tool button 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 it and typing. You can change other settings by right-clicking 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>In Evolution, a meeting is an event you schedule for multiple people. 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 meeting listing, each attendee is sent an e-mail with the meeting 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 the event, right-click the meeting and select 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>
    <orderedlist>
     <listitem id="bsb0agm">
      <para>Click File &gt; New &gt; Meeting.</para>
     </listitem>
     <listitem id="bsb0ao0">
      <para>If you have multiple e-mail accounts, select the one to use by selecting an item in the Organizer field.</para>
     </listitem>
     <listitem id="b10fof8d">
      <para>Select a calendar in the Calendar drop-down list.</para>
     </listitem>
     <listitem id="b10fofba">
      <para>Click Add to add the e-mail addresses of people you want to invite.</para>
     </listitem>
     <listitem id="b10fofdk">
      <para>To remove an attendee from the list, select an attendee and press Delete.</para>
     </listitem>
     <listitem id="b10fofpb">
      <para>To edit a field, select the field and click Edit.</para>
     </listitem>
     <listitem id="b10fofs8">
      <para>Click View on the menu bar to show or hide the Type, Role, Status, and RSVP fields.</para>
     </listitem>
     <listitem id="b10fofv1">
      <para>Type a brief summary of the meeting in the Summary field.</para>
     </listitem>
     <listitem id="b10fofxb">
      <para>Type a location for the meeting in the Location field.</para>
     </listitem>
     <listitem id="b10fofz9">
      <para>To select this meeting as an all day event, click the All Day Event button on the toolbar.</para>
     </listitem>
     <listitem id="b10fog24">
      <para>If the event is an all day event, specify a starting date and an ending date.</para>
     </listitem>
     <listitem id="b10fog42">
      <para>If the event is not an all day event, specify a starting time and an ending time.</para>
     </listitem>
     <listitem id="bzxwvrs">
      <para>Select For to specify the duration or select Until to specify the ending time of the event.</para>
     </listitem>
     <listitem id="bzxys1w">
      <para>Type the time zone information in the Time Zone field.</para>
      <para>or</para>
      <para>Click the globe to customize the time zone.</para>
      <para>To hide or show the Time Zone field, click View &gt; Time Zone.</para>
     </listitem>
     <listitem id="b10foc50">
      <para>(Optional) To set an alarm for this meeting, click Alarms on the toolbar, then specify when and how you want to the alarm to notify you.</para>
      <para>For more information on reminders, see <link linkend="bshly4v">Reminders</link>.</para>
     </listitem>
     <listitem id="b10fof8e">
      <para>(Optional) To add an attachment to the appointment, drag and drop the attachment into the attachment bar. </para>
      <para>or</para>
      <para>Click the Attach button on the toolbar, or click Insert &gt; Attachment and then browse to the attachment.</para>
     </listitem>
     <listitem id="b10fof8f">
      <para>(Optional) Select a classification (Public, Private, or Confidential) by clicking &gt; Options &gt; Classifications.</para>
     </listitem>
     <listitem id="b10fof8g">
      <para>(Optional) Click the Recurrence button on the toolbar.</para>
      <para>or</para>
      <para>Click Options &gt; Recurrence, and specify whether you want the appointment to recur and how often.</para>
     </listitem>
     <listitem id="bzy03l6">
      <para>To query free/busy information for the attendees, click the Free/Busy button on the toolbar.</para>
      <para>or</para>
      <para>Click Options &gt; Free/Busy.</para>
     </listitem>
     <listitem id="bzy03nn">
      <para>Click Save to save the meeting.</para>
     </listitem>
    </orderedlist>
    <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 if you are not the original organizer, you can create confusion in the scheduling process. If you want to invite additional people to a meeting without changing the organizer, it&apos;s best to forward the first organizer&apos;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 to send an e-mail to the organizer with your answer. The event is also 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 Microsoft Exchange and Novell 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>
    <orderedlist>
     <listitem id="bsbzmp5">
      <para>Click File &gt; New &gt; Meeting.</para>
     </listitem>
     <listitem id="b10foig5">
      <para>Click Add to add the e-mail addresses of people you want to invite.</para>
     </listitem>
     <listitem id="bsb0c7x">
      <para>Click the Free/Busy button on the toolbar, or click Options &gt; Free/Busy.</para>
      <mediaobject id="bs4aw7i"><imageobject><imagedata format="PNG" fileref="figures/free-busy.png"/></imageobject></mediaobject>
      
     </listitem>
     <listitem id="b10fogwo">
      <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>
     </listitem>
    </orderedlist>
    <formalpara id="bsb0cyw">
     <title>Attendee List: </title>
     <para>The Attendee List shows the people who have been invited to the appointment.</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 have visible scheduling information only if they use the same Novell GroupWise or Microsoft 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="publishing-freebusy">
     <title>Publishing Calendar and Free/Busy Information Without a Groupware Server</title>
     <para>You can publish Calendar and Free/Busy information to a WebDAV,  FTP server, or remote machine through secure shell 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 Calendar or Free/Busy publishing:</para>
     <orderedlist>
      <listitem id="bxpfdeu">
       <para>Click Edit &gt; Preferences, then click Calendar and Tasks.</para>
      </listitem>
      <listitem id="bxpfdk4">
       <para>Click the Calendar Publishing tab, click Add, then select the information you want to publish.</para>
      </listitem>
      <listitem id="bxpfdr3">
       <para>Select the frequency with which you want to upload data.</para>
      </listitem>
      <listitem id="bxpfe22">
       <para>Select the calendars you want to display data for.</para>
      </listitem>
      <listitem id="b10159gy">
       <para>Specify the publishing location for the upload server. </para>
      </listitem>
      <listitem id="b1015cuo">
       <para>Type your username and password.</para>
      </listitem>
      <listitem id="bxpfea9">
       <para>Click OK.</para>
      </listitem>
     </orderedlist>
     <para>To immediately publish calendar information, go to the Calendar tool and click Actions &gt; Publish Calendar Information.</para>
     <note>
      <para>Evolution allows you to specify a template to use when posting to the Free/Busy server.</para>
     </note>
    </section>

    <section id="accessing-freebusy-offserver">
     <title>Accessing Free/Busy Data Without a Groupware Server</title>
     <para>If individuals give 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 displays it in the Free/Busy data.</para>
    </section>
   </section>
  </section>

  <section id="CHDJAEFJ">
   <title>Searching for Calendar Items</title>
   <para>To start searching for various calendar items:</para>
   <orderedlist>
    <listitem id="b10fojuy">
     <para>Type a word or phrase in the text area below the toolbar.</para>
    </listitem>
    <listitem id="b10fok2t">
     <para>Chose a search type (Summary Contains, Description Contains, Category Contains, Location Contains, and Any Field Contains)</para>
    </listitem>
    <listitem id="b10fokf5">
     <para>Click Find Now to perform the search.</para>
    </listitem>
    <listitem id="b10fokji">
     <para>Press the Clear button to clear the active search.</para>
    </listitem>
   </orderedlist>
  </section>

  <section id="CHDFEJGG">
   <title>Printing Displayed Items</title>
   <para>To print the displayed calendar items, click File &gt; Print.</para>
  </section>

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

  <section id="bxqatxt">
   <title>Delegating Meetings</title>
   <para>Only attendees of a meeting can delegate a meeting.</para>
   <orderedlist>
    <listitem id="bxqatxu">
     <para>In the Calendar, right-click the meeting you want to delegate.</para>
    </listitem>
    <listitem id="bxqatxv">
     <para>Click Delegate.</para>
    </listitem>
    <listitem id="bxqe3l9">
     <para>Select the contacts you want to delegate the meeting to.</para>
    </listitem>
    <listitem id="bxqatxw">
     <para>Click OK.</para>
    </listitem>
   </orderedlist>
   <para>Each contact receives a copy of the meeting.</para>
  </section>

  <section id="usage-calendar-multiple">
   <title>Multiple Calendars, Web Calendars, and CalDAV</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, specify 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 Web site</ulink> has an extensive list of shared online calendars, including national and religious holidays, phases of the moon, sports, and local and regional events.</para>
   <para>Evolution 2.6 lets you view and manage calendars on remote CalDAV servers such as Hula&reg;. For more information about Hula, see the <ulink url="http://www.hula-project.org">Hula Project Web site</ulink>. The procedure to create a CalDAV calendar source is similar to that of a remote Web calendar source. You can view and create calendar events on CalDav accounts just like other calendars on Evolution.</para>
  </section>

  <section id="usage-calendar-todo">
   <title>The Task List</title>
   <para>The Task List, 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>Task Lists are more easily organized in the dedicated Tasks tool. Each task list is assigned a color, and you can use the Tasks tool shortcut bar to hide and show task lists just like calendars. In the calendar display task pad, tasks from all visible task lists appear, color coded by list. </para>
   <itemizedlist>
    <listitem>
     <para><link linkend="CHDEGEBJ">Creating a New Task List</link></para>
    </listitem>
    <listitem>
     <para><link linkend="task-folders">Creating a New Task</link></para>
    </listitem>
    <listitem>
     <para><link linkend="b1012vcx">Assigned Tasks</link></para>
    </listitem>
   </itemizedlist>

   <section id="CHDEGEBJ">
    <title>Creating a New Task List</title>
    <orderedlist>
     <listitem id="b1047d8t">
      <para>Click File &gt; New &gt; Task List.</para>
     </listitem>
     <listitem id="b1047d8u">
      <para>Specify the name and color for the task list.</para>
     </listitem>
     <listitem id="b1047d8v">
      <para>(Optional) If the task is an online list, specify the URL of the task list.</para>
     </listitem>
     <listitem id="b1047d8w">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
    <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 clicking Delete.The list of tasks is sorted in a similar way to the list of e-mail messages in Evolution Mail. Click once on a message header to change the direction and type of sorting, or right-click to add or remove columns from the display.</para>
   </section>

   <section id="task-folders">
    <title>Creating a New Task</title>
    <orderedlist>
     <listitem id="b10155hr">
      <para>Click New &gt; Task.</para>
     </listitem>
     <listitem id="b10155hs">
      <para>Select a group for the task.</para>
     </listitem>
     <listitem id="b10155ht">
      <para>Type a brief summary for the task in the Summary field.</para>
     </listitem>
     <listitem id="b10155hu">
      <para>(Optional) Specify a starting date and ending date for the task</para>
     </listitem>
     <listitem id="b10155hv">
      <para>(Optional) Specify a starting time and ending time for the task</para>
     </listitem>
     <listitem id="b10fqh6l">
      <para>Type the time zone information in the Time Zone field.</para>
      <para>or</para>
      <para>Click the globe to customize the time zone.</para>
      <para>To hide or show the Time Zone field, click View &gt; Time Zone.</para>
     </listitem>
     <listitem id="b10155hx">
      <para>(Optional) Type a category in the Categories field. </para>
      <para>To show or hide the Categories field, click View &gt; Categories.</para>
     </listitem>
     <listitem id="b10155hy">
      <para>Type a description for the task.</para>
     </listitem>
     <listitem id="b10155hz">
      <para>(Optional) Click Options &gt; Classifications, then select a classification (as Public, Private or Confidential) for the task.</para>
     </listitem>
     <listitem id="b10155i0">
      <para>(Optional) To specify a status for the task, click Options &gt; Status Details.</para>
     </listitem>
     <listitem id="b10fqh6m">
      <para>(Optional) To add an attachment to the task, drag and drop the attachment into the attachment bar. </para>
      <para>or</para>
      <para>Click the Attach button on the toolbar, then browse to the attachment.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="b1012vcx">
    <title>Assigned Tasks</title>
    <para>Evolution can be used to assign a task to multiple people.</para>
    <para>When you assign a task, you can specify the attendees in several categories, such as &ldquo;chair&rdquo; or &ldquo;required.&rdquo; When you save the task, each attendee is sent an e-mail with the task information, which also gives them the option to respond.</para>
    <para>To assign a new task:</para>
    <orderedlist>
     <listitem id="b1012vcy">
      <para>Click File &gt; New &gt; Assigned Task.</para>
     </listitem>
     <listitem id="b1012vcz">
      <para>If you have multiple e-mail accounts, select the one to use by selecting an item in the Organizer field.</para>
     </listitem>
     <listitem id="b1012vd0">
      <para>Select a group for the task.</para>
     </listitem>
     <listitem id="b1012vd1">
      <para>Click Add, or press Insert key, or right click and then press Add to add the e-mail addresses of people you want to assign the task.To remove an attendee from the list, select an attendee, then press Delete.To edit a field, select the field, then click Edit.Click View on the menu bar to show or hide the Type, Role, Status, and RSVP fields.</para>
     </listitem>
     <listitem id="b1012vd2">
      <para>Type a brief summary of the task in the Summary field. </para>
     </listitem>
     <listitem id="b1012vd3">
      <para>(Optional) Specify a starting date and time, and a due date and time for the task.</para>
     </listitem>
     <listitem id="b10fqh6n">
      <para>Type the time zone information in the Time Zone field.</para>
      <para>or</para>
      <para>Click the globe to customize the time zone.</para>
      <para>To hide or show the Time Zone field, click View &gt; Time Zone.</para>
     </listitem>
     <listitem id="b1012vd6">
      <para>(Optional) Type a category in the Categories field. </para>
      <para>To show or hide Categories field, click View &gt; Categories.</para>
     </listitem>
     <listitem id="b1012vd7">
      <para>Type a description for the task.</para>
     </listitem>
     <listitem id="b10fqh6o">
      <para>(Optional) To add an attachment to the assigned task, drag and drop the attachment into the attachment bar. </para>
      <para>or</para>
      <para>Click the Attach button on the toolbar, then browse to the attachment.</para>
     </listitem>
     <listitem id="b10fqh6p">
      <para>(Optional) Click Options &gt; Classifications, then select a classification (as Public, Private or Confidential) for the task.</para>
     </listitem>
     <listitem id="b1012vda">
      <para>(Optional) To specify a status for the task, click Options &gt; Status Details.</para>
     </listitem>
    </orderedlist>
   </section>
  </section>

  <section id="b1012vdd">
   <title>Memos</title>
   <para>In Evolution, the Memos component lets you create, edit, and store journal entries without dates, using the filesystem as a backend.</para>
   <para>To create a new memo entry:</para>
   <orderedlist>
    <listitem id="b1012vde">
     <para>Click File &gt; New &gt; Memo. </para>
    </listitem>
    <listitem id="b1012vdf">
     <para>Select a group in which you would create a memo entry.</para>
    </listitem>
    <listitem id="b1012vdg">
     <para>(Optional) Type a category in the Categories field. </para>
     <para>To show or hide Categories field, click View &gt; Categories.</para>
    </listitem>
    <listitem id="b1012vdh">
     <para>Type text for the memo in the Memo Content field.</para>
    </listitem>
    <listitem id="b10fqh6q">
     <para>(Optional) To add an attachment to the memo, drag and drop the attachment into the attachment bar. </para>
     <para>or</para>
     <para>Click the Attach button on the toolbar, then browse to the attachment.</para>
    </listitem>
    <listitem id="b10fqh6r">
     <para>(Optional) Click Options &gt; Classifications, then select a classification (as Public, Private or Confidential) for the memo.</para>
    </listitem>
   </orderedlist>

   <section id="b1012vdk">
    <title>The Memo list</title>
    <para>As with calendars and tasks, you can create multiple memo lists. Each memo list is assigned a color, and you can use the Memos shortcut bar to hide and show memos.</para>
    <para>To create a new memo list: </para>
    <orderedlist>
     <listitem id="b1012vdl">
      <para>Click File &gt; New &gt; Memo List.</para>
     </listitem>
     <listitem id="b1012vdm">
      <para>Type the group, name and color for the memo list.</para>
     </listitem>
     <listitem id="b1012vdo">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </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, you might need to configure your time zone.</para>
   <orderedlist>
    <listitem id="bsb07m1">
     <para>Click Edit &gt; Preferences, then click Calendar and Tasks.</para>
    </listitem>
    <listitem 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>
    </listitem>
    <listitem id="bsb08u5">
     <para>Select a city, then click OK.</para>
    </listitem>
   </orderedlist>
   <para>You can also configure time zone information specific to each appointment. To do that, simply create a new appointment and click the 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 your schedules are coordinated. Setting time zones on a per-appointment basis helps avoid that potential confusion.</para>
  </section>

  <section id="bxqaqja">
   <title>Marcus Bains Line</title>
   <para>The Marcus Bains Line is a marker to show the current date and time. This feature is now available in the Evolution 2.6 calendar.</para>
  </section>
 </chapter>

 <chapter id="usage-exchange">
  <title>Connecting to Exchange Servers</title>
  <para>Evolution&trade; Exchange for Microsoft Exchange allows Evolution clients to access accounts on Microsoft Exchange 2000 and 2003 servers. Like Evolution, it is free software and is licensed under the GPL. </para>
  <itemizedlist>
   <listitem>
    <para><link linkend="features">Evolution Exchange Features</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">Settings Exclusive to Evolution Exchange</link></para>
   </listitem>
   <listitem>
    <para><link linkend="full-advantage">Scheduling Appointments with Free/Busy</link></para>
   </listitem>
  </itemizedlist>
  <important>
   <para>Evolution Exchange 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 a license.</para>
  </important>

  <section id="features">
   <title>Evolution Exchange Features</title>
   <para>Evolution Exchange supports the following basic Microsoft Exchange features: </para>
   <itemizedlist>
    <listitem>
     <para>General </para>
     <itemizedlist>
      <listitem>
       <formalpara id="b10fqhlv">
        <title>Remote Exchange Information Store: </title>
        <para>Allows you to access mail, address book (including the Global Address List folder), calendars, and task folders on an Exchange server from Evolution.</para>
       </formalpara>
      </listitem>
      <listitem>
       <formalpara id="b10fqhyb">
        <title>Palm Synchronization: </title>
        <para>Supported for Contacts and Calendars on Exchange.</para>
       </formalpara>
      </listitem>
      <listitem>
       <formalpara id="b10fqi3n">
        <title>Password Management: </title>
        <para>To change your password, go to Edit &gt; Preferences and select the Exchange account. Click the Exchange Settings tab, then click Change Password. If your password has expired, Evolution asks you to change your password at startup.</para>
       </formalpara>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Mail </para>
     <itemizedlist>
      <listitem>
       <formalpara id="b10fqio8">
        <title>Viewing Mail in Exchange Folders: </title>
        <para>Mail stored on the Exchange server is visible in the Mail component in Evolution. </para>
       </formalpara>
      </listitem>
      <listitem>
       <formalpara id="b10fqiuh">
        <title>Sending E-mail via Exchange Protocols: </title>
        <para>If you 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 might be &ldquo;yourname@exchange-server.example.com&rdquo; rather than &ldquo;yourname@example.com&rdquo;.</para>
       </formalpara>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Calendar </para>
     <itemizedlist>
      <listitem>
       <formalpara id="b10fqjl1">
        <title>Meeting Requests/Proposal: </title>
        <para>Allows Evolution users to schedule meetings and view attendee availability for other users (Evolution or Outlook users) on Exchange.</para>
       </formalpara>
      </listitem>
      <listitem>
       <formalpara id="b10fqjsl">
        <title>Adding iCalendar Meeting Requests to the Calendar: </title>
        <para>If you receive an iCalendar meeting request and add it to your calendar, it is saved to your Exchange calendar.</para>
       </formalpara>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Contacts</para>
     <itemizedlist>
      <listitem>
       <formalpara id="b10fqjzj">
        <title>Address Completion: </title>
        <para>Supported for your Exchange Contacts folder. </para>
       </formalpara>
      </listitem>
      <listitem>
       <formalpara id="b10fqk4l">
        <title>Adding vCards to the Address Book: </title>
        <para>If you receive a vCard attachment and click Save in Address Book, it is saved to your Exchange address book. New Address Book entries can be created on Exchange from received e-mail messages with a single click</para>
       </formalpara>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Work Offline (disconnected mode). </para>
     <para>To mark a folder for offline usage, right-click the folder, then click Properties. Click Copy Folder Content Locally for Offline Operation. For more information, see &ldquo;Working Offline&rdquo; on page 38.</para>
    </listitem>
   </itemizedlist>
   <itemizedlist>
    <listitem>
     <para>The Recall Message function is not available.</para>
    </listitem>
   </itemizedlist>
  </section>

  <section id="exchange-configure">
   <title>Adding Your Exchange Account to Evolution</title>
   <para>After you have installed Evolution Exchange, you need to set up access for your Exchange account on both the Exchange server and within Evolution.</para>
   <itemizedlist>
    <listitem>
     <para><link linkend="config-server">Exchange Server Settings</link></para>
    </listitem>
    <listitem>
     <para><link linkend="config-client">Standard Configuration Tool for Evolution Exchange</link></para>
    </listitem>
    <listitem>
     <para><link linkend="config-easy">Simple Configuration Tool for Evolution Exchange</link></para>
    </listitem>
    <listitem>
     <para><link linkend="config-exchange-new-account">Creating a New Exchange Account</link></para>
    </listitem>
    <listitem>
     <para><link linkend="config-exchange-existing-account">Changing an Existing Account to Work with Exchange</link></para>
    </listitem>
   </itemizedlist>

   <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 <ulink url="http://support.novell.com">Novell&reg; Web site Knowledgebase</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 Exchange</title>
    <para>When you know that your server is ready for you to connect, you are ready to add your Exchange account to Evolution Exchange.</para>

    <section id="config-easy">
     <title>Simple Configuration Tool for Evolution Exchange</title>
     <para>Evolution Exchange 2.6 comes with a simple account creation tool for Exchange accounts.</para>
     <para>If you have no accounts configured, the simple account configuration assistant starts when you start Evolution. It asks only for the Outlook Web Access URL, and your username and password. Evolution Exchange determines the remaining information for you.</para>
     <para>If the simple account configuration tool does not run automatically, you need to create an account manually. For more information on how to do this, see <link linkend="config-exchange-new-account">Creating a New Exchange Account</link>.</para>
     <mediaobject id="bs4aw7j"><imageobject><imagedata format="PNG" fileref="figures/exchng-identity.png"/></imageobject></mediaobject>
     
    </section>

    <section id="config-exchange-new-account">
     <title>Creating a New Exchange Account</title>
     <orderedlist>
      <listitem id="bshnbof">
       <para>Click Edit &gt; Preferences.</para>
      </listitem>
      <listitem id="bshnbsi">
       <para>Click Add.</para>
      </listitem>
      <listitem id="bshnbxz">
       <para>Create the account following the procedure in <link linkend="usage-mainwindow-starting">Starting Evolution for the First Time</link>. Remember to select Microsoft Exchange as server type in the Receiving Mail section.</para>
      </listitem>
     </orderedlist>
     <para>Only one Microsoft Exchange account can be configured in Evolution at a time.</para>
    </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 use the following procedure to configure it for Evolution Exchange: </para>
     <orderedlist>
      <listitem id="bsqdqje">
       <para>Click Edit &gt; Preferences, then click Mail Accounts.</para>
      </listitem>
      <listitem id="bsqdqvl">
       <para>Select the account you want to convert, then click Edit.</para>
      </listitem>
      <listitem id="bshngg7">
       <para>Click the Identity tab, then change your e-mail address as needed.</para>
      </listitem>
      <listitem id="bshngsm">
       <para>Click the Receiving Mail tab, then select Microsoft Exchange as your server type. </para>
      </listitem>
      <listitem id="bshnh8h">
       <para>Type your user name, and the OWA URL. Click Authenticate, then enter the password at the prompt. The Exchange server authenticates your account. </para>
      </listitem>
      <listitem id="bxpfgk7">
       <para>Select your authentication method.</para>
       <mediaobject id="bs4aw7k"><imageobject><imagedata format="PNG" fileref="figures/exchng-rec-mails.png"/></imageobject></mediaobject>
       
      </listitem>
      <listitem id="bshnhvg">
       <para>Click the Receiving Options tab, then specify how often to check for new mail, your Global Catalog server name and whether to apply filters to messages in your Inbox, check for junk, set a password expiry period, and any other settings you want to include.</para>
       <mediaobject id="bs4aw7l"><imageobject><imagedata format="PNG" fileref="figures/exchng-rec-options.png"/></imageobject></mediaobject>
       
      </listitem>
      <listitem id="bshnjw0">
       <para>Use the Defaults tab to define folders, send cc: or bcc: mails to certain IDs, and set options for message receipts.</para>
      </listitem>
      <listitem id="bshnkmu">
       <para>Use the Security tab to set PGP and s/MIME options.</para>
      </listitem>
      <listitem id="bxn65fw">
       <para>Quit Evolution and restart it. </para>
       <para>Changes to Evolution Exchange accounts configuration are not active until you have restarted the application.</para>
      </listitem>
     </orderedlist>
    </section>
   </section>
  </section>

  <section id="access">
   <title>Accessing the Exchange Server</title>
   <para>When you have installed Evolution Exchange, you can access public folders and perform certain Exchange actions like delegation and password management, and subscribing to other user&apos;s calendars, tasks, and contact folders. You can also carry out any folder-related operations for calendars, tasks, and contact folders, including adding, deleting, and renaming folders, and selecting folder permissions. 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 in the Exchange folders rather than local folders. </para>
   <para>To avoid unnecessary strain on the server, the Global Address List (GAL) appears empty until you have searched for something in it.</para>
   <para></para>
  </section>

  <section id="exchange-settings">
   <title>Settings Exclusive to Evolution Exchange</title>
   <para>There are some items in Evolution that are available only with Evolution Exchange, like delegation and permissions handling, creation of  &ldquo;Out of Office&rdquo; messages, and the option to change password and view folder sizes.</para>
   <mediaobject id="bs4aw7m"><imageobject><imagedata format="PNG" fileref="figures/exchng-settings.png"/></imageobject></mediaobject>
   <itemizedlist>
    <listitem>
     <para><link linkend="exchange-delegate">Access Delegation</link></para>
    </listitem>
    <listitem>
     <para><link linkend="exchange-delegate-to-others">Delegating Access to Others</link></para>
    </listitem>
    <listitem>
     <para><link linkend="exchange-delegated-to-you">Subscribe to Other Users' Folders </link></para>
    </listitem>
    <listitem>
     <para><link linkend="bxn827k">Subscribe to Public Folders</link></para>
    </listitem>
    <listitem>
     <para><link linkend="exchange-out-of-office">Setting an Out of Office Message</link></para>
    </listitem>
    <listitem>
     <para><link linkend="full-advantage">Scheduling Appointments with Free/Busy</link></para>
    </listitem>
   </itemizedlist>

   <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:</para>
     <orderedlist>
      <listitem id="bxpfj0n">
       <para>Click Edit &gt; Preferences, then click the Exchange Settings tab.</para>
       <mediaobject id="bxorvbh"><imageobject><imagedata format="PNG" fileref="figures/delgt-add.png"/></imageobject></mediaobject>
       
      </listitem>
      <listitem id="bxpfj5p">
       <para>Click Add, then search for a contact in the Global Address List. </para>
       <para>Remember that the Global Address List (GAL) appears empty until you have searched for something in it.</para>
      </listitem>
      <listitem id="bxpfjm3">
       <para>Select from the following access levels for each of the four types of folders:</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>Allows 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>
      </listitem>
      <listitem id="bxpfkfd">
       <para>Click OK.</para>
      </listitem>
     </orderedlist>
    </section>

    <section id="exchange-delegated-to-you">
     <title>Subscribe to Other Users&apos; Folders </title>
     <para>To access the folders delegated to you: </para>
     <orderedlist>
      <listitem id="bshok43">
       <para>Click File &gt; Subscribe to Other User&apos;s Folder.</para>
       <mediaobject id="bxorvbj"><imageobject><imagedata format="PNG" fileref="figures/sub-others-folder.png"/></imageobject></mediaobject>
       
      </listitem>
      <listitem 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>
      </listitem>
      <listitem id="bshol98">
       <para>Select the folder you want to open.</para>
      </listitem>
      <listitem id="bsholc3">
       <para>Click OK.</para>
      </listitem>
     </orderedlist>
     <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 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="bxn827k">
    <title>Subscribe to Public Folders</title>
    <para>You can subscribe to public folders available on the Exchange server. </para>
    <orderedlist>
     <listitem id="bxn8euw">
      <para>Click Folder &gt; Subscriptions.</para>
     </listitem>
     <listitem id="bxn8f74">
      <para>Select the Exchange account.</para>
     </listitem>
     <listitem id="bxn8ffk">
      <para>Select the folders you want to subscribe to by selecting them or by clicking them and selecting Subscribe.</para>
      <mediaobject id="bxorvbk"><imageobject><imagedata format="PNG" fileref="figures/sub-pub-fold.png"/></imageobject></mediaobject>
      
     </listitem>
     <listitem id="bxn8fm8">
      <para>Click OK.</para>
      <para>The folders you have subscribed to appear on the left folder panel.</para>
     </listitem>
     <listitem id="bxn8h3p">
      <para>To view contents of a folder, click it. </para>
     </listitem>
    </orderedlist>
   </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 won&apos;t access your e-mail, you can set an automatic reply so that people know that you aren&apos;t ignoring them.</para>
    <orderedlist>
     <listitem id="bsbgb7t">
      <para>Click Edit &gt; Preferences &gt; Mail Accounts.</para>
     </listitem>
     <listitem id="bxn8hun">
      <para>Select the Exchange account, then click Edit.</para>
     </listitem>
     <listitem id="bxn8jdh">
      <para>Select the Exchange Settings tab. The top option allows you to set an Out of Office message. </para>
     </listitem>
     <listitem id="bsbgbe3">
      <para>Click I Am Currently Out of the Office. </para>
     </listitem>
     <listitem id="bsbgbi0">
      <para>Type a short message in the text field.</para>
     </listitem>
     <listitem id="bsbgbl5">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
    <para>Your message is automatically sent to anyone who sends you mail until you return and click I Am 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.</para>
   <mediaobject id="bs4aw7n"><imageobject><imagedata format="PNG" fileref="figures/free-busy.png"/></imageobject></mediaobject>
   <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>
   <orderedlist>
    <listitem id="bsbgc5a">
     <para>Create a new appointment in the calendar.</para>
    </listitem>
    <listitem id="bsbgc8b">
     <para>Right-click the appointment, then select Schedule Meeting.</para>
    </listitem>
    <listitem id="bsbgccj">
     <para>In the Invitations tab, add attendees by entering their e-mail addresses into the list, or by selecting them from the Global Address List (GAL). Choose the GAL from the drop-down list of address sources at the top of the dialog box.</para>
    </listitem>
    <listitem id="bsbgcft">
     <para>Click Options, then click Update Free/Busy to check participant schedules and, if possible, update the meeting in all participants&apos; calendars.</para>
    </listitem>
   </orderedlist>
   <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&apos;t satisfied with those results, you can drag the edges of the meeting time to the hours that you want to select.<computeroutput></computeroutput></para>
  </section>
 </chapter>

 <chapter id="usage-groupwise">
  <title>Connecting to GroupWise</title>
  <para>Evolution&trade; 2.6 can access accounts on Novell&reg; GroupWise&reg; 7 system. </para>
  <itemizedlist>
   <listitem>
    <para><link linkend="features">Evolution Exchange Features</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bv3rax2">GroupWise Terminology vs. Evolution Terminology</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bv7wcei">Adding your GroupWise Account to Evolution</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bv7wck0">Scheduling Appointments with Free/Busy</link></para>
   </listitem>
   <listitem>
    <para><link linkend="Aaej55l">Managing Sent Items</link></para>
   </listitem>
   <listitem>
    <para><link linkend="Aai4ois">Giving Other People Access to Your Mailbox or Calendar</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bxqwde6">Junk Mail Handling</link></para>
   </listitem>
  </itemizedlist>

  <section id="bv7wchf">
   <title>GroupWise Features</title>
   <para>Evolution connecting to GroupWise supports the following basic Novell GroupWise features: </para>
   <itemizedlist>
    <listitem>
     <para>Mail </para>
     <itemizedlist>
      <listitem>
       <para>Viewing mail and folders stored on the GroupWise system.</para>
      </listitem>
      <listitem>
       <para>Sending mail from you GroupWise account.</para>
      </listitem>
      <listitem>
       <para>Converting mail to a task or meeting.</para>
      </listitem>
      <listitem>
       <para>Tracking the status of a message.</para>
      </listitem>
      <listitem>
       <para>Marking a message as junk mail adds the sender to your GroupWise junk mail list. </para>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Calendar </para>
     <itemizedlist>
      <listitem>
       <para>You can send and receive appointment and meeting requests. Allows Evolution users to schedule meetings and view attendee availability for other users on GroupWise.</para>
      </listitem>
      <listitem>
       <para>You can receive an iCalendar meeting request and add it to your GroupWise calendar.</para>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Contacts </para>
     <itemizedlist>
      <listitem>
       <para>Address Completion is supported for your GroupWise address books, including the corporate address book, the Frequent Contacts address book, and your personal address book.</para>
      </listitem>
      <listitem>
       <para>If you receive a vCard attachment and click Save in Address Book, it is saved to your Personal address book. New Address Book entries can also be added to your personal address book from received e-mail messages.</para>
      </listitem>
      <listitem>
       <para>The GroupWise Personal Address book and Frequent Contacts address book are created when you access your GroupWise account through the GroupWise client; they are not created when accessing your GroupWise account with Evolution. The GroupWise system address book is marked for offline use by default. This helps with performance.</para>
      </listitem>
     </itemizedlist>
    </listitem>
    <listitem>
     <para>Proxy</para>
     <itemizedlist>
      <listitem>
       <para>You can assign Proxy access to other users.</para>
      </listitem>
      <listitem>
       <para>You can view other users&apos; accounts through Proxy access.</para>
      </listitem>
     </itemizedlist>
    </listitem>
   </itemizedlist>
   <para>There are, however, some features that are not available:</para>
   <itemizedlist>
    <listitem>
     <para>Resending items</para>
    </listitem>
    <listitem>
     <para>Retracting items</para>
    </listitem>
    <listitem>
     <para>Accepting appointments or meetings in offline mode</para>
    </listitem>
    <listitem>
     <para>Archive</para>
    </listitem>
   </itemizedlist>
  </section>

  <section id="bv3rax2">
   <title>GroupWise Terminology vs. Evolution Terminology</title>
   <para>GroupWise and Evolution sometimes uses different terminology for different types of items. The following table compares GroupWise terminology to Evolution terminology.</para>
   <informaltable>
    <tgroup cols="2">
     <colspec colwidth="2.828*" colname="1" colnum="1"/>
     <colspec colwidth="2.828*" colname="2" colnum="2"/>
     <thead valign="top">
      <row id="bv3rc30">
       <entry colname="1">
        <para>GroupWise</para>
       </entry>
       <entry colname="2">
        <para>Evolution</para>
       </entry>
      </row>
     </thead>
     <tbody valign="top">
      <row id="bv3rc32">
       <entry colname="1">
        <para>Appointment</para>
       </entry>
       <entry colname="2">
        <para>Meeting</para>
       </entry>
      </row>
      <row id="bv3rc33">
       <entry colname="1">
        <para>Posted Appointment</para>
       </entry>
       <entry colname="2">
        <para>Appointment</para>
       </entry>
      </row>
      <row id="bv3rc34">
       <entry colname="1">
        <para>Reminder Note</para>
       </entry>
       <entry colname="2">
        <para>None; use a task</para>
       </entry>
      </row>
      <row id="bv3rc35">
       <entry colname="1">
        <para>Discussion Note</para>
       </entry>
       <entry colname="2">
        <para>None; use an assigned task</para>
       </entry>
      </row>
      <row id="bv3rc36">
       <entry colname="1">
        <para>Phone Message</para>
       </entry>
       <entry colname="2">
        <para>None; use a message</para>
       </entry>
      </row>
      <row id="bv3rldo">
       <entry colname="1">
        <para>Checklist</para>
       </entry>
       <entry colname="2">
        <para>None; use a task</para>
       </entry>
      </row>
     </tbody>
    </tgroup>
   </informaltable>
  </section>

  <section id="bv7wcei">
   <title>Adding your GroupWise Account to Evolution</title>
   <itemizedlist>
    <listitem>
     <para><link linkend="bv7wcb5">Creating a New GroupWise Account</link></para>
    </listitem>
    <listitem>
     <para><link linkend="buw5x0k">Changing an Existing Account to Work with GroupWise</link></para>
    </listitem>
   </itemizedlist>

   <section id="bv7wcb5">
    <title>Creating a New GroupWise Account</title>
    <orderedlist>
     <listitem id="bv7wb3t">
      <para>Click Edit &gt; Preferences, then click Mail Accounts.</para>
     </listitem>
     <listitem id="bv7wbac">
      <para>Click Add.</para>
     </listitem>
     <listitem id="bv7wbdi">
      <para>Create the account following the procedure in <link linkend="usage-mainwindow-starting">Starting Evolution for the First Time</link>.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="buw5x0k">
    <title>Changing an Existing Account to Work with GroupWise</title>
    <para>If you have an existing e-mail account, and want to convert it to use with GroupWise: </para>
    <orderedlist>
     <listitem id="buw5x0l">
      <para>Click Edit &gt; Preferences, then click Mail Accounts.</para>
     </listitem>
     <listitem id="buw5x0m">
      <para>Select the account you want to convert, then click Edit.</para>
     </listitem>
     <listitem id="buw5x0n">
      <para>Click the Identity tab. </para>
      <mediaobject id="bv7wbfs"><imageobject><imagedata format="PNG" fileref="figures/evo_identityedit_a.png"/></imageobject></mediaobject>
      
     </listitem>
     <listitem id="bxpfqzp">
      <para>Change your e-mail address as needed.</para>
     </listitem>
     <listitem id="buw5x0o">
      <para>Click the Receiving Email tab, then select Novell GroupWise as your server type. </para>
      <mediaobject id="bv7wbhn"><imageobject><imagedata format="PNG" fileref="figures/evo_gwreceiveedit_a.png"/></imageobject></mediaobject>
      
     </listitem>
     <listitem id="buw5x0p">
      <para>Type the name of your mail server, your user name, and select whether to use SSL.</para>
     </listitem>
     <listitem id="bsthkyr">
      <para>Click the Receiving Options tab, then select if you want Evolution to automatically check for new mail.</para>
      <para>If you select this option, you need to specify how often Evolution should check for new messages.</para>
      <mediaobject id="bv7wc82"><imageobject><imagedata format="PNG" fileref="figures/evo_gwreceiveoptedit_a.png"/></imageobject></mediaobject>
      
     </listitem>
     <listitem id="bv7wbod">
      <para>Select if you want to check for new messages in all folders.</para>
     </listitem>
     <listitem id="bv7wbr9">
      <para>Select if you want to apply filters to new messages in the Inbox on the server.</para>
      <para>For additional information on filtering, see <link linkend="usage-mail-org-filters-new">Creating New Filter Rules</link>.</para>
     </listitem>
     <listitem id="bv7wbto">
      <para>Select if you want to check new messages for junk content.</para>
      <para>For additional information on junk content, see <link linkend="mail-prefs-junk">Junk Mail Preferences</link>.</para>
     </listitem>
     <listitem id="bv7wbwf">
      <para>Select if you want to only check for junk messages in the Inbox folder.</para>
     </listitem>
     <listitem id="bv7wc2w">
      <para>Select if you want to automatically synchronize your remote calendar and contacts locally.</para>
     </listitem>
     <listitem id="bv7wn80">
      <para>Specify your Post Office Agent SOAP port in the Post Office Agent SOAP Port field.</para>
      <para>If you are unsure what your Post Office Agent SOAP port is, contact your system administrator.</para>
     </listitem>
     <listitem id="bxmtk4e">
      <para>(Optional) Click the Proxy tab, then click Add to add any Proxy users to your account.</para>
     </listitem>
     <listitem id="buw5x0s">
      <para>Click OK, then click Close.</para>
     </listitem>
    </orderedlist>
   </section>
  </section>

  <section id="bv7wck0">
   <title>Scheduling Appointments with Free/Busy</title>
   <para>When you schedule a meeting with your calendar on GroupWise, you can check when other local GroupWise users are busy according to their GroupWise calendars.</para>
   <mediaobject id="bv7wag5"><imageobject><imagedata format="PNG" fileref="figures/free-busy.png"/></imageobject></mediaobject>
   <para>Reminders for appointments in your GroupWise 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>
   <orderedlist>
    <listitem id="bv7wal9">
     <para>Open a new appointment in the calendar.</para>
    </listitem>
    <listitem id="bv7wapb">
     <para>Click Actions &gt; Schedule Meeting.</para>
    </listitem>
    <listitem id="bv7wato">
     <para>Add attendees, either by entering their e-mail addresses into the list, or by clicking the Invite Others button. </para>
    </listitem>
    <listitem id="bv7wb0h">
     <para>Click Options, then click Update Free/Busy to check participant schedules and, if possible, update the meeting in all participants&apos; calendars.</para>
    </listitem>
   </orderedlist>
   <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&apos;t satisfied with those results, you can drag the edges of the meeting time to the hours that you want to select.</para>
  </section>

  <section id="Aaej55l">
   <title>Managing Sent Items</title>
   <itemizedlist>
    <listitem>
     <para><link linkend="Aaez1x0">Confirming Delivery of Items You've Sent</link></para>
    </listitem>
    <listitem>
     <para><link linkend="Aal4xf4">Displaying Sent Items</link></para>
    </listitem>
    <listitem>
     <para><link linkend="Aal54a9">Checking the Status of an Item</link></para>
    </listitem>
    <listitem>
     <para><link linkend="Ak05onj">Receiving Notification About Items You Send</link></para>
    </listitem>
    <listitem>
     <para><link linkend="Ak05sv1">Requesting a Reply for Items You Send</link></para>
    </listitem>
   </itemizedlist>
   <important>
    <para>You can manage your sent items for GroupWise e-mail only if the recipient is located on the same GroupWise system as you.</para>
   </important>

   <section id="Aaez1x0">
    <title>Confirming Delivery of Items You&apos;ve Sent</title>
    <para>Evolution provides several ways for you to confirm that your item was delivered.</para>
    <bridgehead id="btafhoy">Track an Item You Sent</bridgehead>
    <para>You can check the status in the Message Status window of an e-mail you&apos;ve sent. For information, see <link linkend="Aaezg4d">Checking the Status of Your Items</link>.</para>
    <bridgehead id="btafhoz">Receive Notification When the Item is Opened or Deleted</bridgehead>
    <para>You can receive notification when the recipient opens or deletes a message. For information, see <link linkend="Ak05onj">Receiving Notification About Items You Send</link>.</para>
    <bridgehead id="btafhp0">Request a Reply</bridgehead>
    <para>You can inform the recipient that you need a reply to an e-mail. Evolution adds a sentence to the item stating that a reply is requested and changes the icon in the recipient&apos;s Mailbox to a double arrow. For information, see <link linkend="Ak05sv1">Requesting a Reply for Items You Send</link>.</para>
   </section>

   <section id="Aal4xf4">
    <title>Displaying Sent Items</title>
    <para>You might want to display items you previously sent. For example, you can read a sent e-mail.</para>
    <orderedlist>
     <listitem id="Ak05v13">
      <para>Click the Sent Items folder in the Folder List.</para>
     </listitem>
    </orderedlist>
    <para>All sent items reside in this folder unless you select a different folder for sent e-mail in the account editor default settings.</para>
   </section>

   <section id="Aaezg4d">
    <title>Checking the Status of Your Items</title>
    <para>Track Message Status lets you check the status of any e-mail you&apos;ve sent. For example, you can see when an e-mail was delivered and when the recipient opened or deleted the e-mail.</para>

    <section id="Aal54a9">
     <title>Checking the Status of an Item</title>
     <orderedlist>
      <listitem id="Aaezj33">
       <para>Right-click an e-mail in your Sent Items folder, then click Track Message Status.</para>
      </listitem>
     </orderedlist>
    </section>
   </section>

   <section id="Ak05onj">
    <title>Receiving Notification About Items You Send</title>
    <orderedlist>
     <listitem id="Ak05ox9">
      <para>In the Compose Message window, click Insert &gt; Send Options.</para>
      <mediaobject id="Ak06ek0"><imageobject><imagedata format="PNG" fileref="figures/evo_sendstatus_a.png"/></imageobject></mediaobject>
      
     </listitem>
     <listitem id="Ak05p47">
      <para>In the Return Notification group box, specify the type of return receipt you want.</para>
     </listitem>
     <listitem id="Ak05rec">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="Ak05sv1">
    <title>Requesting a Reply for Items You Send</title>
    <orderedlist>
     <listitem id="Ak05z6c">
      <para>In the Compose Message window, click Insert &gt; Send Options.</para>
     </listitem>
     <listitem id="Ak05zcd">
      <para>Click Reply Requested, then specify when you want to receive the reply.</para>
      <para>If you select When Convenient, then Reply Requested: When Convenient appears at the top of the message. If you select Within x Days, then Reply Requested: By <varname>day month numeric day time year</varname> appears at the top of the message.</para>
     </listitem>
     <listitem id="Ak060fu">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="bv7v0t1">
    <title>Changing the Priority of an E-Mail</title>
    <orderedlist>
     <listitem id="bv7vmrv">
      <para>In the Compose Message window, click Insert &gt; Send Options.</para>
     </listitem>
     <listitem id="bv7vmrw">
      <para> Select High Priority, Standard Priority, Low Priority, or Undefined.</para>
      <para>The small icon next to an item in the Mailbox is red when the priority is high.</para>
     </listitem>
     <listitem id="bv7vmrx">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="bxjm31g">
    <title>Delegating an Item </title>
    <orderedlist>
     <listitem id="bxjm3ii">
      <para>In the Calendar, right-click the meeting or appointment you want to delegate.</para>
     </listitem>
     <listitem id="bxjm6u5">
      <para>Select Delegate, then select the contacts you want to delegate the meeting/appointment for.</para>
     </listitem>
     <listitem id="bxjm7ie">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
    <para>Each contact gets a copy of the appointment or meeting.</para>
   </section>
  </section>

  <section id="Aai4ois">
   <title>Giving Other People Access to Your Mailbox or Calendar</title>
   <para>Use Proxy to manage another user&apos;s Mailbox and Calendar. Proxy lets you perform various actions, such as reading, accepting, and declining items on behalf of another user, within the restrictions the other user sets.</para>
   <important>
    <para>You can proxy for a user in a different post office or domain, as long as that person is in the same GroupWise system. You cannot proxy for a user in a different GroupWise system.</para>
   </important>
   <para>This section contains the following topics:</para>
   <itemizedlist>
    <listitem>
     <para><link linkend="Aai4ots">Receiving Proxy Rights</link></para>
    </listitem>
    <listitem>
     <para><link linkend="Aai4p9d">Assigning Proxy Rights to Another User</link></para>
    </listitem>
    <listitem>
     <para><link linkend="Aai4rus">Adding and Removing Proxy Names and Rights in Your Proxy List</link></para>
    </listitem>
    <listitem>
     <para><link linkend="Aai4t8q">Managing Someone Else's Mailbox or Calendar</link></para>
    </listitem>
    <listitem>
     <para><link linkend="Aaihztz">Marking an Item Private</link></para>
    </listitem>
   </itemizedlist>

   <section id="Aai4ots">
    <title>Receiving Proxy Rights</title>
    <para>Two steps must be completed before you can act as someone&apos;s proxy. First, the person for whom you plan to act as proxy must grant you rights in the Proxy List in Preferences. Second, you must proxy to the user so you can access his or her Mailbox or Calendar.</para>
   </section>

   <section id="Aai4p9d">
    <title>Assigning Proxy Rights to Another User</title>
    <para>Use the Proxy List in the Preferences Account Editor to give other users rights to proxy for you. You can assign each user different rights to your calendaring and messaging information. If you want to let users view specific information about your appointments when they do a Busy Search on your Calendar, give them Read access for appointments. The following table describes the rights you can grant to users:</para>
    <informaltable>
     <tgroup cols="2">
      <colspec colwidth="1.849*" colname="1" colnum="1"/>
      <colspec colwidth="3.818*" colname="2" colnum="2"/>
      <thead valign="top">
       <row id="b10fqugl">
        <entry colname="1">
         <para>This Right</para>
        </entry>
        <entry colname="2">
         <para>Lets your proxy do this</para>
        </entry>
       </row>
      </thead>
      <tbody valign="top">
       <row id="b10fqugm">
        <entry colname="1">
         <para>Read</para>
        </entry>
        <entry colname="2">
         <para>Read items you receive. Proxies cannot see your Contacts folder with this or any other proxy right.</para>
        </entry>
       </row>
       <row id="b10fqugn">
        <entry colname="1">
         <para>Write</para>
        </entry>
        <entry colname="2">
         <para>Create and send items in your name, including applying your signature if you have one defined. Assign categories to items, and change the subject of items.</para>
        </entry>
       </row>
       <row id="b10fqugo">
        <entry colname="1">
         <para>Subscribe to my alarms</para>
        </entry>
        <entry colname="2">
         <para>Receive the same alarms you receive. Receiving alarms is supported only if the proxy is on the same post office you are.</para>
        </entry>
       </row>
       <row id="b10fqugp">
        <entry colname="1">
         <para>Subscribe to my notifications</para>
        </entry>
        <entry colname="2">
         <para>Receive notification when you receive items. Receiving notifications is supported only if the proxy is on the same post office you are.</para>
        </entry>
       </row>
       <row id="b10fqugq">
        <entry colname="1">
         <para>Modify options/rules/folders</para>
        </entry>
        <entry colname="2">
         <para>Change the options in your Mailbox. The proxy can edit any of your Options settings, including the access given to other users. If the proxy also has Mail rights, he or she can create or modify rules and folders. This right allows a proxy to add, delete, and modify categories.</para>
        </entry>
       </row>
       <row id="b10fqugr">
        <entry colname="1">
         <para>Read items marked Private</para>
        </entry>
        <entry colname="2">
         <para>Read the items you marked Private. If you don&apos;t give a proxy Private rights, all items marked Private in your Mailbox are hidden from that proxy.</para>
        </entry>
       </row>
      </tbody>
     </tgroup>
    </informaltable>
   </section>

   <section id="Aai4rus">
    <title>Adding and Removing Proxy Names and Rights in Your Proxy List</title>
    <orderedlist>
     <listitem id="Aai4s3e">
      <para>Click Edit &gt; Preferences, then click Mail Accounts.</para>
     </listitem>
     <listitem id="bxmtp5i">
      <para>Select the GroupWise account to edit, then click Edit.</para>
     </listitem>
     <listitem id="Aai4s6y">
      <para>Click the Proxy tab, then click Add. </para>
     </listitem>
     <listitem id="Aai4sat">
      <para>To add a user to the list, type the name in the Name box or import the contact from Contact list.</para>
     </listitem>
     <listitem id="Aai4sll">
      <para>Select the rights you want to give to the user.</para>
      <mediaobject id="bxmtqdk"><imageobject><imagedata format="PNG" fileref="figures/evo_proxyadd_a.png"/></imageobject></mediaobject>
      
     </listitem>
     <listitem id="Aai4soe">
      <para>Repeat <link linkend="Aai4sat">Step 4</link> and <link linkend="Aai4sll">Step 5</link> to assign rights to each user in the Proxy List.</para>
     </listitem>
     <listitem id="Aai4sse">
      <para>Click OK, then click Close.</para>
     </listitem>
    </orderedlist>
    <para>To delete a user from the Proxy List, select the user, then click Remove User.</para>
   </section>

   <section id="Aai4t8q">
    <title>Managing Someone Else&apos;s Mailbox or Calendar</title>
    <para>Before you can act as a proxy for someone, that person must give you proxy rights in his or her Proxy List in Preferences. The amount of access you have depends on the rights you have been given. </para>
    <orderedlist>
     <listitem id="bxmtz8u">
      <para>Right-click on the GroupWise account in the folder list.</para>
     </listitem>
     <listitem id="bxmtz8v">
      <para>Click Proxy Login.</para>
      <mediaobject id="bxq9bsi"><imageobject><imagedata format="PNG" fileref="figures/proxy-login.png"/></imageobject></mediaobject>
      
     </listitem>
     <listitem id="bxmtz8w">
      <para>Type the user name of the person who has given you Proxy access, or select from the list.</para>
     </listitem>
     <listitem id="bxmtz8x">
      <para>Click OK. </para>
      <para>The user&apos;s data appears in the respective components.</para>
      <mediaobject id="bxq9cow"><imageobject><imagedata format="PNG" fileref="figures/proxy-cal.png"/></imageobject></mediaobject>
      <para>You can set different colors to each user to distinguish between each users&apos; appointments. You can also select whether to display the appointments of a particular user or not. </para>
     </listitem>
    </orderedlist>
   </section>

   <section id="Aaihztz">
    <title>Marking an Item Private</title>
    <para>You can limit a proxy&apos;s access to individual items in your Mailbox or Calendar by marking items Private.</para>
    <para>When you mark an item Private, you prevent unauthorized proxies from opening it. Proxies cannot access items marked Private unless you give them those rights in your Access List. </para>
    <para>If you mark an item Private when you send it, neither your proxies nor the recipient&apos;s proxies can open the item without rights. If you mark an item Private when you receive it, it cannot be read by your unauthorized proxies, but it can be read by the sender&apos;s proxies. Appointments marked Private display in Busy Search according to the status you selected when you accepted the appointment.</para>
    <orderedlist>
     <listitem id="Aaii0go">
      <para>In an open item, click Actions, then click Mark Private.</para>
      <para>or</para>
      <para>In your Calendar, click an item in the Appointments, Reminder Notes, or Tasks List, click Actions, then click Mark Private.</para>
     </listitem>
    </orderedlist>
   </section>
  </section>

  <section id="bxqwde6">
   <title>Junk Mail Handling</title>
   <para>Junk mail handling for GroupWise accounts is a little different then other junk mail handling. When you mark an item as junk mail in GroupWise, the item is added to your junk list in the GroupWise system. Because these settings are on the GroupWise system, your junk list follows you from computer to computer.</para>
   <itemizedlist>
    <listitem>
     <para><link linkend="bxqwfae">Marking a Message As Junk Mail</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bxqwhft">Marking a Message As Not Junk Mail</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bxqwfgd">Enabling or Disabling Your Junk Mail List</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bxqwjg6">Adding an E-Mail Address to Your Junk List</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bxqwk0f">Removing an E-Mail Address from Your Junk List</link></para>
    </listitem>
   </itemizedlist>

   <section id="bxqwfae">
    <title>Marking a Message As Junk Mail</title>
    <orderedlist>
     <listitem id="bxqwgji">
      <para>Select the message to mark as junk, then click the Junk icon.</para>
      <para>The message is moved to your Junk Mail folder and the user is added to your junk list.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="bxqwhft">
    <title>Marking a Message As Not Junk Mail</title>
    <orderedlist>
     <listitem id="bxqwhn3">
      <para>Select the message to mark as not junk in your Junk Mail folder.</para>
     </listitem>
     <listitem id="bxqwhsp">
      <para>Right-click the message, then click Mark as Not Junk.</para>
      <para>The message is moved to your Mailbox folder and the name is removed from your junk list.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="bxqwfgd">
    <title>Enabling or Disabling Your Junk Mail List</title>
    <orderedlist>
     <listitem id="bxqwi9s">
      <para>Right-click a message, then click Junk Mail Settings.</para>
     </listitem>
     <listitem id="bxqwikf">
      <para>Select if you want to enable or disable junk mail handling.</para>
     </listitem>
     <listitem id="bxqwirh">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="bxqwjg6">
    <title>Adding an E-Mail Address to Your Junk List</title>
    <orderedlist>
     <listitem id="bxqwjmf">
      <para>Right-click a message, then click Junk Mail Settings.</para>
     </listitem>
     <listitem id="bxqwjq0">
      <para>Type the e-mail address to block in the Email field.</para>
     </listitem>
     <listitem id="bxqwju6">
      <para>Click Add, then click OK.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="bxqwk0f">
    <title>Removing an E-Mail Address from Your Junk List</title>
    <orderedlist>
     <listitem id="bxqwkeq">
      <para>Right-click a message, then click Junk Mail Settings.</para>
     </listitem>
     <listitem id="bxqwker">
      <para>Select the e-mail address to remove, then click Remove.</para>
     </listitem>
     <listitem id="bxqwkes">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </section>
  </section>
 </chapter>

 <chapter id="b1012tkg">
  <title>Connecting to Hula</title>
  <para>Evolution&trade; supports mail connectivity to Hula&reg; servers through IMAP and calendaring support through CalDAV.</para>
  <para>To add your Hula account to Evolution, you must create a new Hula account by performing the following steps:</para>
  <orderedlist>
   <listitem id="b10at9kq">
    <para>Click Edit, click Preferences, then click Mail Accounts.</para>
   </listitem>
   <listitem id="b10at9yx">
    <para>In the Preferences window, click Add.</para>
   </listitem>
   <listitem id="b10ata4v">
    <para>Follow the procedure explained in <link linkend="usage-mainwindow-starting">Starting Evolution for the First Time</link>.</para>
   </listitem>
  </orderedlist>
 </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 can change your Evolution&trade; settings.</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">Contact Management</link></para>
   </listitem>
   <listitem>
    <para><link linkend="bshoty0">Certificates</link></para>
   </listitem>
  </itemizedlist>
  <para>You reach the Evolution settings window by clicking Edit &gt; Preferences. In the left part 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 part of the window is where you make your actual changes.</para>
  <mediaobject id="config-prefs-mail-fig"><imageobject><imagedata format="PNG" fileref="figures/mailer_preferences.png"/></imageobject></mediaobject>
  <para>There are six items you can customize.</para>
  <bridgehead id="bt4ckfo">Mail Accounts</bridgehead>
  <para>Add or change information about your e-mail accounts, such as the servers you connect to, the way you download mail, and your password authentication mode. 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>
  <bridgehead id="bt4ckfp">Autocompletion</bridgehead>
  <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>
  <bridgehead id="bt4ckfq">Mail Preferences</bridgehead>
  <para>These are overall mail reading preferences, such as display settings, notification options, and security. 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>
  <bridgehead id="bt4ckfr">Composer Preferences</bridgehead>
  <para>These are settings for the way that you use the mail composer, such as shortcuts, signatures, and spelling. 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>
  <bridgehead id="bt4ckfs">Calendar and Tasks</bridgehead>
  <para>Use these settings to control how 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>
  <bridgehead id="bt4ckft">Certificates</bridgehead>
  <para>Use these settings for certificate handling for S/MIME security systems. For more information, see <link linkend="bshoty0">Certificates</link>.</para>
  <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 choose which account to use by selecting from the drop-down list next to the From field in the message composer. </para>
   <para>Click Send/Receive to select all mail sources that are not disabled. If you don&apos;t want to check mail for a given account, select the account 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, then click Edit to open the account editor dialog box.</para>
   <para>The account editor dialog box has seven 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 Email: </title>
    <para>Select the way you receive e-mail. You can download e-mail from a server (<link linkend="pop">POP</link>), read and keep it on the server (Microsoft Exchange, Novell&reg; GroupWise&reg;, or <link linkend="imap">IMAP</link>), or read it from files that already exist on your desktop computer. Your server requires you to use a Secure Socket Layer (SSL) connection. You can select Always, Whenever Possible, or Never as your SSL choice. If one doesn&apos;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.example.com, specify smtp.example.com:143 as the server name.</para>
   <para>For additional information, see <link linkend="second-step">Receiving Mail</link>.</para>
   <formalpara id="bsbhezv">
    <title>Receive Options: </title>
    <para>Decide if you want to check for mail automatically and how often, as well as setting other message retrieval options. </para>
   </formalpara>
   <para>For additional information, see <link linkend="more-mail-options">Receiving Mail Options</link>.</para>
   <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>For additional information, see <link linkend="third-step">Sending Mail</link>.</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>
   <formalpara id="bxmvpry">
    <title>Proxy: </title>
    <para>This only displays if you have a GroupWise or Exchange account. Use this section to set proxy access for other users to access your mailbox or calendar.</para>
   </formalpara>
  </section>

  <section id="bshoq5l">
   <title>Autocompletion</title>
   <para>The Autocompletion tool lets you choose address books to auto-complete names for you. This functionality requires accessibility to each of the address books you want to use. To enable autocompletion, select each of the address books that you want to use auto completion 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">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>
    <listitem>
     <para><link linkend="bxjnb81">Automatic Contacts Preferences</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bxjncro">Meetings &amp; Tasks 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, deselect 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 want 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>Turns animation on or off. </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 &gt; Load Images. </para>
    <para>The Colors tab lets you select different color labels for individual messages. Return to the default settings by clicking Restore Defaults.</para>
   </section>

   <section id="mail-prefs-colors">
    <title>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 and 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 id="bxjnb81">
    <title>Automatic Contacts Preferences</title>
    <para>There are two items in this section: Automatic Contacts automatically adds people that you respond to into your address book. Instant Messaging Contacts periodically synchronizes contact information and images with your instant messaging program. Currently this only works with Gaim. For both these features to work properly, the address book must have write permissions set.</para>
   </section>

   <section id="bxjncro">
    <title>Meetings &amp; Tasks Preferences</title>
    <para>Allows you to delete messages after you have acted on an appointment. It also allows you to select calendars to search for meeting conflicts.</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 to normally forward and reply to messages, what character set they will use, whether they are 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 ZENworks&reg; Linux Management, for spell-checking to be available in Evolution. Additional dictionaries are also available through Red Carpet&reg; 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 in 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 four pages:</para>
   <itemizedlist>
    <listitem>
     <para><link linkend="bshpskx">General</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bshpsxa">Display</link></para>
    </listitem>
    <listitem>
     <para><link linkend="CACHCGCI">Alarms</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bxjng8p">Calendar and Free/Busy</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&apos;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 two 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 id="CACHCGCI">
    <title>Alarms</title>
    <formalpara id="b101llxc">
     <title>Select the Calendars for Alarm Notification:</title>
     <para> Select the calendars for which you want an alarm notification. If you don&apos;t select the calendar, you will not have an alarm notification for any event in this calendar.  </para>
    </formalpara>
   </section>

   <section id="bxjng8p">
    <title>Calendar and Free/Busy</title>
    <formalpara id="bxpfx0s">
     <title>Publishing: </title>
     <para>Allows you to select a URL to post your free/busy information to. When you add a URL, you can specify the publishing location, the frequency of publishing, which calendar to publish, and who to authenticate as. </para>
    </formalpara>
    <formalpara id="bxpfx7s">
     <title>Template: </title>
     <para>Allows you to specify a template to use when posting to the Free/Busy server.</para>
    </formalpara>
   </section>
  </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 encrypted connection, or sign a message confirming your identity to the contact. These settings only apply to S/MIME encryption.</para>
   <formalpara id="bshov9m">
    <title>Your Certificates: </title>
    <para>Click the Your Certificates tab to display a list of certificates that you own. You can import, view, back up and delete your certificates from this page.</para>
   </formalpara>
   <formalpara id="bshovvp">
    <title>Contact Certificates: </title>
    <para>Click the Contact Certificates tab to display 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 page.</para>
   </formalpara>
   <formalpara id="bshowu7">
    <title>Authorities: </title>
    <para>Click the Authorities tab to display 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 page.</para>
   </formalpara>
  </section>

  <section id="config-prefs-contact">
   <title><computeroutput></computeroutput>Contact Management</title>
   <para>There are two main tasks for configuring contact information: </para>
   <itemizedlist>
    <listitem>
     <para><link linkend="bxmw6mw">Creating a Contact</link></para>
    </listitem>
    <listitem>
     <para><link linkend="bxmw6w5">Creating an Address Book</link></para>
    </listitem>
   </itemizedlist>

   <section id="bxmw6mw">
    <title>Creating a Contact</title>
    <para>To add a new contact list, either local or remote:</para>
    <orderedlist>
     <listitem id="bsbhwyr">
      <para>Click Contacts.</para>
     </listitem>
     <listitem id="bsbhx27">
      <para>Click the down-arrow next to New. </para>
     </listitem>
     <listitem id="bsbhxhp">
      <para>Select Contact List.</para>
     </listitem>
     <listitem id="bsbhxk3">
      <para>Type a name and location for the contact group.</para>
     </listitem>
     <listitem id="bsbi2rh">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </section>

   <section id="bxmw6w5">
    <title>Creating an Address Book</title>
    <orderedlist>
     <listitem id="bxmw77d">
      <para>Click File &gt; New &gt; Address Book.</para>
     </listitem>
     <listitem id="bxmw7a9">
      <para>Select the type of Address Book.</para>
      <formalpara id="bxmw7f3">
       <title>On This Computer: </title>
       <para>Creates a local address book on the computer.</para>
      </formalpara>
      <formalpara id="bxmw7nv">
       <title>On LDAP Server: </title>
       <para>Creates an address book on the LDAP server.</para>
      </formalpara>
      <formalpara id="bxmw804">
       <title>Specific Account: </title>
       <para>If you have an account that allows you to create an address book on that server, you can select that account.</para>
      </formalpara>
     </listitem>
     <listitem id="bxmw8kf">
      <para>If you selected On This Computer, specify the name of the computer, and choose whether you want to the new address book as your default folder.</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="bxmwai1">
       <title>Server Name: </title>
       <para>The Internet address of the contact server you are using. </para>
      </formalpara>
      <formalpara id="bxmwai2">
       <title>Login Method: </title>
       <para>Specify whether your login is anonymous, uses an e-mail address, or uses 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="bxmwai3">
       <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="bxmwai4">
       <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="bxmwai5">
       <title>Details: 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="bxmwai6">
       <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>
      <itemizedlist>
       <listitem>
        <formalpara id="bxmwai7">
         <title>One:</title>
         <para> Searches the Search Base and one entry below it. </para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bxmwai8">
         <title>Sub: </title>
         <para>Searches the Search Base and all entries below it. </para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bxmwai9">
         <title>Timeout (minutes): </title>
         <para>The maximum time Evolution attempts to download data from the server before giving up. </para>
        </formalpara>
       </listitem>
       <listitem>
        <formalpara id="bxmwaia">
         <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>
       </listitem>
       <listitem>
        <formalpara id="bxmwaib">
         <title>Display Name: </title>
         <para>The name you want to use as a label for this folder. It can be any name you choose. </para>
        </formalpara>
       </listitem>
      </itemizedlist>
      <formalpara id="b1012vdq">
       <title>Search Filter: </title>
       <para>The search filter can be set here for all the LDAP queries. For example:</para>
      </formalpara>
      <para>ObjectClass=*: Lists all the objects from the server.ObjectClass=User: Lists only the user objects.Filter (&verbar;(ObjectClass=User)(ObjectClass=groupOfNames)): Retrieves the User and Contact List objects.(&amp;(mail=*)(ObjectClass=*)): Lists the objects associated with the e-mail addresses.</para>
      <note>
       <para> If you change any LDAP address book configurations, Evolution and the Evolution Data Server need to be restarted in order to see the changes. </para>
      </note>
      <para>or</para>
      <para>If you are creating the address book for a specific account, type the name of the address book if you want the address book stored locally when offline, and if you want the address book to be your default folder.</para>
     </listitem>
     <listitem id="bxmw9v2">
      <para>Click OK.</para>
     </listitem>
    </orderedlist>
   </section>
  </section>
 </chapter>

 <chapter id="config-sync">
  <title>Synchronizing Your Handheld Device</title>
  <para>Synchronization presents you with three issues you need to address. First, you need to enable synchronization. Second, your computer needs to recognize and access your handheld. At this time, Evolution&trade; only supports Palm OS devices like the PalmPilot&z-3rdParty; and the Handspring Visor. Third, 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&apos;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/ttyUSB1 for a USB connection. You can do this by becoming root and adding your username to the group that owns this device node. For a USB device on sync, two device nodes are created, ttyUSB0 and ttyUSB1. The second node is the one to be used in configuring the device.</para>
  </section>

  <section id="bshq7hl">
   <title>Selecting Conduits</title>
   <para>After 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 the conduit does when activated. Your options can 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>
   <para>Select the behavior you want for each conduit you choose to use. If you&apos;re not sure, use 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 back up your information before synchronizing, make a copy of the <command>evolution</command> directory inside your home directory.</para>
   <orderedlist>
    <listitem id="bshq1vg">
     <para>Put your handheld device in its cradle and 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 might 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>
    </listitem>
   </orderedlist>
   <para>If you have followed the setup instructions properly, your Palm OS device will synchronize data with Evolution.</para>
  </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&trade;.</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&z-3rdParty; 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>
   <orderedlist>
    <listitem 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>
    </listitem>
    <listitem 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>
    </listitem>
    <listitem id="bshqe6i">
     <para>Import the files into Mozilla Mail (or another mailer, such as Netscape or Eudora, that uses the standard mbox format).</para>
     <para>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>
    </listitem>
   </orderedlist>
   <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 might find it simpler to copy the mail folders to a different drive or to burn a CD.</para>
   <para>When you have your mail in a format Evolution can understand, reboot to Linux. Then continue with the following procedure. To create new folders for your files:</para>
   <orderedlist>
    <listitem id="bshqeej">
     <para>Mount your Windows drive or the disk where you saved the mail files.</para>
    </listitem>
    <listitem id="bshqegg">
     <para>Copy all the mail files into your home directory or another convenient place.</para>
    </listitem>
    <listitem id="bshqeia">
     <para>Start Evolution.</para>
    </listitem>
    <listitem id="bshqejx">
     <para>Select File &gt; New Folder to create the folders you want.</para>
    </listitem>
   </orderedlist>
   <para>To import the data files:</para>
   <orderedlist>
    <listitem id="bshqep7">
     <para>In Evolution, open the File Import assistant by clicking File &gt; Import.</para>
    </listitem>
    <listitem id="bshqera">
     <para>Click Next, then select Import A Single File.</para>
    </listitem>
    <listitem 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>
    </listitem>
    <listitem id="bshqeuv">
     <para>Select the folder where you want to put the imported data file.</para>
    </listitem>
    <listitem id="bshqg85">
     <para>Click OK.</para>
    </listitem>
    <listitem id="bshqex9">
     <para>Repeat the import steps until you have imported all your mail.</para>
    </listitem>
   </orderedlist>
  </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 id="bt4ckg2">New Item</bridgehead>
   <para>Press Ctrl+N to open a new item for whatever part of Evolution you&apos;re working in. In mail, this means you create a new message. If you&apos;re looking at your address book, Ctrl+N creates a new contact card, and in the calendar, a new appointment.</para>
   <bridgehead id="bt4ckg3">Creating a New E-Mail Message</bridgehead>
   <para>Use File &gt; New &gt; Mail Message or Shift+Ctrl+M. </para>
   <bridgehead id="bt4ckg4">Creating a New Appointment</bridgehead>
   <para>Use File &gt; New Appointment or Shift+Ctrl+A.</para>
   <bridgehead id="bt4ckg5">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 Shift+Ctrl+C. </para>
   <bridgehead id="bt4ckg6">Creating a New Task</bridgehead>
   <para> File &gt; New Task or Shift+Ctrl+T. </para>
  </section>

  <section id="quickref-mail">
   <title>Mail Tasks</title>
   <bridgehead id="bt4ckg7">Send and Receive Mail</bridgehead>
   <para>Press F9, click the Send/Receive button in the toolbar, or click File &gt; Send/Receive.</para>
   <bridgehead id="bt4ckg8">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 id="bt4ckg9">Moving the Display Up and Down in the Preview Pane</bridgehead>
   <para>Press the Spacebar to move down a page. Press Backspace to move up a page.</para>
   <bridgehead id="bt4ckga">Replying To a Message</bridgehead>
   <para>To reply only to the sender of the message, 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 id="bt4ckgb">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 id="bt4ckgc">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 id="bt4ckgd">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 Edit menu. </para>
   <bridgehead id="bt4ckge">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 id="bt4ckgf">Creating a New Appointment</bridgehead>
   <para> Use File &gt; New Appointment or Shift+Ctrl+A. </para>
   <para>You can also click in any blank spot in the calendar and start typing to create a new appointment entry.</para>
   <bridgehead id="bt4ckgg">Creating a New Task</bridgehead>
   <para> Use File &gt; New Task or Shift+Ctrl+T. </para>
  </section>

  <section id="quickref-contact">
   <title>Address Book</title>
   <bridgehead id="bt4ckgh">Editing a Contact</bridgehead>
   <para>Double-click the contact&apos;s address card to change details. </para>
   <bridgehead id="bt4ckgi">Deleting a Contact</bridgehead>
   <para>Right-click a contact, then click Delete; or select a contact, then click Delete on the toolbar. </para>
   <bridgehead id="bt4ckgj">Sending E-Mail To a Contact</bridgehead>
   <para>Right-click a contact, then click Send Message to Contact.</para>
   <bridgehead id="bt4ckgk">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 Shift+Ctrl+C. </para>
  </section>
 </appendix>

 <appendix id="bugs">
  <title>Known Bugs and Limitations</title>
  <para>Evolution&trade; bug tracking is done at the <ulink url="http://bugzilla.gnome.org">GNOME 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 want to request new features.</para>
  <para>A complete list of feature requests and other issues with Evolution is available online in the GNOME bug tracking system. You can learn more about the Evolution development process at the <ulink url="http://gnome.org/projects/evolution/developer.shtml">Evolution Developer site</ulink>. </para>
  <para>If you need additional help with Evolution, visit the <ulink url="http://support.novell.com">Novell&reg; support site at</ulink>.</para>
 </appendix>

 <appendix id="authors">
  <title>Authors</title>
  <para>Evolution was written by the Evolution&trade; team and numerous other dedicated GNOME programmers. You can see their names by clicking Help &gt; About from any Evolution window.</para>
  <para>The Evolution code owes a great debt to the GNOME-pim and GNOME-Calendar applications, and to KHTMLW. The developers of Evolution acknowledge the efforts and contributions of all who worked on those projects.</para>
  <para>For more information please visit the Evolution <ulink url="http://www.novell.com/products/desktop/features/evolution.html">Web page</ulink>. Please send all comments, suggestions, and bug reports to the <ulink url="http://bugzilla.gnome.org">bug tracking database</ulink>. Instructions for submitting bug reports can be found on-line at the same location. You can also use the GNOME bug report tool, bug-buddy, to submit your defect reports.</para>
  <para>This manual was written by:</para>
  <itemizedlist>
   <listitem>
    <para>Mark Moulder (mmoulder@novell.com)</para>
   </listitem>
   <listitem>
    <para>Jessica Prabhakar (jprabhakar@novell.com)</para>
   </listitem>
   <listitem>
    <para>Aaron Weber (aaron@ximian.com)</para>
   </listitem>
   <listitem>
    <para>Kevin Breit (mrproper@ximian.com)</para>
   </listitem>
   <listitem>
    <para>Duncan Mak (duncan@ximian.com)</para>
   </listitem>
   <listitem>
    <para>Ettore Perazzoli (ettore@ximian.com)</para>
   </listitem>
   <listitem>
    <para> With the help of the application programmers and the GNOME Documentation Project.</para>
   </listitem>
  </itemizedlist>
  <para>Please file comments and suggestions for this manual as bugs in the GNOME bug tracking system. If you contributed to this project but do not see your name here, please contact Mark Moulder (mmoulder@novell.com) and he&apos;ll list you.</para>
  <para>Partial list of Documentation Translators (application translated to 36 additional languages): </para>
  <itemizedlist>
   <listitem>
    <para>Daniel Persson for Swedish (.se)</para>
   </listitem>
   <listitem>
    <para>Hector Garcia Alvarez for Spanish (.es)</para>
   </listitem>
   <listitem>
    <para>Kjartan Maraas for Norwegian (.no)</para>
   </listitem>
  </itemizedlist>
 </appendix>

 <glossary id="apx-gloss">
  <title>Glossary</title>
  <para>This glossary contains terms that are frequently used in this guide as well as in Evolution&trade;.</para>
  <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>A pre-downloading procedure that allows Novell&reg; 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 does 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 until 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 is 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="ical">
   <glossterm>iCal</glossterm>
   <glossdef>
    <para>iCal is a protocol that 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 that is typically 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 the sender to the recipient.</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 &ldquo;fly&rdquo; and ending in &ldquo;oup&rdquo; or &ldquo;soap&rdquo;. If you searched for that expression, you&apos;d find both &ldquo;fly in my soup&rdquo; and &ldquo;fly in my soap.&rdquo; For more information, enter <command>man grep</command> 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 prerecorded commands or actions within an application. Scripts are used to 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 to search is set by the Search Scope option.</para>
   </glossdef>
  </glossentry>
  <glossentry id="vfolder">
   <glossterm>search folder</glossterm>
   <glossdef>
    <para>An e-mail organization tool. Search folders allow you to create a folder that contains the results of a complex search. search folder contents are updated dynamically.</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 from 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. When executed, it 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&apos;s probably in vCard format. Contrast with <varname>search folder</varname>.</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>Any products or technical information provided under this Agreement may be subject to U.S. export controls and the trade laws of other countries. You agree to comply with all export control regulations and to obtain any required licenses or classification to export, re-export, or import deliverables. You agree not to export or re-export to entities on the current U.S. export exclusion lists or to any embargoed or terrorist countries as specified in the U.S. export laws. You agree to not use deliverables for prohibited nuclear, missile, or chemical biological weaponry end uses. Please refer to www.novell.com/info/exports/ for more information on exporting Novell software. Novell assumes no responsibility for your failure to obtain any necessary export approvals.</member>
   </simplelist>
   <simplelist>
    <member>Copyright &copy; 2005-2006 Novell, Inc. All rights reserved. No part of this publication may be reproduced, photocopied, stored on a retrieval system, or transmitted without the express written consent of the publisher.</member>
   </simplelist>
   <simplelist>
    <member>Novell, Inc. has intellectual property rights relating to technology embodied in the product that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more of the U.S. patents listed at http://www.novell.com/company/legal/patents/ and one or more additional patents or pending patent applications in the U.S. and in other countries.</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</para>
   <para>March 22, 2006</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>Red Carpet is a registered trademark of Novell, Inc. in the United States and other countries.</member>
    <member>SUSE is a registered trademark of SUSE LINUX AG, a Novell business.</member>
    <member>Ximian is a registered trademark of Novell, Inc. in the United States and other countries.</member>
    <member>ZENworks 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>