This file is indexed.

/usr/share/cone/cone.hlp is in cone 0.89-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-30-allspice
From: Online Help <nobody@localhost>
Subject: Cone mail client
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="part" title="Cone mail client">
    <div class="titlepage">
      <div>
        <div>
          <h1 class="title"><a id="cone00index" shape="rect" name="cone00index"> </a><span class="application">Cone</span>
          mail client</h1>
        </div>
      </div>
    </div>

    <div class="partintro" title="Introduction">
      <div>
        <div>
          <div>
            <h1 class="title"><a id="id518327" shape="rect" name="id518327"> </a>Introduction</h1>
          </div>
        </div>
      </div>

      <p><span class="application">Cone</span> is a screen-oriented
      E-mail/News reader and writer. If you are reading this
      documentation from within <span class="application">Cone</span>, you are actually reading the
      simplified HTML version of <span class="application">Cone</span>'s documentation that's formatted as
      a folder of E-mail messages. Each online tutorial chapter
      appears as a separate message. Use <span class="keycap"><strong>PgUp</strong></span> and <span class="keycap"><strong>PgDn</strong></span> to read each chapter.
      Press <span class="keycap"><strong>N</strong></span> and
      <span class="keycap"><strong>P</strong></span> to move to the
      next/previous chapter.</p>

      <p>Pressing <span class="keycap"><strong>Q</strong></span> on
      most screens exits <span class="application">Cone</span>.
      <span class="application">Cone</span> tries to gracefully log
      out and shut down all server connections. If <span class="application">Cone</span> cannot log out of a remote server
      because the remote server is down, press <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>C</strong></span> (after <span class="keycap"><strong>Q</strong></span> to terminate <span class="application">Cone</span>).</p>

      <p>Use <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>Z</strong></span> to temporarily suspend
      <span class="application">Cone</span> and drop back to the
      shell prompt. <span class="application">Cone</span> remains
      suspended in the background, and may be restarted by using
      the shell's <span class="command"><strong>fg</strong></span>
      command.</p>

      <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
        <h3 class="title">Note</h3>

        <p>Connections to remote mail servers may be disconnected
        for inactivity if <span class="application">Cone</span>
        remains suspended for a prolonged period of time. When
        suspended, <span class="application">Cone</span> cannot
        maintain any active connections to remote mail servers.</p>
      </div>

      <p>It might be more convenient to browse the full HTML
      documentation using your favorite web browser, at <a class="ulink" href="http://www.courier-mta.org/cone/cone00index.html" target="_top" shape="rect">http://www.courier-mta.org/cone/cone00index.html</a>.
      When <span class="application">Cone</span> starts for the
      first time, it automatically creates a fake mail account
      called <span class="quote">&#8220;<span class="quote">Online
      Tutorial</span>&#8221;</span>. This fake mail account
      contains a stripped-down HTML version of the online
      documentation, which you are reading now. The terminal
      display must be at least 80 characters wide in order to be
      able to read <span class="quote">&#8220;<span class="quote">Online Tutorial</span>&#8221;</span>.</p>

      <p>The <span class="quote">&#8220;<span class="quote">Online
      Tutorial</span>&#8221;</span> mail account can always be
      removed, but it might be convenient to keep it around for a
      quick consultation, from time to time, even though the full
      HTML version is a bit easier on the eyes.</p>

      <div class="section" title="Overview">
        <div class="titlepage">
          <div>
            <div>
              <h4 class="title"><a id="id518900" shape="rect" name="id518900"> </a>Overview</h4>
            </div>
          </div>
        </div>

        <p><span class="application">Cone</span> is a powerful, yet
        simple, text-based mail reader. <span class="application">Cone</span> seamlessly handles multiple mail
        accounts simultaneously. <span class="application">Cone</span> is capable of using the following
        kinds of mail accounts:</p>

        <div class="itemizedlist">
          <ul class="itemizedlist" type="disc">
            <li class="listitem">
              <p>Local mail folders, or maildirs.</p>
            </li>

            <li class="listitem">
              <p>Remote POP3 and IMAP mail server accounts.</p>
            </li>

            <li class="listitem">
              <p>A simple newsgroup reader. <span class="application">Cone</span> doesn't have sophisticated
              features found in dedicated newsreaders, and may be a
              bit slow and memory hungry when reading large Usenet
              newsgroups. However, <span class="application">Cone</span> will prove to be an
              excellent, fast, reader of internal local newsgroups,
              accessible via a remote login.</p>
            </li>

            <li class="listitem">
              <p>Experimental SMAP mail server accounts.</p>
            </li>
          </ul>
        </div>

        <p><span class="application">Cone</span> contains an
        experimental implementation of a new remote mail access
        protocol, <span class="quote">&#8220;<span class="quote">SMAP</span>&#8221;</span>. At this time, SMAP is
        implemented by the <a class="ulink" href="http://www.courier-mta.org" target="_top" shape="rect">Courier-IMAP</a> server. SMAP offers several
        improvements over traditional IMAP-based mail accounts,
        namely:</p>

        <div class="itemizedlist">
          <ul class="itemizedlist" type="disc">
            <li class="listitem">
              <p>Names of SMAP folders may use the full UTF-8
              character set. Most IMAP servers restrict certain
              characters from appearing in names of folders, due to
              their special meaning in the IMAP folder
              hierarchy.</p>
            </li>

            <li class="listitem">
              <p>Faster downloading of binary attachments. SMAP
              requires approximately 25% less bandwidth to download
              binary attachments.</p>
            </li>

            <li class="listitem">
              <p>Consolidated mail transmission. IMAP clients
              usually need to transmit a message twice, when
              mailing it. An IMAP client must first save the
              message in the IMAP server's <span class="quote">&#8220;<span class="quote">Sent
              Mail</span>&#8221;</span> folder. Afterwards, the
              IMAP client needs to send a second copy of the
              message, using SMTP, in order to deliver it to the
              listed recipients. When using SMAP, <span class="application">Cone</span> transmits the message only
              one time; the server saves it to the <span class="quote">&#8220;<span class="quote">Sent
              Mail</span>&#8221;</span> folder, then mails it to
              its designated recipients.</p>

              <p>Of course, <span class="application">Cone</span>
              is fully capable of using traditional SMTP, or
              running the local <span class="command"><strong>sendmail</strong></span>
              command.</p>
            </li>
          </ul>
        </div>

        <p>Other features of <span class="application">Cone</span>:</p>

        <div class="itemizedlist">
          <ul class="itemizedlist" type="disc">
            <li class="listitem">
              <p>Full SSL/TLS support with IMAP, POP3, NNTP, SMTP,
              and SMAP. SASL CRAM-MD5/CRAM-SHA1 authentication
              (except for NNTP).</p>
            </li>

            <li class="listitem">
              <p>Built-in editor for creating messages.</p>
            </li>

            <li class="listitem">
              <p>Full UTF-8 support (requires the wide-character
              version of the <span class="application">Curses</span> library).</p>
            </li>

            <li class="listitem">
              <p>Spell checker.</p>
            </li>

            <li class="listitem">
              <p>Local and remote (IMAP or SMAP-based)
              addressbooks.</p>
            </li>

            <li class="listitem">
              <p>Remote configuration (share a common configuration
              between different instances of <span class="application">Cone</span>).</p>
            </li>

            <li class="listitem">
              <p><span class="application">Cone</span> tries to
              automatically customize itself to user's preferences,
              without requiring explicit configuration.
              <span class="application">Cone</span> remembers the
              sorting order of each opened folder's index. When a
              folder is reopened, <span class="application">Cone</span> sorts the folder using the
              same sort order used when the folder was opened last.
              Similarly, <span class="application">Cone</span>
              memorizes user-configured mail headers. <code class="literal">From:</code>, and several other, mail
              headers are freely editable, and default to their
              contents the last time a new message was sent by
              replying to a message in the folder, or which was
              created while that folder was opened. A <span class="quote">&#8220;<span class="quote">power
              user</span>&#8221;</span> can easily use multiple
              mail accounts with <span class="application">Cone</span>, and <span class="application">Cone</span> will select the appropriate
              mail headers when replying to messages from each mail
              account.</p>
            </li>
          </ul>
        </div>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-31-allspice
From: Online Help <nobody@localhost>
Subject: Folder Listing
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Folder Listing">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone01folderlist" shape="rect" name="cone01folderlist"> </a>Folder Listing</h2>
        </div>
      </div>
    </div>

    <p>This is the first screen that comes up after starting
    <span class="application">Cone</span>. This screen lists all
    configured mail accounts. After starting, <span class="application">Cone</span> automatically opens the first
    configured mail account, prompting for a password if necessary.
    <span class="application">Cone</span> is capable of handling
    multiple mail accounts, and any additional configured mail
    accounts are initially closed. To open one of the other mail
    account, highlight it with the cursor and press <span class="keycap"><strong>ENTER</strong></span>.</p>

    <p>When a mail account is opened, <span class="application">Cone</span> lists the default set of folders in
    the mail account. Folders that contain other subfolders,
    instead of messages, are prefixed by a <span class="quote">&#8220;<span class="quote"><code class="literal">+</code></span>&#8221;</span>, or a <span class="quote">&#8220;<span class="quote"><code class="literal">&#8594;</code></span>&#8221;</span> (depending on the
    display). Certain mail servers may have folders that contain
    both messages and subfolders. Those so-called <span class="quote">&#8220;<span class="quote">hybrid</span>&#8221;</span>
    folders are prefixed by a <span class="quote">&#8220;<span class="quote"><code class="literal">*</code></span>&#8221;</span>, or a <span class="quote">&#8220;<span class="quote"><code class="literal">&#8226;</code></span>&#8221;</span> (depending on the
    display).</p>

    <p>Move the cursor to highlight a folder and press <span class="keycap"><strong>ENTER</strong></span> to display its contents
    (either an index of messages in the folder; or a list of the
    folder's subfolders). Use <span class="keycap"><strong>+</strong></span> to display subfolders of a
    hybrid folder, use <span class="keycap"><strong>ENTER</strong></span> to display the index of
    messages in a hybrid folder.</p>

    <p>Move the cursor to highlight a folder with displayed
    subfolders and press <span class="keycap"><strong>-</strong></span> to remove its subfolders
    from display.</p>

    <p>Some mail accounts will display the number of messages in
    each folder, automatically. Sometimes the number of messages in
    a mail folder cannot be quickly determined, so <span class="application">Cone</span> will not bother to show the folder's
    size. Message counts are automatically shown for:</p>

    <div class="itemizedlist">
      <ul class="itemizedlist" type="disc">
        <li class="listitem">
          <p>Mail stored in local maildir folders.</p>
        </li>

        <li class="listitem">
          <p>Mail stored on most remote POP3 and IMAP servers.</p>
        </li>
      </ul>
    </div>

    <p>Message counts are not automatically shown for:</p>

    <div class="itemizedlist">
      <ul class="itemizedlist" type="disc">
        <li class="listitem">
          <p>Mail stored in local mailbox files.</p>
        </li>

        <li class="listitem">
          <p>Mail stored on some IMAP servers.</p>
        </li>
      </ul>
    </div>

    <p>Sometimes <span class="application">Cone</span> cannot
    correctly determine whether the IMAP server provides message
    counts quickly. Use the <span class="quote">&#8220;<span class="quote"><code class="literal">/slowstatus</code></span>&#8221;</span> or the
    <span class="quote">&#8220;<span class="quote"><code class="literal">/faststatus</code></span>&#8221;</span> flag when
    creating the new mail account to specify whether <span class="application">Cone</span> should automatically show message
    counts for displayed folders.</p>

    <p>When <span class="application">Cone</span> runs for the very
    first time, <span class="application">Cone</span> creates a
    mail account that contains local mail folders. Use the main
    menu screen to add additional mail accounts. Here's an example
    of the <span class="quote">&#8220;<span class="quote">Folder
    Listing</span>&#8221;</span> screen:</p>

    <div class="section" title="Folder Listing Screen">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id519811" shape="rect" name="id519811"> </a>Folder Listing Screen</h4>
          </div>
        </div>
      </div>
      <hr /><pre class="programlisting" xml:space="preserve">
<B> FOLDERS                              CONE                                  </B>

    Main Account: Courier-IMAP server
      New Mail (5 messages)
      + Lists
        Courier-Users (1 messages)
        JunkFax-L
        System-Testers
        Release-Notice
        Sqwebmail
      + Folders

    account3@example.com: POP3 - Courier Mail Server
      Folder: 40 messages, 39 unread

    account4@example.com:





<B>  LIST completed                                                            </B>
 A Add          ^D Move down     M Main Menu     U Use special   W Write Msg
 D Delete        E Edit Acct     R Rename       ^U Move up
</pre><hr />

      <p>The bottom two lines of the screen lists the available
      <span class="quote">&#8220;<span class="quote">hotkeys</span>&#8221;</span>, and their corresponding
      actions. <span class="quote">&#8220;<span class="quote"><code class="literal">^</code></span>&#8221;</span>
      indicates that <span class="keycap"><strong>CTRL</strong></span> should be held down
      while pressing the following key. On this screen, for
      example, press and hold <span class="keycap"><strong>CTRL</strong></span>, then press and release
      <span class="keycap"><strong>D</strong></span> to invoke the
      <span class="quote">&#8220;<span class="quote">Move
      down</span>&#8221;</span> action (described below).</p>

      <p>Screens with more <span class="quote">&#8220;<span class="quote">hotkeys</span>&#8221;</span> that can fit on the
      screen will use <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>O</strong></span> to cycle through the
      complete <span class="quote">&#8220;<span class="quote">hotkey</span>&#8221;</span> listing.</p>

      <p>As shown in the illustration above, <span class="application">Cone</span> lists the hierarchy of available
      folders in a natural, tree-like format. The list of folders
      in each mail account begins with a list called <span class="quote">&#8220;<span class="quote">top-level
      folders</span>&#8221;</span>; the <span class="keycap"><strong>ENTER</strong></span> and <span class="keycap"><strong>+</strong></span> keys will then display the
      contents of each folder.</p>

      <p>When a new mail account is configured, <span class="application">Cone</span> creates a default list of
      <span class="quote">&#8220;<span class="quote">top-level
      folders</span>&#8221;</span>, as follows:</p>

      <div class="variablelist">
        <dl>
          <dt><span class="term">Local mail folders</span></dt>

          <dd>
            <p>The default top-level folder list initially contains
            one entry, the name of the directory where local mail
            folders are kept, and a second, optional entry that
            represents the default system mailbox.</p>
          </dd>

          <dt><span class="term">Local maildirs</span></dt>

          <dd>
            <p>The default top-level folder list initially contains
            two entries: <span class="quote">&#8220;<span class="quote">INBOX</span>&#8221;</span> - messages; and
            <span class="quote">&#8220;<span class="quote">Folders</span>&#8221;</span> - folders
            (<span class="application">Cone</span> implements the
            <span class="quote">&#8220;<span class="quote">Maildir++</span>&#8221;</span> folder
            extension, as implemented by the <a class="ulink" href="http://www.courier-mta.org" target="_top" shape="rect"><span class="application">Courier Mail
            Server</span></a>).</p>
          </dd>

          <dt><span class="term">POP3 mailboxes</span></dt>

          <dd>
            <p>A POP3 mailbox does not contain any folders. When
            opened, a POP3 mail account displays the number of
            messages in the POP3 mailbox where the top-level folder
            list is usually shown. Highlighting it and pressing
            <span class="keycap"><strong>ENTER</strong></span> will
            display the index of messages in the POP3 mailbox.</p>
          </dd>

          <dt><span class="term">IMAP accounts</span></dt>

          <dd>
            <p>The default top-level folder list initially contains
            <span class="quote">&#8220;<span class="quote">INBOX</span>&#8221;</span> (the default IMAP
            new mail folder), and any other default mail folder
            hierarchies, as announced by the IMAP server.</p>
          </dd>

          <dt><span class="term">SMAP accounts</span></dt>

          <dd>
            <p>The default top-level folder list is initialized by
            downloading the default folder list from the SMAP
            server.</p>
          </dd>

          <dt><span class="term">NetNews (Usenet)
          accounts</span></dt>

          <dd>
            <p>The default top-level folder list contains four
            entries, described below.</p>
          </dd>
        </dl>
      </div>

      <div class="section" title="Reading Usenet Newsgroups">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id520034" shape="rect" name="id520034"> </a>Reading Usenet Newsgroups</h5>
            </div>
          </div>
        </div>

        <p>Opening a NetNews (Usenet) account displays four
        entries:</p>

        <div class="variablelist">
          <dl>
            <dt><span class="term">All Newsgroups</span></dt>

            <dd>
              <p>This entry opens a hierarchical listing of all
              available newsgroups, subscribed and unsubscribed.
              Highlight a newsgroup with the cursor and press
              <span class="keycap"><strong>ENTER</strong></span> to
              subscribe and open the newsgroup for the first
              time.</p>
            </dd>

            <dt><span class="term">Check for new
            newsgroups</span></dt>

            <dd>
              <p>This entry opens a list of all recently created
              newsgroups.</p>
            </dd>

            <dt><span class="term">Refresh newsgroup
            list</span></dt>

            <dd>
              <p>Highlight this entry with the cursor and press
              <span class="keycap"><strong>ENTER</strong></span> to
              download and save the server's entire list of
              available newsgroups. This process may take a long
              time. On low bandwidth connections it may take 15-20
              minutes, depending on the number of newsgroups
              carried by the server.</p>

              <p>Sometimes servers may not correctly report
              newly-created newsgroups, so using this option will
              be necessary in order to add the new groups to "All
              newsgroups". Additionally, this is the only way to
              remove newsgroups no longer carried by the server
              from "All newsgroups".</p>
            </dd>

            <dt><span class="term">Subscribed
            newsgroups</span></dt>

            <dd>
              <p>This entry contains a list of subscribed
              newsgroups. To subscribe to a newsgroup, find it
              under "All newsgroups" and open it. This action
              automatically subscribes the newsgroup. To
              unsubscribe a newsgroup, highlight it here, then
              press <span class="keycap"><strong>D</strong></span>
              (Delete).</p>

              <p>Another way to subscribe to a newsgroup is
              described in the following section.</p>
            </dd>
          </dl>
        </div>
      </div>

      <div class="section" title="Adding top-level folders">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id520131" shape="rect" name="id520131"> </a>Adding top-level folders</h5>
            </div>
          </div>
        </div>

        <p>There are two ways to manually insert additional folders
        into the top-level list. The easiest way is to highlight an
        existing folder, then press <span class="keycap"><strong>U</strong></span>, then <span class="keycap"><strong>T</strong></span>. This folder is now
        included in the top-level folder list. It is important to
        note that the actual mail folder is not renamed, or
        otherwise moved in the mail account, it is only shown as
        part of the default top-level folder hierarchy. The
        top-level entry for this folder can be thought of as a
        <span class="quote">&#8220;<span class="quote">shortcut</span>&#8221;</span> to the folder. If the
        original folder is located deep in the mail account's
        folder hierarchy, it is no longer necessary to dive deep
        into the hierarchy each time the mail account is opened, in
        order to reach the folder; it's going to be right there, in
        the top-level folder hierarchy.</p>

        <p>Top-level folders do no appear in their original
        location in the mail account's folder hierarchy. When the
        folder is first added to the top-level folder list it
        momentarily appears twice: in its actual location, on the
        screen, and at the topmost level. After its original
        hierarchy folder level is closed, it will no longer appear.
        As noted above, the folder is still there, it just appears
        as a shortcut at the topmost level. When the shortcut is
        removed (see the next section), the folder reappears in its
        place.</p>

        <p>The second way to create top-level folder shortcuts is
        to highlight the name of the mail account with the cursor,
        then press <span class="keycap"><strong>A</strong></span>
        (Add). <span class="application">Cone</span> shows the
        following prompt: <span class="quote">&#8220;<span class="quote"><code class="literal">Add folder/directory
        in</code> <em class="replaceable"><code>account</code></em></span>&#8221;</span>.
        Enter the complete folder name, as used by the mail
        account's server. This method for adding top-level folders
        requires some knowledge of the folder's location on the
        mail server. However it can be used to add folders that are
        outside of the currently-configured folder hierarchies
        (which is sometimes the case with IMAP servers), as
        follows:</p>

        <div class="variablelist">
          <dl>
            <dt><span class="term">IMAP folders</span></dt>

            <dd>
              <p>The folder name is used as is. This means that
              folders whose names contain characters that are not
              in the application's character set, or do not follow
              the IMAP modified <code class="literal">UTF-7</code>
              folder name encoding, cannot be entered.</p>
            </dd>

            <dt><span class="term">SMAP folders</span></dt>

            <dd>
              <p>Specify the complete folder path name. Use the
              forward slash character, <span class="quote">&#8220;<span class="quote"><code class="literal">/</code></span>&#8221;</span> to separate
              names of individual folders in the <code class="literal">SMAP</code> folder hierarchy.
              Unicode/ISO-10646 characters that cannot be
              represented in the application's character set may be
              specified as <span class="quote">&#8220;<span class="quote"><code class="literal">%</code><em class="replaceable"><code>n</code></em><code class="literal">;</code></span>&#8221;</span>, where
              <em class="replaceable"><code>n</code></em> is a
              decimal Unicode value. Use <span class="quote">&#8220;<span class="quote"><code class="literal">\/</code></span>&#8221;</span> to specify a
              forward slash character in the folder name,
              <span class="quote">&#8220;<span class="quote"><code class="literal">\\</code></span>&#8221;</span> to specify a
              backslash character, and <span class="quote">&#8220;<span class="quote"><code class="literal">\%</code></span>&#8221;</span> to specify
              the <span class="quote">&#8220;<span class="quote">%</span>&#8221;</span> character.</p>
            </dd>

            <dt><span class="term">Usenet (NetNews)
            newsgroups</span></dt>

            <dd>
              <p>Usenet accounts already have a dedicated link to
              subscribed newsgroups. For Usenet accounts, this
              process is used to subscribe to a new newsgroup which
              does not appear under "All newsgroups".</p>

              <p>It is not possible for NetNews (Usenet) readers to
              maintain a correct, accurate list of available
              newsgroups. Usenet readers must download a list of
              available newsgroups, which can be quite large and
              require a significant time to download. It's not
              feasible to do this every time. As such, Usenet
              readers keep a saved copy of the download newsgroup
              list. Upon request, the newsgroup list may be
              downloaded again, and the locally saved list is
              brought up to date. This is what "Refresh newsgroup
              list" does.</p>

              <p>"Check for new newsgroups" is a partial solution
              that's supported by most Usenet news servers, and can
              usually do the trick and download recently added
              newsgroups. There's no way to remove newsgroups no
              longer carried by the server, except by using
              "Refresh newsgroup list", but at least "Check for new
              newsgroups" will do the trick and include new groups
              under "All newsgroups", so that they can be
              subscribed to.</p>

              <p>However, sometimes "Refresh newsgroup list" might
              not work with some oddball news server, or the news
              server can accidentally lose its wits and "forget"
              which new newsgroups were added, recently. In any
              case, use the process for creating a top-level folder
              in order to manually subscribe to a newsgroup. Type
              in the newsgroup's name, carefully checking for the
              correct spelling. After creating a link, open it and
              the newsgroup will now be subscribed to, and it will
              now appear under "Subscribed newsgroups".</p>
            </dd>

            <dt><span class="term">Local mbox-type mail folders and
            maildirs</span></dt>

            <dd>
              <p>Specify the complete folder path name, relative to
              main folder directory. For example, if this mail
              account is configured as a local mbox mail account in
              <code class="filename">$HOME/Mail</code>, use
              <span class="quote">&#8220;<span class="quote"><code class="literal">foo/bar</code></span>&#8221;</span> to
              specify <code class="filename">$HOME/Mail/foo/bar</code>. Use the forward
              slash character, <span class="quote">&#8220;<span class="quote"><code class="literal">/</code></span>&#8221;</span> to separate
              names of individual folders in the local mail folder
              hierarchy. The actual folder names use the modified
              <code class="literal">UTF-7</code> character set, and
              the entered folder name is automatically converted
              from the application's character set to modified
              <code class="literal">UTF-7</code>. This is needed
              for compatibility reasons (making it possible to
              access local mail folders both directly, and using
              IMAP or SMAP).</p>

              <p>Unicode/ISO-10646 characters that cannot be
              represented in the application's character set may be
              specified as <span class="quote">&#8220;<span class="quote"><code class="literal">%</code><em class="replaceable"><code>n</code></em><code class="literal">;</code></span>&#8221;</span>, where
              <em class="replaceable"><code>n</code></em> is a
              decimal Unicode value. Use <span class="quote">&#8220;<span class="quote"><code class="literal">\\</code></span>&#8221;</span> to specify a
              backslash character, and <span class="quote">&#8220;<span class="quote"><code class="literal">\%</code></span>&#8221;</span> to specify
              the <span class="quote">&#8220;<span class="quote">%</span>&#8221;</span> character.</p>
            </dd>
          </dl>
        </div>
      </div>

      <div class="section" title="Removing top-level folders">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id520406" shape="rect" name="id520406"> </a>Removing top-level folders</h5>
            </div>
          </div>
        </div>

        <p>Highlight a top-level folder with the cursor, and press
        <span class="keycap"><strong>D</strong></span> to remove
        it. The folder is not actually deleted from the mail
        account, it is only removed from its top-level placement,
        and it will now appear in its real location in the mail
        account's folder hierarchy.</p>
      </div>

      <div class="section" title="Removing memorized headers">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id520424" shape="rect" name="id520424"> </a>Removing memorized headers</h5>
            </div>
          </div>
        </div>

        <p><span class="application">Cone</span> memorizes custom
        mail headers in sent messages. When replying to a message
        in a folder, or creating a new message when the folder's
        contents are shown, the memorized content are used to set
        up the initial default values of custom headers. Different
        mail folders may have different defaults memorized.
        Additionally, each mail account has a global set of
        memorized default headers, which are used when replying or
        writing a message for the first time in a new folder.</p>

        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <h3 class="title">Note</h3>

          <p>At encryption key used for signing messages is handled
          just like a custom header, and a different encryption key
          may be set as a default for each folder.</p>
        </div>

        <p>Highlight a folder and press <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>R</strong></span> to remove all memorized
        header defaults for the highlighted folder. The initial
        header values for this folder will now default to the
        global account defaults.</p>
      </div>

      <div class="section" title="Renaming folders">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id520469" shape="rect" name="id520469"> </a>Renaming folders</h5>
            </div>
          </div>
        </div>

        <p>Highlight an existing mail folder and press <span class="keycap"><strong>R</strong></span> to rename it. This
        option does not work when a top-level folder is
        highlighted. A top-level folder is, essentially, a shortcut
        to an existing folder. Remove the top-level folder
        shortcut, find the original folder in its regular position
        in the folder hierarchy, then rename it.</p>
      </div>

      <div class="section" title="Creating new folders">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id520486" shape="rect" name="id520486"> </a>Creating new folders</h5>
            </div>
          </div>
        </div>

        <p>To create a new folder, highlight its parent folder
        directory, then press <span class="keycap"><strong>A</strong></span> (Add). <span class="application">Cone</span> responds with the following
        prompt: <span class="quote">&#8220;<span class="quote"><code class="literal">Create new folder in</code>
        <em class="replaceable"><code>parent</code></em></span>&#8221;</span>.
        Enter the name of a new folder, and press <span class="keycap"><strong>ENTER</strong></span>.</p>

        <p>Press <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>D</strong></span> before <span class="keycap"><strong>ENTER</strong></span> in order to create a
        folder directory, instead of a regular folder. A folder
        directory contains other subfolders, instead of messages.
        Some IMAP and SMAP mail servers can create so-called
        <span class="quote">&#8220;<span class="quote">hybrid</span>&#8221;</span> folders -- folders that
        contain both messages and other subfolders. Repeat this
        process twice to create a hybrid folder. Enter the same
        name both times; first to create a folder, then a folder
        directory with the same name.</p>

        <p>Local mbox-type mail accounts cannot have hybrid
        folders. Hybrid folders are available with local maildir
        accounts.</p>

        <p>Do not create a folder directory without creating at
        least one subfolder immediately afterwards. When a parent
        directory is shown, some mail accounts may not display a
        folder directory that does not have at least one subfolder.
        For best results: after creating a new folder directory,
        make sure that its name is highlighted, then use this
        command to create its first subfolder.</p>
      </div>

      <div class="section" title="Deleting folders">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id520558" shape="rect" name="id520558"> </a>Deleting folders</h5>
            </div>
          </div>
        </div>

        <p>Highlight the name of a folder with a cursor then press
        <span class="keycap"><strong>D</strong></span> (Delete) to
        remove it. The folder, and its contents, will be deleted.
        Use the same process to remove a folder directory. When
        trying to remove a hybrid folder, <span class="application">Cone</span> will prompt to choose to remove
        either the subfolders, or the messages in the hybrid
        folder.</p>

        <p>Some mail accounts may require that all messages in a
        folder be manually removed first, and will not remove a
        folder until it's completely empty.</p>

        <p>Some mail accounts may require that all subfolders in a
        folder directory be manually removed first, and will not
        remove a folder directory until it's completely empty.</p>

        <p>Note: highlighting a top-level folder and pressing
        <span class="keycap"><strong>D</strong></span> removes only
        the top-level shortcut, and does not remove the actual
        folder.</p>
      </div>

      <div class="section" title="Editing folder permissions">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id520600" shape="rect" name="id520600"> </a>Editing folder permissions</h5>
            </div>
          </div>
        </div>

        <p>Highlight a folder, then press <span class="keycap"><strong>P</strong></span> to view or edit folder
        permissions. Folder permissions determine whether other
        IMAP mail accounts may view, or change the contents of the
        folder. This option is only available for folders on IMAP
        mail servers that implement access control lists (access
        control lists are an optional IMAP protocol feature that is
        implemented by many IMAP servers). Attempting to use this
        option on a folder that's not an IMAP folder, or if the
        IMAP server does not implement access control lists, will
        result in an error.</p>

        <p>Pressing <span class="keycap"><strong>P</strong></span>
        shows a submenu with two options:</p>

        <div class="variablelist">
          <dl>
            <dt><span class="term">View permissions</span></dt>

            <dd>
              <p>Press <span class="keycap"><strong>V</strong></span> to display your
              permissions are on the given folder.</p>
            </dd>

            <dt><span class="term">Edit permissions</span></dt>

            <dd>
              <p>Press <span class="keycap"><strong>E</strong></span> to display all
              permissions for the given folder; this option may
              also be used to modify or adjust them.</p>

              <p>This option is available only if <span class="quote">&#8220;<span class="quote">View
              permissions</span>&#8221;</span> shows that you have
              the <span class="quote">&#8220;<span class="quote">Administrator</span>&#8221;</span> permission
              for the folder. Otherwise selecting this option
              results in an error.</p>

              <p>The <span class="quote">&#8220;<span class="quote">Edit permissions</span>&#8221;</span> screen
              is designed to be self-explanatory. Folder
              permissions, or <span class="quote">&#8220;<span class="quote">access control
              list</span>&#8221;</span> as its called, consists of
              a list of identifier/rights pairs. <span class="quote">&#8220;<span class="quote">identifier</span>&#8221;</span> designates
              the entity with the associated rights.</p>
            </dd>
          </dl>
        </div>

        <p>Not all servers support every one of the following
        access control list identifiers. See the server's
        documentation to check which access control list
        identifiers are implemented by the server:</p>

        <div class="variablelist">
          <dl>
            <dt><span class="term"><span class="quote">&#8220;<span class="quote"><code class="literal">anonymous</code></span>&#8221;</span>, or
            <span class="quote">&#8220;<span class="quote"><code class="literal">anyone</code></span>&#8221;</span></span></dt>

            <dd>
              <p>This identifier refers to universal access rights
              given to everyone, including anonymous users (if
              supported by server).</p>
            </dd>

            <dt><span class="term"><span class="quote">&#8220;<span class="quote"><code class="literal">authuser</code></span>&#8221;</span></span></dt>

            <dd>
              <p>Same as <span class="quote">&#8220;<span class="quote">anyone</span>&#8221;</span>, except for
              anonymous users. If the server does not implement
              anonymous access, then <span class="quote">&#8220;<span class="quote">anonymous</span>&#8221;</span>, <span class="quote">&#8220;<span class="quote">anyone</span>&#8221;</span>, and <span class="quote">&#8220;<span class="quote">authuser</span>&#8221;</span> are
              equivalent.</p>
            </dd>

            <dt><span class="term"><span class="quote">&#8220;<span class="quote"><code class="literal">owner</code></span>&#8221;</span></span></dt>

            <dd>
              <p>The owner of the mailbox that contains the
              folder.</p>
            </dd>

            <dt><span class="term"><span class="quote">&#8220;<span class="quote"><code class="literal">administrators</code></span>&#8221;</span></span></dt>

            <dd>
              <p>Any member of a group that's defined as an
              administrator group, in an implementation-defined
              way.</p>
            </dd>

            <dt><span class="term"><span class="quote">&#8220;<span class="quote"><code class="literal">user=</code><em class="replaceable"><code>username</code></em></span>&#8221;</span></span></dt>

            <dd>
              <p>A single system user, identified by <em class="replaceable"><code>username</code></em>.</p>
            </dd>

            <dt><span class="term"><span class="quote">&#8220;<span class="quote"><code class="literal">group=</code><em class="replaceable"><code>groupname</code></em></span>&#8221;</span></span></dt>

            <dd>
              <p>Any system user that's part of a group identified
              by <em class="replaceable"><code>groupname</code></em>. Groups are
              created and managed by IMAP server-specific tools.
              See the server's documentation for information on
              creating and managing groups (if the groups are even
              implemented by the server in the first place).</p>
            </dd>

            <dt><span class="term"><span class="quote">&#8220;<span class="quote">-<em class="replaceable"><code>identifier</code></em></span>&#8221;</span></span></dt>

            <dd>
              <p>An access control list identifier may be prefixed
              by a <span class="quote">&#8220;<span class="quote">-</span>&#8221;</span>, which refers to a
              <span class="quote">&#8220;<span class="quote">negative right</span>&#8221;</span>. Negative
              rights explicitly revoke the associated access rights
              from the <em class="replaceable"><code>identifier</code></em> instead of
              granting the right.</p>

              <p>Negative rights are not implemented by all
              servers. See the server's documentation to check if
              the server implements negative access rights.</p>
            </dd>
          </dl>
        </div>

        <p>Highlight an identifier with the cursor and press
        <span class="keycap"><strong>Enter</strong></span> to
        modify the identifier's rights. To delete an identifier,
        and its associated rights, highlight it with the cursor and
        press <span class="keycap"><strong>D</strong></span>. Press
        <span class="keycap"><strong>A</strong></span> to add an
        identifier. Use the next submenu to select the new
        identifier (<span class="quote">&#8220;<span class="quote"><code class="literal">owner</code></span>&#8221;</span>, <span class="quote">&#8220;<span class="quote"><code class="literal">user</code></span>&#8221;</span>, etc...), then
        specify the new identifier's rights.</p>

        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <h3 class="title">Note</h3>

          <p>Not all servers support every kind of an access
          control list identifier. Additionally, some IMAP servers
          are limited in the combination of access rights that may
          be given to an identifier. For example, IMAP servers that
          implement version 1 of the access control list protocol
          can only assign the <span class="quote">&#8220;<span class="quote">Delete/undelete
          messages</span>&#8221;</span>, <span class="quote">&#8220;<span class="quote">Expunge deleted
          messages</span>&#8221;</span>, and <span class="quote">&#8220;<span class="quote">Delete
          folder</span>&#8221;</span> together as a group. Either
          all three access rights must be given to an identifier,
          or none of them. An attempt to add only one or two of
          these access rights will be rejected by the server.</p>

          <p>Other IMAP servers may have other restrictions on
          which combination of access rights are valid, or not.
          Depending on the server, the error message which rejects
          an invalid access rights combination may or may not be
          informative. Check the IMAP server's documentation for
          more information.</p>
        </div>
      </div>

      <div class="section" title="Installing filters">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id520991" shape="rect" name="id520991"> </a>Installing filters</h5>
            </div>
          </div>
        </div>

        <p>Highlighting a folder and pressing <span class="keycap"><strong>F</strong></span> opens a screen where the
        folder's filters may be entered or modified. This is an
        advanced topic. See <a class="link" href="cone12filters.html" title="Mail Filters" shape="rect"><span class="quote">&#8220;<span class="quote">Mail
        Filters</span>&#8221;</span></a> for more information.</p>
      </div>

      <div class="section" title="Removing mail accounts">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id521017" shape="rect" name="id521017"> </a>Removing mail accounts</h5>
            </div>
          </div>
        </div>

        <p>Highlight the mail account's name with the cursor, and
        press <span class="keycap"><strong>D</strong></span> to
        remove it. This action logs out and removes the mail
        account. New mail accounts are added from the main
        menu.</p>
      </div>

      <div class="section" title="Rearranging accounts and top-level folders">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id521034" shape="rect" name="id521034"> </a>Rearranging accounts and top-level
              folders</h5>
            </div>
          </div>
        </div>

        <p>The order in which mail accounts, and their top-level
        folders, are listed may be adjusted by highlighting a mail
        account, or a top-level folder, and then using <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>U</strong></span> or <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>D</strong></span>.</p>

        <p><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>U</strong></span> moves the highlighted
        mail account, or folder, one position upwards, <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>D</strong></span> moves it one position
        downwards.</p>

        <p><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>U</strong></span> and <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>D</strong></span> only work when a mail
        account, or a top-level folder, is highlighted. Other
        folders are always shown in alphabetical order.</p>
      </div>

      <div class="section" title="Defining special folders">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id521273" shape="rect" name="id521273"> </a>Defining special folders</h5>
            </div>
          </div>
        </div>

        <p><span class="application">Cone</span> needs to assign
        folders for certain tasks. Highlighting a folder, and
        pressing <span class="keycap"><strong>U</strong></span>
        (Use special) brings up the following prompt, which
        designates the highlighted folder as follows:</p>

        <div class="variablelist">
          <dl>
            <dt><span class="term"><span class="keycap"><strong>A</strong></span> - address
            book</span></dt>

            <dd>
              <p><span class="application">Cone</span> can save its
              simple E-mail address book on a remote server, in
              addition to its local address book. POP3 mail folders
              cannot be used as remote address books, only IMAP or
              SMAP folders can do that. To create a new address
              book on a remote server, create a new IMAP or SMAP
              folder, highlight it with a cursor, and use this
              option.</p>

              <p>This option adds a new remote address book.
              <span class="application">Cone</span> can handle more
              than one address book, and E-mail addresses are
              looked up in each configured address book,
              sequentially, until the address is found.</p>

              <p><span class="application">Cone</span> can also
              search LDAP server-based address books. LDAP address
              books are added by choosing the <span class="quote">&#8220;<span class="quote">Address
              Book</span>&#8221;</span> option from the Main
              Menu.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>D</strong></span> - draft</span></dt>

            <dd>
              <p>The draft folder is where new, unfinished
              messages, that have not been sent yet, are saved.
              Only one draft folder may be defined; selecting a new
              draft folder automatically unselects the previous
              draft folder.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>S</strong></span> - sent
            mail</span></dt>

            <dd>
              <p>This special folder contains saved copies of sent
              messages. Each time a message is sent, a copy is
              automatically placed into this folder, by
              default.</p>

              <p>This option adds a new sent mail folder.
              <span class="application">Cone</span> can handle more
              than one sent mail folder. When writing a new
              message, a sent mail folder may be selected where a
              copy of this message will be saved, after it is
              sent.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>R</strong></span> - remote
            configuration</span></dt>

            <dd>
              <p>Enables remote configuration and uses this folder
              to save the configuration data. See <a class="link" href="cone07remoteconfig.html" title="Remote Configuration" shape="rect"><span class="quote">&#8220;<span class="quote">Remote
              Configuration</span>&#8221;</span></a> for more
              information.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>T</strong></span> - top level
            folder</span></dt>

            <dd>
              <p>This option was already discussed previously.</p>
            </dd>
          </dl>
        </div>

        <p>IMPORTANT: a POP3 folder cannot be used as a special
        folder. Only IMAP, SMAP, or a local mail folder may be used
        as a special folder.</p>

        <p>IMPORTANT: do not delete a mail folder, or a mail
        account, that contains a special folder. Remove an existing
        address book using the <span class="quote">&#8220;<span class="quote">Address
        Book</span>&#8221;</span> selection from <span class="application">Cone</span>'s main menu. Remove an existing
        draft folder first by selecting a draft folder on a
        different mail account. Remove an existing sent-mail folder
        by choosing the <span class="quote">&#8220;<span class="quote">Setup</span>&#8221;</span> selection from
        <span class="application">Cone</span>'s main menu. Then,
        the folder or the account containing a special folder can
        be deleted.</p>

        <p>IMPORTANT: Do not open an address book folder, or a
        remote configuration folder manually, unless the remote
        IMAP/SMAP server allows concurrent access to the same
        folder. <span class="application">Cone</span> opens and
        closes these folders automatically, when needed. If the
        remote IMAP/SMAP server does not allow the same folder
        opened more than once, opening the folder manually will
        result in unpredictable errors.</p>
      </div>

      <div class="section" title="Reconfiguring an account">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id521473" shape="rect" name="id521473"> </a>Reconfiguring an account</h5>
            </div>
          </div>
        </div>

        <p>Use the cursor to highlight the name of a mail account,
        and press <span class="keycap"><strong>E</strong></span> to
        edit the mail account's configuration. This is primarily
        useful with remote mail accounts. There isn't much to do
        with local mail accounts. Just remove an existing local
        mail account, then add a new account that points to a
        different mail folder directory.</p>

        <p>More details about the process of configuring a mail
        account can be found in the section that describes the
        process of adding a new mail account.</p>
      </div>

      <div class="section" title="Other commands">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id521495" shape="rect" name="id521495"> </a>Other commands</h5>
            </div>
          </div>
        </div>

        <div class="variablelist">
          <dl>
            <dt><span class="term"><span class="keycap"><strong>M</strong></span></span></dt>

            <dd>
              <p>Pressing <span class="keycap"><strong>M</strong></span> closes this
              screen, and opens the <span class="quote">&#8220;<span class="quote">Main
              Menu</span>&#8221;</span> screen.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>W</strong></span></span></dt>

            <dd>
              <p>Pressing <span class="keycap"><strong>W</strong></span> opens the
              <span class="quote">&#8220;<span class="quote">Write
              Message</span>&#8221;</span> screen. This is the
              screen where a new message can be typed, and sent.
              <span class="application">Cone</span> checks for any
              unfinished messages in the Draft folder, before
              opening this screen. If the Draft folder contains any
              messages, <span class="application">Cone</span>
              offers an option to resume writing an unfinished
              message, instead of starting a new message.
              <span class="application">Cone</span> automatically
              saves a backup copy of the current message being
              edited, at regular intervals, so that a backup copy
              can be recovered in the event that <span class="application">Cone</span> is interrupted, or
              terminated, in a middle of editing a new message. If
              a backup copy exists, <span class="application">Cone</span> announces the existence of
              an interrupted message, and prompts to resume writing
              the interrupted message. An interrupted message must
              be opened and either: sent, explicitly cancelled, or
              saved in the Draft folder; before another message can
              be written.</p>
            </dd>
          </dl>
        </div>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-32-allspice
From: Online Help <nobody@localhost>
Subject: Folder Index
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Folder Index">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone02folderindex" shape="rect" name="cone02folderindex"> </a>Folder Index</h2>
        </div>
      </div>
    </div>

    <p>Highlighting a folder on the folder listing screen and
    pressing <span class="keycap"><strong>ENTER</strong></span>
    shows an index of messages in the folder. <span class="application">Cone</span> shows the following information for
    each message:</p>

    <div class="itemizedlist">
      <ul class="itemizedlist" type="disc">
        <li class="listitem">
          <p>The message number, starting from 1 and counting
          upwards. New messages (unread messages), are prefixed
          with by <span class="quote">&#8220;<span class="quote"><code class="literal">N</code></span>&#8221;</span>. Messages marked
          for deletion are prefixed by <span class="quote">&#8220;<span class="quote"><code class="literal">D</code></span>&#8221;</span>. On some
          terminals, new messages are prefixed by a little diamond
          symbol, and messages are marked for deletion by a
          crosscheck symbol. Messages that have been replied to are
          prefixed by <span class="quote">&#8220;<span class="quote"><code class="literal">R</code></span>&#8221;</span>.</p>

          <p><span class="application">Cone</span> can process
          groups of messages at once (for example: deleting or
          moving a group of messages to another folder). This is
          done by <span class="quote">&#8220;<span class="quote">flagging</span>&#8221;</span> each message,
          individually, then executing the command. Each flagged
          message is marked with an asterisk, <span class="quote">&#8220;<span class="quote"><code class="literal">*</code></span>&#8221;</span>. On some
          displays, flagged messages are identified by a checkmark
          symbol, instead of the asterisk.</p>
        </li>

        <li class="listitem">
          <p>The date or time when the message was sent or
          received. Only the date is shown for messages sent or
          received over a week ago. More recent messages have their
          day and time shown.</p>
        </li>

        <li class="listitem">
          <p>The sender's or recipient's name. Messages sent to
          multiple people have only the first recipient shown.</p>
        </li>

        <li class="listitem">
          <p>The approximate size of the message.</p>
        </li>

        <li class="listitem">
          <p>The message's subject. There's not a lot of room to
          show the message's subject; <span class="application">Cone</span> shows as much of a subject as
          possible.</p>

          <p>Messages that belong to a watched thread, or a
          subthread, have the <span class="quote">&#8220;<span class="quote"><code class="literal">&#8801;</code></span>&#8221;</span>
          <span class="quote">&#8220;<span class="quote"><code class="literal">&#8226;</code></span>&#8221;</span> character
          shown, in reverse colors, in front of the message's
          subject. Terminals that cannot display these symbols will
          use the <span class="quote">&#8220;<span class="quote">o</span>&#8221;</span> and <span class="quote">&#8220;<span class="quote">*</span>&#8221;</span>
          characters instead. See <a class="link" href="cone02folderindex.html#watch" title="Watching Threads" shape="rect"><span class="quote">&#8220;<span class="quote">Watching Threads</span>&#8221;</span></a>, below,
          for more information.</p>
        </li>
      </ul>
    </div>

    <div class="section" title="Folder Index Screen">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id523666" shape="rect" name="id523666"> </a>Folder Index Screen</h4>
          </div>
        </div>
      </div>
      <hr /><pre class="programlisting" xml:space="preserve">
<B> New Mail: 7 messages                 CONE                                  </B>
  1  29-Jul-2002 Jack Jones              (2 Kb) IMAP server bug
  2  08-Aug-2002 Support                 (3 Kb) New security features
  3  25-Feb-2003 Sam Smith               (3 Kb) news.pl
  4  05-Mar-2003 Bill Black              (4 Kb) Re: IMAP server bug
  5  27-Mar-2003 Bill@example.com        (3 Kb) Suggested changes to README
N 6 Mon 06:39 PM Joseph_Brown@computer  (54 Kb) Re: your request for a copy 
N 7 Wed 10:55 AM Dr. Gary Green          (2 Kb) Spec file for release 1.7.1,












<B>  New Mail: 7 messages                                                      </B>
 ; Search            A wAtch/Unwatch     C Copy              E Extern cmd
 $ Sort folder       B Blind Fwd         D Delete           ^O mOre
</pre><hr />

      <p>The highlighted message on this screen marks the current
      message. Move the cursor using the cursor up/down keys,
      <span class="keycap"><strong>PgUp</strong></span>, and
      <span class="keycap"><strong>PgDn</strong></span>. The cursor
      left/right keys move the cursor to the previous/next flagged
      message. After running a search with the <span class="keycap"><strong>;</strong></span> command (see below), use
      the cursor left/right keys to locate the messages found by
      the search.</p>

      <p><span class="keycap"><strong>L</strong></span> or the
      <span class="keycap"><strong>&lt;</strong></span> returns to
      the folder listing screen, or use the following keys:</p>

      <div class="variablelist">
        <dl>
          <dt><span class="term"><span class="keycap"><strong>ENTER</strong></span></span></dt>

          <dd>
            <p>Display the current message.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>;</strong></span></span></dt>

          <dd>
            <p>Search messages, flag them, then do something to all
            flagged messages, at once. Additional options will be
            shown to enter the search criteria, described
            below.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>$</strong></span></span></dt>

          <dd>
            <p>Change the order the messages are shown on this
            screen. Initially, the messages are shown in the order
            they were added to the folder. Use this option to set
            the available sorting order: <span class="keycap"><strong>A</strong></span> - in the order they
            were added to the folder (default); <span class="keycap"><strong>D</strong></span> - order by each
            message's sent date; <span class="keycap"><strong>N</strong></span> - order messages by
            sender's (or the recipient's) name; <span class="keycap"><strong>S</strong></span> - order messages by
            their subject; <span class="keycap"><strong>T</strong></span> - order messages by
            threads.</p>

            <p>The threaded view works best on UTF-8 consoles. It
            is also not very well suited for machines with limited
            resources. Computing a threaded view is expensive, and
            the threaded view needs to be recomputed whenever
            messages are added or removed from the folder. Machines
            with limited resources should use a subject-based sort,
            which is much faster, and gives similar results.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>A</strong></span></span></dt>

          <dd>
            <p>Watch replies to this message, or stop watching
            replies to this message. See <a class="link" href="cone02folderindex.html#watch" title="Watching Threads" shape="rect"><span class="quote">&#8220;<span class="quote">Watching Threads</span>&#8221;</span></a>,
            below, for more information.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>B</strong></span></span></dt>

          <dd>
            <p><span class="quote">&#8220;<span class="quote">Blindly</span>&#8221;</span> forward the
            current message. The message is resent without adding
            any additional comments, or changing the sender's name.
            <span class="application">Cone</span> prompt for the
            recipient's name, or names, and send the messages
            without changing the message's headers in any way
            (additional headers may be added by the mail server, of
            course).</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>C</strong></span></span></dt>

          <dd>
            <p>Copy the current message to another folder.
            <span class="application">Cone</span> temporarily goes
            back to the folder listing screen. Highlight the
            destination folder with the cursor and press
            <span class="keycap"><strong>ENTER</strong></span>.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>D</strong></span></span></dt>

          <dd>
            <p>Mark the current message for deletion. The message
            is not actually deleted. It is marked for deletion by
            the <span class="quote">&#8220;<span class="quote">expunge</span>&#8221;</span> command.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>E</strong></span></span></dt>

          <dd>
            <p>Assign an external command to a function key, or
            remove an existing external command function key
            assignment. See <a class="link" href="cone02folderindex.html#coneextcmd" title="External commands" shape="rect"><span class="quote">&#8220;<span class="quote">External
            commands</span>&#8221;</span></a>, below.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>F<em class="replaceable"><code>n</code></em></strong></span></span></dt>

          <dd>
            <p>Run the external command assigned to the given
            function key. The external command receives a copy of
            the current message on its standard input. See
            <a class="link" href="cone02folderindex.html#coneextcmd" title="External commands" shape="rect"><span class="quote">&#8220;<span class="quote">External
            commands</span>&#8221;</span></a>, below.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>F</strong></span></span></dt>

          <dd>
            <p>Forwards the current message. <span class="application">Cone</span> opens a screen where a new
            message may be written. The current message is either
            saved as an attachment to the new message, or is quoted
            in the new message's text (<span class="application">Cone</span> prompts to choose one or the
            other before opening the new message screen).</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>J</strong></span></span></dt>

          <dd>
            <p>Jump elsewhere in this folder. Scrolling through a
            large folder may be a tedious process. This option
            prompts for a message number, and moves the cursor to
            that message, scrolling the display, if necessary.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>L</strong></span>, or <span class="keycap"><strong>&lt;</strong></span></span></dt>

          <dd>
            <p>This option closes the folder index screen, and
            returns to the folder listing screen.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>M</strong></span></span></dt>

          <dd>
            <p>Pressing <span class="keycap"><strong>M</strong></span> closes this screen,
            and opens the <span class="quote">&#8220;<span class="quote">Main Menu</span>&#8221;</span> screen.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>O</strong></span></span></dt>

          <dd>
            <p>Move the current message to another folder. This is
            similar to the <span class="quote">&#8220;<span class="quote">Copy</span>&#8221;</span> command, except that
            the message is removed from the current folder after
            it's succesfully copied to the destination folder.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>R</strong></span></span></dt>

          <dd>
            <p>This option creates a reply to the current message.
            <span class="application">Cone</span> may ask a few
            questions before creating a reply. <span class="application">Cone</span> knows how to format replies
            in three different ways. Not every format reply is
            available with every message. No questions are asked
            when only one reply format is possible for the message.
            <span class="application">Cone</span> asks when more
            than one reply format is available.</p>

            <p>Proper selection of a reply format is only possible
            when the main menu's setup screen is initialized with
            all applicable E-mail addresses. The available reply
            formats are:</p>

            <div class="variablelist">
              <dl>
                <dt><span class="term">Reply to a mailing
                list</span></dt>

                <dd>
                  <p>If one or more of the recipients of the
                  original message are mailing list addresses, the
                  reply is addressed to the mailing list addresses
                  only, ignoring any sender or carbon-copy
                  addresses.</p>
                </dd>

                <dt><span class="term">Reply to all</span></dt>

                <dd>
                  <p>If the message is addressed to or from more
                  than one address, excluding the user's address,
                  the reply is addressed to all original senders
                  and recipients, except for the user's
                  address.</p>
                </dd>

                <dt><span class="term">Reply</span></dt>

                <dd>
                  <p>The reply is addressed to the sending
                  party.</p>
                </dd>
              </dl>
            </div>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>S</strong></span></span></dt>

          <dd>
            <p>Many mailing lists have <span class="quote">&#8220;<span class="quote">[subject]</span>&#8221;</span> automatically
            inserted into the subject line of all mailing list
            messages. Press <span class="quote">&#8220;<span class="quote">S</span>&#8221;</span> to hide/show the
            so-called <span class="quote">&#8220;<span class="quote">blobs</span>&#8221;</span> from the subject
            line of messages shown on the folder index screen. The
            subject line has limited display real estate, and
            removing the [blob] allows more of the meaningful
            subject to be viewed on this screen.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>SPACE</strong></span></span></dt>

          <dd>
            <p>The space bar is an alternative way to flag or flag
            individual messages without using the <span class="keycap"><strong>;</strong></span> command.
            <span class="keycap"><strong>SPACE</strong></span>
            flags or unflags the current message. It is still
            necessary to use <span class="keycap"><strong>;</strong></span> in order to actually
            do something to all flagged messages.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>T</strong></span></span></dt>

          <dd>
            <p><span class="keycap"><strong>T</strong></span> opens
            a submenu where a message may be <span class="quote">&#8220;<span class="quote">tagged</span>&#8221;</span>. Tagged messages
            are shown with a different background color. This is
            merely a visual aid for highlighting selected messages,
            and nothing more. A color-capable display is necessary
            for showing tagged messages.</p>

            <p>The submenu lists nine available tags, selected by
            pressing a digit <span class="keycap"><strong>1</strong></span> through <span class="keycap"><strong>9</strong></span>. <span class="keycap"><strong>0</strong></span> removes the existing
            tag on the current message. The colors for the tags are
            selected from those available on the current display.
            Some tags will share the same color if the current
            display has less than nine available colors, in
            addition to the default text color.</p>

            <p>The names of each tag may be set by choosing the
            <span class="quote">&#8220;<span class="quote">Setup</span>&#8221;</span> selection from
            <span class="application">Cone</span>'s main menu. The
            default names of the first five tags are the same as
            message labels used by the Mozilla mail client. With
            most IMAP servers <span class="application">Cone</span>
            and Mozilla will see each other's tagged/labeled
            messages (however <span class="application">Cone</span>'s colors are determined by
            the console's color palette, and may not necessary
            match the ones Mozilla uses for the same label). This
            requires additional IMAP server functionality that may
            not be implemented by some IMAP servers.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>U</strong></span></span></dt>

          <dd>
            <p>The opposite of the <span class="keycap"><strong>D</strong></span> command - removes
            the deleted mark from the current message.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>V</strong></span></span></dt>

          <dd>
            <p>This command opens the screen with a list of
            attachments to the current message. This is the
            <span class="quote">&#8220;<span class="quote">View
            Attachment</span>&#8221;</span> screen. It is a very
            simple screen: each attachment is listed, giving its
            MIME type (the type of the attachment), its approximate
            size, and the attachments's description, if
            provided.</p>

            <p>Plain text attachments may be viewed individually,
            by pressing <span class="keycap"><strong>ENTER</strong></span>. Press
            <span class="keycap"><strong>S</strong></span> to
            download and save the highlighted attachment. Use
            <span class="keycap"><strong>I</strong></span> to
            return to the folder index screen, <span class="keycap"><strong>L</strong></span> to return to the
            folder listing screen, and <span class="keycap"><strong>M</strong></span> to go back to the
            main menu screen.</p>

            <p>After downloading an attachment it may be optionally
            deleted, or removed from the message. Press
            <span class="keycap"><strong>D</strong></span> to
            delete the highlighted attachment. Pressing
            <span class="keycap"><strong>D</strong></span> does not
            delete the attachment immediately, it only marks the
            attachment for deletion. More than one attachment may
            be marked for deletion at the same time. Press
            <span class="keycap"><strong>X</strong></span> to
            permanently remove all attachments that are marked for
            deletion. Beforing pressing <span class="keycap"><strong>X</strong></span>, a marked attachment
            can be unmarked by pressing <span class="keycap"><strong>U</strong></span>. Once <span class="keycap"><strong>X</strong></span> is pressed all the
            deleted attachments are gone for good, and cannot be
            undeleted.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>Only messages in local mail folders, IMAP folders,
              and POP3 maildrop folders may have their attachments
              removed. Messages in POP3 folders and NetNews folders
              cannot have their attachments removed.</p>
            </div>

            <p>When <span class="application">GnuPG</span> is
            installed, highlighting an attachment that contains
            GPG/PGP keys and pressing <span class="keycap"><strong>ENTER</strong></span> imports the
            keys. <span class="application">Cone</span> prompts for
            a confirmation, then runs <span class="application">GnuPG</span> to import the attached keys.
            Some versions of <span class="application">Gnu</span>
            require a special procedure for importing private keys.
            <span class="application">Cone</span>'s prompt has an
            explicit private key export option. With other versions
            of <span class="application">GnuPG</span> this option
            doesn't matter. Selecting the default import option
            will import whatever keys were attached, public or
            private.</p>

            <p>When running in an X-terminal, highlighting an image
            attachment and pressing <span class="keycap"><strong>ENTER</strong></span> displays the
            image in a separate window. This is done by running
            either Gnome's <span class="application">eog</span>, or
            KDE's <span class="application">kview</span> image
            viewer. <span class="application">Cone</span>'s manual
            page contains instructions for installing hooks for
            viewing other kinds of attachments, or using a
            different image viewer.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>W</strong></span></span></dt>

          <dd>
            <p>Pressing <span class="keycap"><strong>W</strong></span> opens the
            <span class="quote">&#8220;<span class="quote">Write
            Message</span>&#8221;</span> screen. This is the screen
            where a new message can be typed, and sent.
            <span class="application">Cone</span> checks for any
            unfinished messages in the Draft folder, before opening
            this screen. If the Draft folder contains any messages,
            <span class="application">Cone</span> offers an option
            to resume writing an unfinished message, instead of
            starting a new message. <span class="application">Cone</span> automatically saves a backup
            copy of the current message being edited, at regular
            intervals, so that a backup copy can be recovered in
            the event that <span class="application">Cone</span> is
            interrupted, or terminated, in a middle of editing a
            new message. If a backup copy exists, <span class="application">Cone</span> announces the existence of an
            interrupted message, and prompts to resume writing the
            interrupted message. An interrupted message must be
            opened and either: sent, explicitly cancelled, or saved
            in the Draft folder; before another message can be
            written.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>X</strong></span></span></dt>

          <dd>
            <p>This is the <span class="quote">&#8220;<span class="quote">Expunge</span>&#8221;</span> command. All
            messages marked for deletion are permanently removed
            from the folder.</p>
          </dd>
        </dl>
      </div>

      <div class="section" title="External commands">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="coneextcmd" shape="rect" name="coneextcmd"> </a>External commands</h5>
            </div>
          </div>
        </div>

        <p>An external command is any arbitrary command that
        <span class="application">Cone</span> runs as a child
        process. The external command reads a copy of an email
        message on its standard input. The external command may
        take any arbitrary action with this email message,
        <span class="application">Cone</span> doesn't care. This is
        a mechanism for integrating <span class="application">Cone</span> with some custom mail processing
        code. <span class="application">Cone</span> takes care of
        downloading an email message from a mailbox, and delivers
        it to an external command.</p>

        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <h3 class="title">Note</h3>

          <p>The external command must consume and read the email
          message from its standard input. If <span class="application">Cone</span> detects that the external
          command did not read the entire message before it
          terminates, <span class="application">Cone</span> assumes
          that the external command crashed, and reports an error.
          Note that the message is sent via a pipe, and
          <span class="application">Cone</span> may not reliably
          detect a premature external command termination when the
          email message is small and fits into the internal pipe
          buffer.</p>
        </div>

        <p>An external command may be assigned to any available
        keyboard function key. Different commands may be assigned
        to different function keys. Press <span class="keycap"><strong>E</strong></span> then a function key. If
        the function key is already assigned to an external
        command, <span class="application">Cone</span> asks for a
        confirmation to remove the existing assignment. Otherwise,
        <span class="application">Cone</span> asks for a short 1-2
        word command name. This is a descriptive label that gets
        shown at the bottom of the screen, next to the function key
        name, together with all other <span class="quote">&#8220;<span class="quote">hotkeys</span>&#8221;</span>. Press <span class="keycap"><strong>Enter</strong></span> after typing in the
        label, then type out the external command. <span class="application">Cone</span> passes the entered command,
        verbatim, to the system shell to execute.</p>

        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <h3 class="title">Note</h3>

          <p>Some environments and desktops may reserve certain
          function keys for their own use. The <span class="application">Gnome</span> desktop, for example, uses
          <span class="keycap"><strong>F1</strong></span> as an
          application help function. Reserved function keys are not
          available to <span class="application">Cone</span>,
          however there's no way for <span class="application">Cone</span> to know whether or not a given
          function key is available for its use. When <span class="application">Cone</span> may be used in multiple
          environments or desktops, care should be taken to assign
          external commands to function keys that are available in
          all environments.</p>
        </div>

        <p><span class="application">Cone</span> expects the
        external command to read its email message from standard
        input, finish up whatever it does with this message, and
        promptly terminate. <span class="application">Cone</span>
        stops and waits for the external command to terminate,
        before it proceeds. <span class="application">Cone</span>
        stops responding to any user input until the external
        command terminates. However, <span class="application">Cone</span> still remains in control of the
        display. The external command should have its standard
        output and standard error redirected, otherwise its output
        will corrupt the terminal display.</p>
      </div>

      <div class="section" title="Searching messages">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id525121" shape="rect" name="id525121"> </a>Searching messages</h5>
            </div>
          </div>
        </div>

        <p>Pressing <span class="keycap"><strong>;</strong></span>
        on the folder index screen brings up an extensive sequence
        of options to enter a criteria that's used to search
        messages. After the search criteria is specified, messages
        that meet the search criteria are shown as flagged
        (highlighted, and preceded by a <span class="quote">&#8220;<span class="quote"><code class="literal">*</code></span>&#8221;</span> or a checkmark).
        Messages that meet the search criteria can be quickly
        located by pressing the cursor left/right keys, which move
        the cursor to the previous or the next flagged message.</p>

        <p>Requesting a search when some messages are already
        flagged shows an additional prompt:</p>

        <div class="variablelist">
          <dl>
            <dt><span class="term"><span class="keycap"><strong>B</strong></span> - Broaden
            search</span></dt>

            <dd>
              <p>Searches the remaining messages that are not
              already flagged. Any messages that meet the search
              criteria are also flagged. Existing messages that are
              already flagged remain flagged. The final result is
              that messages which meet both the new search criteria
              and the previous search criteria(s) are flagged.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>N</strong></span> - Narrow
            search</span></dt>

            <dd>
              <p>Searches only messages that are already flagged.
              Flagged messages that meet the search criteria remain
              flagged. Messages that don't are unflagged.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>F<em class="replaceable"><code>n</code></em></strong></span></span></dt>

            <dd>
              <p>Run an external command assigned to the given
              function key. See <span class="quote">&#8220;<span class="quote">External
              commands</span>&#8221;</span> for more information.
              The external command gets invoked once for each
              flagged message, so if ten messages are flagged, the
              external command gets invoked ten times in a row,
              once for each flagged message.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>C</strong></span> - Copy
            flagged</span></dt>

            <dd>
              <p>Copy flagged messages to another folder.
              <span class="application">Cone</span> temporarily
              goes back to the folder listing screen. Highlight the
              destination folder with the cursor and press
              <span class="keycap"><strong>ENTER</strong></span>.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>D</strong></span> - Delete
            selected</span></dt>

            <dd>
              <p>No more searching is done. All flagged messages
              are marked as deleted (but not actually removed, use
              the e<span class="keycap"><strong>X</strong></span>
              command to do that).</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>O</strong></span> - Move
            flagged</span></dt>

            <dd>
              <p>Moves flagged messages to another folder. This is
              similar to the <span class="quote">&#8220;<span class="quote">Copy</span>&#8221;</span>
              command, except that the messages are removed from
              the current folder after they're succesfully copied
              to the destination folder.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>R</strong></span> - Reset
            selected</span></dt>

            <dd>
              <p>No more searching is done. All flagged messages
              are unflagged.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>U</strong></span> - Undelete
            selected</span></dt>

            <dd>
              <p>No more searching is done. All flagged messages
              that are marked as deleted have the deleted mark
              removed.</p>
            </dd>
          </dl>
        </div>

        <div class="section" title="Search criteria">
          <div class="titlepage">
            <div>
              <div>
                <h6 class="title"><a id="id525706" shape="rect" name="id525706"> </a>Search criteria</h6>
              </div>
            </div>
          </div>

          <div class="variablelist">
            <dl>
              <dt><span class="term"><span class="keycap"><strong>A</strong></span> - select
              all</span></dt>

              <dd>
                <p>Press <span class="keycap"><strong>A</strong></span> to select all
                available messages.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>!</strong></span> - not</span></dt>

              <dd>
                <p>Press <span class="keycap"><strong>!</strong></span> to logically
                reverse the following search criteria. Thus, if the
                entered search criteria was <span class="quote">&#8220;<span class="quote">Search the
                <code class="literal">From</code> header for
                <code class="literal">troll@example.com</code></span>&#8221;</span>
                the actual search will find messages where the
                <code class="literal">From</code> header does
                <span class="emphasis"><em>NOT</em></span> contain
                this text.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>D</strong></span> - search by
              date</span></dt>

              <dd>
                <p>A date-related search. Additional prompts
                follow, described below.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>S</strong></span> - search by
              status</span></dt>

              <dd>
                <p>A status-related search. Each message has
                several status flags that define whether the
                message is a new message, a deleted message, a
                replied message, and so on. Selecting a status
                search shows three options: <span class="quote">&#8220;<span class="quote">Deleted</span>&#8221;</span>, <span class="quote">&#8220;<span class="quote">Unread</span>&#8221;</span>, and
                <span class="quote">&#8220;<span class="quote">Replied</span>&#8221;</span>, to search for
                all deleted, unread, or replied messages,
                respectively.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>T</strong></span> - search by
              text</span></dt>

              <dd>
                <p>A text-based search, search for messages that
                contain (or don't contain) a given text string.
                Additional prompts follow, that further refine what
                kind of text to search for.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>Z</strong></span> - search by
              size</span></dt>

              <dd>
                <p>Search for messages that are bigger or smaller
                than a certain size. Select <span class="quote">&#8220;<span class="quote">Larger
                than</span>&#8221;</span> or <span class="quote">&#8220;<span class="quote">Smaller
                than</span>&#8221;</span> at the next prompt, then
                enter the target message size, in bytes, and press
                <span class="keycap"><strong>ENTER</strong></span>
                to search.</p>
              </dd>
            </dl>
          </div>

          <div class="section" title="Date-based searches">
            <div class="titlepage">
              <div>
                <div>
                  <h6 class="title"><a id="id525848" shape="rect" name="id525848"> </a>Date-based searches</h6>
                </div>
              </div>
            </div>

            <p>A date-based search brings up additional prompts
            that specify the nature of the search. There are two
            dates that are associated with every message: the
            <span class="quote">&#8220;<span class="quote">sent</span>&#8221;</span> date, when the
            message was sent; and the <span class="quote">&#8220;<span class="quote">received</span>&#8221;</span> date, when the
            message was received.</p>

            <p>The sent date is obtained from the message's
            <code class="literal">Date:</code> header. The received
            date is obtained from the mail server (or from the
            timestamp on the local mailbox).</p>

            <p>The first prompt enters which date is searched
            for:</p>

            <div class="orderedlist">
              <ol class="orderedlist" type="1">
                <li class="listitem">
                  <p>Messages that were sent before the given
                  date.</p>
                </li>

                <li class="listitem">
                  <p>Messages that were the sent on the given
                  date.</p>
                </li>

                <li class="listitem">
                  <p>Messages that were the sent since (on, or
                  after) the given date.</p>
                </li>

                <li class="listitem">
                  <p>Messages that were received before the given
                  date.</p>
                </li>

                <li class="listitem">
                  <p>Messages that were the received on the given
                  date.</p>
                </li>

                <li class="listitem">
                  <p>Messages that were the received since (on, or
                  after) the given date.</p>
                </li>
              </ol>
            </div>

            <p>The actual date is entered interactively. It starts
            with today's date. Press <span class="keycap"><strong>+</strong></span> or <span class="keycap"><strong>-</strong></span> to advance the shown
            date to the next or the following date. Press
            <span class="keycap"><strong>[</strong></span> or
            <span class="keycap"><strong>]</strong></span> to
            advance the shown date by a month. Press <span class="keycap"><strong>&lt;</strong></span> or <span class="keycap"><strong>&gt;</strong></span> to advance the
            shown date by a month. Press the space bar to accept
            the shown date, and search for messages.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>Date-based searches are not currently implemented
              for NetNews newsgroups.</p>
            </div>
          </div>

          <div class="section" title="Text-based searches">
            <div class="titlepage">
              <div>
                <div>
                  <h6 class="title"><a id="id525963" shape="rect" name="id525963"> </a>Text-based searches</h6>
                </div>
              </div>
            </div>

            <p>Selecting a text-based search shows a wealth of
            options:</p>

            <div class="variablelist">
              <dl>
                <dt><span class="term"><span class="keycap"><strong>S</strong></span> -
                subject</span></dt>

                <dd>
                  <p>Search the contents of the <code class="literal">Subject:</code> header.</p>
                </dd>

                <dt><span class="term"><span class="keycap"><strong>F</strong></span> -
                from</span></dt>

                <dd>
                  <p>Search the contents of the <code class="literal">From:</code> header.</p>
                </dd>

                <dt><span class="term"><span class="keycap"><strong>T</strong></span> - to</span></dt>

                <dd>
                  <p>Search the contents of the <code class="literal">To:</code> header.</p>
                </dd>

                <dt><span class="term"><span class="keycap"><strong>C</strong></span> - cc</span></dt>

                <dd>
                  <p>Search the contents of the <code class="literal">Cc:</code> header.</p>
                </dd>

                <dt><span class="term"><span class="keycap"><strong>B</strong></span> -
                bcc</span></dt>

                <dd>
                  <p>Search the contents of the <code class="literal">Bcc:</code> header.</p>
                </dd>

                <dt><span class="term"><span class="keycap"><strong>H</strong></span> - specific
                header</span></dt>

                <dd>
                  <p>Searches for the given text in some other
                  header. The next prompt asks for the header's
                  name.</p>
                </dd>

                <dt><span class="term"><span class="keycap"><strong>O</strong></span> -
                contents</span></dt>

                <dd>
                  <p>Search the contents of the message for the
                  given text.</p>
                </dd>

                <dt><span class="term"><span class="keycap"><strong>A</strong></span> -
                anywhere</span></dt>

                <dd>
                  <p>Search the given text anywhere - headers or
                  contents.</p>
                </dd>
              </dl>
            </div>

            <p>Enter the text to search for after selecting one of
            these options, and press <span class="keycap"><strong>ENTER</strong></span> to perform the
            search.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>Efficient searching is implemented for local mail,
              and IMAP/SMAP mailboxes only. NetNews servers'
              searching capabilities are very limited, and POP3
              servers have no search facilities whatsoever. In all
              cases, searching for message status flags is
              supported, since message status flags are always
              cached locally.</p>

              <p>Only message headers of NetNews folders may be
              searched, and only English characters can be used as
              a search string. Some older NetNews servers may not
              have any searching ability whatsoever. Searching of
              message contents is not supported. Searching by
              message size, or message's date is not supported
              either.</p>

              <p>Searching of POP3 folders is also not very
              efficient, although the search text is not limited to
              English characters only. POP3 folder search is
              accomplished by downloading the complete headers of
              each message, and searching it manually. Downloaded
              headers are not cached. The headers are also
              downloaded when searching by message's date.
              Searching by message size, or message's date is not
              supported for POP3 folders.</p>
            </div>
          </div>
        </div>
      </div>

      <div class="section" title="Watching Threads">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="watch" shape="rect" name="watch"> </a>Watching Threads</h5>
            </div>
          </div>
        </div>

        <p>Pressing <span class="keycap"><strong>A</strong></span>
        displays the following prompt: <span class="quote">&#8220;<span class="quote">Watch thread up to
        <em class="replaceable"><code>A</code></em> days,
        <em class="replaceable"><code>B</code></em>-deep replies?
        (Y/N).</span>&#8221;</span> The initial values for
        <em class="replaceable"><code>A</code></em> and <em class="replaceable"><code>B</code></em> are taken from the setup
        screen. Press <span class="keycap"><strong>D</strong></span> or <span class="keycap"><strong>R</strong></span> to adjust the defaults,
        if desired.</p>

        <p>Answering the prompt with <span class="keycap"><strong>Y</strong></span> will <span class="quote">&#8220;<span class="quote">watch</span>&#8221;</span> the currently
        highlighted message, and any new replies to it. The
        highlighted message's subject will be shown with a
        highly-visible <span class="quote">&#8220;<span class="quote"><code class="literal">&#8801;</code></span>&#8221;</span> character (or
        the <span class="quote">&#8220;<span class="quote">o</span>&#8221;</span> character on some
        terminals). New replies to the watched message will also be
        automatically marked in the same fashion.</p>

        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <h3 class="title">Note</h3>

          <p>Any existing replies to the watched message are not
          automatically marked. Only future replies to the message
          will be automatically marked for watching.</p>
        </div>

        <p>Thread-watching is mostly useful with large NetNews
        newsgroups. A single, watched, conversation thread can be
        easily identified even in a very active newsgroup; however
        thread-watching can also be used with regular mail folders
        (with some limitations as noted below).</p>

        <p>NetNews threads are famous for quickly diverging
        off-topic, so <span class="application">Cone</span>'s
        thread-watching future quietly turns itself off, after a
        while. There's very little uses in continuing to monitor a
        thread that began talking about the merits of organic food,
        but then ended up becoming a heated discussion about
        psychological problems of the Hollywood elite.</p>

        <p>The initial default settings will watch for replies for
        up to fourteen days, or five levels of follow-ups,
        whichever comes first. That meaning that a reply to a reply
        to a reply to a reply to a reply of a watched message will
        still be shown as part of a watched thread, but its own
        reply will not be. There is no limit on the number of
        watched replies to the initial message, or to any of the
        five subsequent levels of follow-ups, as long as they
        arrive within the time-enforced limit.</p>

        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <h3 class="title">Note</h3>

          <p>After coming back from a 15-day vacation, and opening
          a folder which used to have watched threads, none of the
          new messages will be marked for watching, even though
          they arrived before the 14-days were up. Well, you just
          had a nice 15-day vacation, why do you care about some
          stale flame war that started more than two weeks ago?</p>
        </div>

        <p>The last level of watched followups will be marked with
        a different character, a <span class="quote">&#8220;<span class="quote"><code class="literal">&#8226;</code></span>&#8221;</span> (or
        <span class="quote">&#8220;<span class="quote"><code class="literal">*</code></span>&#8221;</span> as shown by some
        terminals), instead of the <span class="quote">&#8220;<span class="quote"><code class="literal">&#8801;</code></span>&#8221;</span> character.
        This is a visual cue to evaluate whether this subthread is
        still worth following. If so, the message can be manually
        re-watched. Highlighting the message and choosing this
        option will <span class="quote">&#8220;<span class="quote">renew</span>&#8221;</span> the interest in this
        thread for another round of followups (however other
        branches of the original thread will still expire as usual,
        unless they are also renewed).</p>

        <p>Selecting this option again on a message that's already
        being watched will prompt to turn off watching for more
        replies. The message will no longer appear watched, and any
        future replies to the message will not be watched.</p>

        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <h3 class="title">Note</h3>

          <p>Any existing replies that are watched will continue to
          be watched, even though the original message is no longer
          being watched.</p>
        </div>

        <div class="section" title="Watching E-mail threads">
          <div class="titlepage">
            <div>
              <div>
                <h6 class="title"><a id="id526574" shape="rect" name="id526574"> </a>Watching E-mail threads</h6>
              </div>
            </div>
          </div>

          <p>Thread watching is designed primarily to be used with
          NetNews newsgroups. The mechanism by which replies are
          selected for watching is quick, and simple. NetNews
          messages typically carry robust threading metadata, and
          even if there's a NetNews hiccup, and messages come in
          out of order, all eligible replies should still be
          correctly selected for watching. There is a very small
          chance that a very severe NetNews disruption will result
          in a failure to catch watched replies. However, messages
          would probably come in so wildly out of sequence that the
          thread is not likely to remain readable even if all
          watched replies were properly tagged, whenever they
          arrive.</p>

          <p>Thread watching is not limited to NetNews newsgroups.
          E-mail threads may also be selected for watching.
          However, E-mail messages tend to have far less threading
          metadata than their NetNews counterparts. A disruption in
          incoming E-mail is more likely to result in missed
          replies, than a NetNews disruption. However, E-mail
          disruptions, on average, tend to occur far less often
          than NetNews disruptions, so everything tends to come out
          even.</p>

          <p>Additionally, many modern E-mail clients now include
          the same full threading metadata as NetNews clients
          (<span class="application">Cone</span> always includes
          complete threading metadata with every outgoing message,
          NetNews or E-mail). This issue continues to be less and
          less relevant, as time goes on.</p>
        </div>
      </div>

      <div class="section" title="Checking for new mail">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id526608" shape="rect" name="id526608"> </a>Checking for new mail</h5>
            </div>
          </div>
        </div>

        <p>The semantics of checking for new mail varies slightly,
        depending on the mail account. With SMAP-based mail
        account, and with most IMAP mail accounts, new mail in the
        current folder is shown immediately. If messages in the
        folder are shown in the order they were added to the
        folder, new mail will naturally appear at the end of
        folder. If messages are shown in a different sorting order,
        new messages will be shown wherever they should appear in
        accordance with the current sort order. Most IMAP mail
        accounts show new mail as soon as it is received. Some IMAP
        mail accounts do not report new mail immediately after it
        is delivered to the mail folder (this depends on the IMAP
        server software). <span class="application">Cone</span>
        checks for new mail at regular intervals, and new received
        messages will show up after the next check for new
        mail.</p>

        <p>New mail delivered to a local mbox folder will usually
        be shown when <span class="application">Cone</span> checks
        for new mail, at regularly-scheduled intervals. New mail
        delivered to a local maildir will also usually appear only
        after <span class="application">Cone</span> checks for new
        mail. On most Linux and SGI systems, and on any other
        system that has the File Access Monitor daemon running, new
        mail will be reported immediately.</p>

        <p>In all cases, move to the last message in the folder,
        and use the cursor down key to have <span class="application">Cone</span> explicitly checks for new mail.
        New mail in a POP3 folder will only be shown after an
        explicit new mail check (<span class="application">Cone</span> does not check for new mail in
        POP3 folders by itself).</p>

        <div class="blockquote">
          <blockquote class="blockquote">
            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>There's a bug in <span class="application">INN
              2.5</span>, which should be fixed in 2.5.3. The
              affected versions of <span class="application">INN</span> are 2.5.0 through 2.5.2. Any
              new messages in NetNews newsgroups will come up with
              a blank sender and subject.</p>

              <p>Do not use the cursor down key to check for new
              messages in NetNews newsgroups, if the server is
              running the affected version of <span class="application">INN</span></p>
            </div>
          </blockquote>
        </div>

        <p>In all cases, new mail will not be immediately shown
        after the folder index screen is closed. When the folder
        index screen is closed, the mail folder still remains
        <span class="quote">&#8220;<span class="quote">opened</span>&#8221;</span> until <span class="application">Cone</span> opens another folder in the same
        mail account. <span class="application">Cone</span> still
        regularly checks for new mail when the folder index screen
        is not being shown (except for POP3 accounts). New mail
        will be reported only when <span class="application">Cone</span> checks for new mail, or when the
        folder index screen is reopened.</p>
      </div>

      <div class="section" title="Concurrent changes to the current folder's contents">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id526720" shape="rect" name="id526720"> </a>Concurrent changes to the current
              folder's contents</h5>
            </div>
          </div>
        </div>

        <p>Most mail accounts allow the same folder to be opened by
        multiple applications. When <span class="application">Cone</span> has a folder opened, another
        application might also have the same folder opened, and
        another application may be making changes to the folder, at
        the same time.</p>

        <p>Generally speaking, new mail delivered to the folder,
        while it's opened by <span class="application">Cone</span>,
        is one example of concurrent changes to the contents of the
        folder while it is opened. Other applications may make
        other kinds of changes to the folder's contents: changing a
        message's status (whether the message is unread, deleted,
        replied, tagged, and/or flagged); or removing a message
        from the folder. In general, changes by other applications
        are reported in the same manner that <span class="application">Cone</span> reports new mail. If <span class="application">Cone</span> reports new mail as soon as it is
        received, <span class="application">Cone</span> will also
        report other kinds of changes to the folder's contents as
        soon as they occur. Otherwise, changes to the folder's
        contents are reported the next time <span class="application">Cone</span> checks for new mail. An attempt
        to access a message that was removed by another
        application, but not yet reported, usually results in an
        error.</p>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-33-allspice
From: Online Help <nobody@localhost>
Subject: Message View Screen
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Message View Screen">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone03messageview" shape="rect" name="cone03messageview"> </a>Message View Screen</h2>
        </div>
      </div>
    </div>

    <p>Highlighting a message in the folder index screen and
    pressing <span class="keycap"><strong>ENTER</strong></span>
    displays the contents of the message. Cursor up/down keys,
    <span class="keycap"><strong>PgUp</strong></span> and
    <span class="keycap"><strong>PgDn</strong></span> scroll the
    message vertically.</p>

    <div class="section" title="Message View Screen">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id529127" shape="rect" name="id529127"> </a>Message View Screen</h4>
          </div>
        </div>
      </div>
      <hr /><pre class="programlisting" xml:space="preserve">
<B> INBOX: 30 of 42  (NEW)               CONE                                  </B>
       From: customer_service@domain.com
         To: jack@example.com
    Subject: bw1234567
 Message-ID: &lt;1234567.1043529357882.JavaMail.cservice@entp.domain.com&gt;
       Date: Sat, 25 Jan 2003 16:15:57 -0500
----------------------------------------------------------------------------
As a valued customer, your needs are always our first priority. Thank you 
for contacting Domain.com regarding our customer communication efforts. We
have processed your request to remove you from future communications. Please
note that this may take up to 45 days to complete.

Please understand that not all advertisements appearing on or delivered to
your e-mail address, mobile phone, or device are authorized by Domain.com.
You may resume the receipt of solicitations at anytime by visiting our Web
site using the links provided above.

For Domain.com customers:
For Consumer Accounts, go to domain.com/privacy/consumer_opt.jhtml
For Business Accounts, go to domain.com/privacy/business_opt.jhtml
<B>                                                                            </B>
 / Search        D Delete        H Full Hdrs     L Folder List   N Next
 B Blind Fwd     F Fwd           I Index         M Main Menu    ^O mOre
</pre><hr />

      <p>The following keys are available from this screen:</p>

      <div class="variablelist">
        <dl>
          <dt><span class="term"><span class="keycap"><strong>|</strong></span></span></dt>

          <dd>
            <p>This option is usually used as a rough mechanism for
            printing a message. It runs an external command, and
            supplies the formatted version of the message to the
            external command, as standard input. Pressing
            <span class="keycap"><strong>|</strong></span> prompts
            for the command to invoke, which defaults to
            <span class="quote">&#8220;<span class="quote">lpr</span>&#8221;</span>. The command is
            started, and the formatted version of the currently
            displayed message is provided to the external command
            on standard input.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>/</strong></span></span></dt>

          <dd>
            <p>This option Prompts for search text, then searches
            the currently shown message for the first occurence of
            the entered text. The search begins starting with the
            first line shown on the screen. To search the entire
            message, make sure that the beginning of the message is
            shown on the screen.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>B</strong></span></span></dt>

          <dd>
            <p><span class="quote">&#8220;<span class="quote">Blindly</span>&#8221;</span> forward the
            current message. The message is resent without adding
            any additional comments, or changing the sender's name.
            <span class="application">Cone</span> prompt for the
            recipient's name, or names, and send the messages
            without changing the message's headers in any way
            (additional headers may be added by the mail server, of
            course).</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>S</strong></span></span></dt>

          <dd>
            <p>Save the message's contents into a file. Pressing
            <span class="keycap"><strong>S</strong></span> prompts
            for a filename where the message's raw, unformatted
            contents are saved.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>D</strong></span></span></dt>

          <dd>
            <p>Mark this message as deleted, then advance to the
            next message in the folder.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>F</strong></span></span></dt>

          <dd>
            <p>Forwards the current message. <span class="application">Cone</span> opens a screen where a new
            message may be written. The current message is either
            saved as an attachment to the new message, or is quoted
            in the new message's text (<span class="application">Cone</span> prompts to choose one or the
            other before opening the new message screen).</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>F<em class="replaceable"><code>n</code></em></strong></span></span></dt>

          <dd>
            <p>Run the external command that's assigned to this
            function key. The external command receives a copy of
            the shown message on its standard input. An external
            command must be previously assigned to this function
            key on the <a class="link" href="cone02folderindex.html" title="Folder Index" shape="rect">Folder Index</a> screen, where this is described
            in greater detail, in the <a class="link" href="cone02folderindex.html#coneextcmd" title="External commands" shape="rect"><span class="quote">&#8220;<span class="quote">External
            commands</span>&#8221;</span></a> section.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>H</strong></span></span></dt>

          <dd>
            <p>Toggle between displaying abbreviated mail headers,
            and all mail headers.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>I</strong></span> or <span class="keycap"><strong>&lt;</strong></span></span></dt>

          <dd>
            <p>Return to the folder index screen.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>L</strong></span></span></dt>

          <dd>
            <p>This option closes the folder index screen, and
            returns to the folder listing screen.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>M</strong></span></span></dt>

          <dd>
            <p>Pressing <span class="keycap"><strong>M</strong></span> closes this screen,
            and opens the <span class="quote">&#8220;<span class="quote">Main Menu</span>&#8221;</span> screen.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>N</strong></span></span></dt>

          <dd>
            <p>Advance to the next message in the folder.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>P</strong></span></span></dt>

          <dd>
            <p>Advance to the previous message in the folder.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>R</strong></span></span></dt>

          <dd>
            <p>This option creates a reply to the current message.
            <span class="application">Cone</span> may ask a few
            questions before creating a reply. <span class="application">Cone</span> knows how to format replies
            in three different ways. Not every format reply is
            available with every message. No questions are asked
            when only one reply format is possible for the message.
            <span class="application">Cone</span> asks when more
            than one reply format is available.</p>

            <p>Proper selection of a reply format is only possible
            when the main menu's setup screen is initialized with
            all applicable E-mail addresses. The available reply
            formats are:</p>

            <div class="variablelist">
              <dl>
                <dt><span class="term">Reply to a mailing
                list</span></dt>

                <dd>
                  <p>If one or more of the recipients of the
                  original message are mailing list addresses, the
                  reply is addressed to the mailing list addresses
                  only, ignoring any sender or carbon-copy
                  addresses.</p>
                </dd>

                <dt><span class="term">Reply to all</span></dt>

                <dd>
                  <p>If the message is addressed to or from more
                  than one address, excluding the user's address,
                  the reply is addressed to all original senders
                  and recipients, except for the user's
                  address.</p>
                </dd>

                <dt><span class="term">Reply</span></dt>

                <dd>
                  <p>The reply is addressed to the sending
                  party.</p>
                </dd>
              </dl>
            </div>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>SPACE</strong></span></span></dt>

          <dd>
            <p>Show the next page, like <span class="keycap"><strong>PgDn</strong></span>. If the last page
            is already shown, advance to the next unread message in
            the folder.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>Enter</strong></span></span></dt>

          <dd>
            <p>When <span class="application">Cone</span> displays
            an <acronym class="acronym">HTML</acronym> message with
            external links, and one or more links are visible, the
            cursor is turned on and placed on the first shown link.
            Cursor up/down keys advances the cursor to the
            previos/next <acronym class="acronym">HTML</acronym>
            link, and <span class="keycap"><strong>Enter</strong></span> activates the
            link.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p><span class="application">Cone</span> knows how
              process <span class="quote">&#8220;<span class="quote">mailto:</span>&#8221;</span>, <span class="quote">&#8220;<span class="quote">http:</span>&#8221;</span>, and <span class="quote">&#8220;<span class="quote">https:</span>&#8221;</span> <acronym class="acronym">URL</acronym>s. See the <a class="link" href="cone.html" title="cone" shape="rect"><span class="citerefentry"><span class="refentrytitle">cone</span>(1)</span></a> manual page
              for more information.</p>
            </div>

            <p><span class="application">Cone</span> also tries to
            detect links in plain, non-HTML, mail. <span class="application">Cone</span>'s ability to correctly detect
            the start and the end of a link may not work 100% of
            the time with non-HTML mail.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>Many mailing lists add links to various
              administrative functions (such as unsubscribing or
              searching the list's archives) to the headers of the
              mailing list's messages. Press <span class="keycap"><strong>H</strong></span> to display full
              message headers and access those links.</p>
            </div>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>T</strong></span></span></dt>

          <dd>
            <p>This options shows a list of E-mail addresses from
            the message, and offers a quick option to add the
            addresses to the addressbook.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>U</strong></span></span></dt>

          <dd>
            <p>Remove the deleted mark from this message, then
            advance to the next message in the folder.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>V</strong></span></span></dt>

          <dd>
            <p>This command opens the screen with a list of
            attachments to the current message. This is the
            <span class="quote">&#8220;<span class="quote">View
            Attachment</span>&#8221;</span> screen. It is a very
            simple screen: each attachment is listed, giving its
            MIME type (the type of the attachment), its approximate
            size, and the attachments's description, if
            provided.</p>

            <p>Plain text attachments may be viewed individually,
            by pressing <span class="keycap"><strong>ENTER</strong></span>. Press
            <span class="keycap"><strong>S</strong></span> to
            download and save the highlighted attachment. Use
            <span class="keycap"><strong>I</strong></span> to
            return to the folder index screen, <span class="keycap"><strong>L</strong></span> to return to the
            folder listing screen, and <span class="keycap"><strong>M</strong></span> to go back to the
            main menu screen.</p>

            <p>After downloading an attachment it may be optionally
            deleted, or removed from the message. Press
            <span class="keycap"><strong>D</strong></span> to
            delete the highlighted attachment. Pressing
            <span class="keycap"><strong>D</strong></span> does not
            delete the attachment immediately, it only marks the
            attachment for deletion. More than one attachment may
            be marked for deletion at the same time. Press
            <span class="keycap"><strong>X</strong></span> to
            permanently remove all attachments that are marked for
            deletion. Beforing pressing <span class="keycap"><strong>X</strong></span>, a marked attachment
            can be unmarked by pressing <span class="keycap"><strong>U</strong></span>. Once <span class="keycap"><strong>X</strong></span> is pressed all the
            deleted attachments are gone for good, and cannot be
            undeleted.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>Only messages in local mail folders, IMAP folders,
              and POP3 maildrop folders may have their attachments
              removed. Messages in POP3 folders and NetNews folders
              cannot have their attachments removed.</p>
            </div>

            <p>When <span class="application">GnuPG</span> is
            installed, highlighting an attachment that contains
            GPG/PGP keys and pressing <span class="keycap"><strong>ENTER</strong></span> imports the
            keys. <span class="application">Cone</span> prompts for
            a confirmation, then runs <span class="application">GnuPG</span> to import the attached keys.
            Some versions of <span class="application">Gnu</span>
            require a special procedure for importing private keys.
            <span class="application">Cone</span>'s prompt has an
            explicit private key export option. With other versions
            of <span class="application">GnuPG</span> this option
            doesn't matter. Selecting the default import option
            will import whatever keys were attached, public or
            private.</p>

            <p>When running in an X-terminal, highlighting an image
            attachment and pressing <span class="keycap"><strong>ENTER</strong></span> displays the
            image in a separate window. This is done by running
            either Gnome's <span class="application">eog</span>, or
            KDE's <span class="application">kview</span> image
            viewer. <span class="application">Cone</span>'s manual
            page contains instructions for installing hooks for
            viewing other kinds of attachments, or using a
            different image viewer.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>W</strong></span></span></dt>

          <dd>
            <p>Pressing <span class="keycap"><strong>W</strong></span> opens the
            <span class="quote">&#8220;<span class="quote">Write
            Message</span>&#8221;</span> screen. This is the screen
            where a new message can be typed, and sent.
            <span class="application">Cone</span> checks for any
            unfinished messages in the Draft folder, before opening
            this screen. If the Draft folder contains any messages,
            <span class="application">Cone</span> offers an option
            to resume writing an unfinished message, instead of
            starting a new message. <span class="application">Cone</span> automatically saves a backup
            copy of the current message being edited, at regular
            intervals, so that a backup copy can be recovered in
            the event that <span class="application">Cone</span> is
            interrupted, or terminated, in a middle of editing a
            new message. If a backup copy exists, <span class="application">Cone</span> announces the existence of an
            interrupted message, and prompts to resume writing the
            interrupted message. An interrupted message must be
            opened and either: sent, explicitly cancelled, or saved
            in the Draft folder; before another message can be
            written.</p>
          </dd>
        </dl>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-34-allspice
From: Online Help <nobody@localhost>
Subject: Write Message Screen
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Write Message Screen">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone04writemessage" shape="rect" name="cone04writemessage"> </a>Write Message Screen</h2>
        </div>
      </div>
    </div>

    <p>Pressing <span class="keycap"><strong>W</strong></span>
    opens the <span class="quote">&#8220;<span class="quote">Write
    Message</span>&#8221;</span> screen. This is the screen where a
    new message can be typed, and sent. <span class="application">Cone</span> checks for any unfinished messages in
    the Draft folder, before opening this screen. If the Draft
    folder contains any messages, <span class="application">Cone</span> offers an option to resume writing an
    unfinished message, instead of starting a new message.
    <span class="application">Cone</span> automatically saves a
    backup copy of the current message being edited, at regular
    intervals, so that a backup copy can be recovered in the event
    that <span class="application">Cone</span> is interrupted, or
    terminated, in a middle of editing a new message. If a backup
    copy exists, <span class="application">Cone</span> announces
    the existence of an interrupted message, and prompts to resume
    writing the interrupted message. An interrupted message must be
    opened and either: sent, explicitly cancelled, or saved in the
    Draft folder; before another message can be written.</p>

    <div class="section" title="Write Message Screen">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id530897" shape="rect" name="id530897"> </a>Write Message Screen</h4>
          </div>
        </div>
      </div>
      <hr /><pre class="programlisting" xml:space="preserve">
<B> EDIT MESSAGE                         CONE                                  </B>
             To: John Smith &lt;jsmith@domain.com&gt;
             Cc:
        Subject: Re: Patch for filtering module
    Attachments:
----------------------------------------------------------------------------
Jeff Williams writes:

&gt; This patch puts the user lookups into their own functions. Means that
&gt; the config files are only read if the user is not found be an earlier
&gt; lookup. It would also make it easier to add support to control the
&gt; type/order of lookups at runtime, rather than always looking for the
&gt; search modules in their built-in order.
&gt;
&gt; --
&gt; Regards,
&gt;
&gt; John Smith



<B>                                                                            </B>
^  Mark         ^F Full Hdrs    ^J Justify      ^P Postpone     ^S Search
^D Dict Spell   ^G Insert File  ^K Line Clear   ^R Srch/Rplce   ^O mOre
</pre><hr />

      <p>The following keys are available from this screen:</p>

      <div class="variablelist">
        <dl>
          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>SPACE</strong></span>, <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>W</strong></span>, <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>Y</strong></span></span></dt>

          <dd>
            <p><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>SPACE</strong></span> marks the
            starting position of a range of text. To delete a block
            of text: move the cursor to the beginning of the block
            of text, press <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>SPACE</strong></span>, move the cursor
            to the end of text, press <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>W</strong></span>. To re-insert this
            text someplace else, move the cursor to the insertion
            point and press <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>Y</strong></span> (yank).</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>C</strong></span></span></dt>

          <dd>
            <p>Cancel composition of the current message.
            Everything is thrown away, and this screen is
            closed.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>D</strong></span></span></dt>

          <dd>
            <p>Starts the spell checker (dictionary lookup). Text
            starting with the cursor position, and until the end of
            the message, is spell-checked. Words that are not found
            in the dictionary are highlighted, and the status line
            lists up to ten suggested replacement words. To replace
            the highlighted word with one of the suggestions, press
            the number corresponding to the suggested replacement,
            or: press <span class="keycap"><strong>I</strong></span> to ignore this
            occurence of the misspelled word; press <span class="keycap"><strong>A</strong></span> to ignore all
            occurencer of the misspelled word, press <span class="keycap"><strong>R</strong></span> to replace the
            misspelled word with a manually-entered
            replacement.</p>

            <p>Note: quoted text in replies (lines that begin with
            the <span class="quote">&#8220;<span class="quote">&gt;</span>&#8221;</span> character), are not
            spell-checked.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>F</strong></span></span></dt>

          <dd>
            <p>Turn display of full headers on/off. Initially, only
            the <span class="quote">&#8220;<span class="quote">To:</span>&#8221;</span>, <span class="quote">&#8220;<span class="quote">Cc:</span>&#8221;</span>, and <span class="quote">&#8220;<span class="quote">Subject:</span>&#8221;</span> headers are
            shown. <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>F</strong></span> shows additional
            headers: <span class="quote">&#8220;<span class="quote">From:</span>&#8221;</span>, <span class="quote">&#8220;<span class="quote">Reply-To:</span>&#8221;</span>, <span class="quote">&#8220;<span class="quote">Bcc:</span>&#8221;</span>, and <span class="quote">&#8220;<span class="quote">Fcc:</span>&#8221;</span>.</p>

            <p>The <span class="quote">&#8220;<span class="quote">Fcc:</span>&#8221;</span> header specifies the
            folder where a copy of the message is saved, after it's
            sent. One of the defined <span class="quote">&#8220;<span class="quote">Sent
            Mail</span>&#8221;</span> special folders is listed in
            this header. Highlight this header with the cursor, and
            press <span class="keycap"><strong>ENTER</strong></span> to cycle through
            the list of available <span class="quote">&#8220;<span class="quote">Sent
            Mail</span>&#8221;</span> special folders.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>G</strong></span></span></dt>

          <dd>
            <p>This key (<span class="quote">&#8220;<span class="quote">get</span>&#8221;</span>) inserts a file into
            the current text document, at the current cursor
            position.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>J</strong></span></span></dt>

          <dd>
            <p>Re-justifies the current paragraph. <span class="application">Cone</span> uses <span class="quote">&#8220;<span class="quote">lazy</span>&#8221;</span> word-wrapping.
            <span class="application">Cone</span> word-wraps long
            lines when new text is being added; however when
            deleting text short lines are not re-wrapped. Pressing
            this key re-formats the current paragraph to the
            optimal line length, taking into account all previous
            editing.</p>

            <p><span class="application">Cone</span> will not
            re-justify quoted text in replies. Remove the leading
            quote characters, <span class="quote">&#8220;<span class="quote">&gt;</span>&#8221;</span>, justify, then
            re-insert the quote characters, if necessary.</p>

            <p>Technical note: messages composed in <span class="application">Cone</span> are marked as <span class="quote">&#8220;<span class="quote">flowed-text</span>&#8221;</span> MIME plain
            text. This format uses invisible trailing whitespace to
            tag paragraph breaks. Mail readers that support
            <span class="quote">&#8220;<span class="quote">flowed-text</span>&#8221;</span> format (of
            which <span class="application">Cone</span> is one),
            are capable of automatically reformatting flowed text
            into a variable-width display. When composing new text,
            <span class="application">Cone</span> automatically
            inserts the appropriate invisible whitespace
            characters, as needed. Extensive editing may
            inadvertently delete the flowed-text <span class="quote">&#8220;<span class="quote">watermarks</span>&#8221;</span>, resulting in a
            line, or two, not wrapping properly on the expected
            margin break. <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>J</strong></span> reformats the
            current paragraph, and makes sure that everything is in
            proper order, automatically restoring any deleted
            flowed-text trailing whitespace.</p>

            <p>Liberal use of <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>J</strong></span> during editing is
            highly encouraged. Not only does this make written text
            look good, it makes new text look extra-good, in modern
            mail clients that know how to read flowed-text
            formatted messages.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>K</strong></span></span></dt>

          <dd>
            <p>Delete text between the current cursor position, and
            the end of the line.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>S</strong></span>, <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>R</strong></span></span></dt>

          <dd>
            <p>Search for a text string starting at the current
            cursor position, or search and replace text.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>N</strong></span></span></dt>

          <dd>
            <p>Define a new macro. First, define a text range using
            <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>SPACE</strong></span> and cursor keys.
            With the text range highlighted, press <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>N</strong></span>, type in a short
            abbreviation, then press <span class="keycap"><strong>ENTER</strong></span>.</p>

            <p>The text range will be memorized, and from this
            point on, typing the abbreviation will automatically
            insert the memorized range.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>The abbreviation cannot contain spaces or tabs
              (the text range itself may contain anything, only the
              abbreviation cannot have spaces).</p>

              <p>The memorized text range is inserted verbatim,
              without reformatting. If memorized text is inserted
              in a middle of a line, it may be necessary to use
              <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>J</strong></span> to re-justify the
              text.</p>
            </div>

            <p>If the keyboard has function keys, it is possible to
            press a function key instead of entering an
            abbreviation; and use the same function key to insert
            the memorized text.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>Not all function keys may be available in every
              situation. <span class="application">gnome-terminal</span>, for example,
              appropriates <span class="keycap"><strong>F1</strong></span> for its own
              online help pages; so <span class="keycap"><strong>F1</strong></span> is not available
              to applications running in a <span class="application">gnome-terminal</span> window.</p>
            </div>

            <p>To re-define a macro, highlight another text range,
            press <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>N</strong></span>, then enter the same
            abbreviation, or press the same function key.</p>

            <p>Macros can be deleted from the main setup screen in
            <span class="application">Cone</span>.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>T</strong></span></span></dt>

          <dd>
            <p>Highlight the <span class="quote">&#8220;<span class="quote">Attachments:</span>&#8221;</span>
            header and press <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>T</strong></span> to create an
            attachment by picking a file from an interactive dialog
            that shows all files in the current directory. Move the
            cursor to highlight a subdirectory, or the parent
            directory, and press <span class="keycap"><strong>ENTER</strong></span> to switch to a
            different directory. Highlight a file to read the file
            and attach it to the current message.</p>

            <p>The attachment filename may also be typed directly
            into the file selection dialog. The attachment
            filename, relative to the home directory, may also be
            typed directly into the <span class="quote">&#8220;<span class="quote">Attachments:</span>&#8221;</span> header,
            instead of pressing <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>T</strong></span>.</p>

            <p>On most systems it is possible to attach multiple
            files at the same time by entering a filename pattern,
            such as <span class="quote">&#8220;<span class="quote">*.txt</span>&#8221;</span> - which selects all
            files that end in <span class="quote">&#8220;<span class="quote">.txt</span>&#8221;</span>.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>U</strong></span></span></dt>

          <dd>
            <p>Runs an external editor application, to edit the
            contents of this message. An external editor must be
            previously configured by choosing the <span class="quote">&#8220;<span class="quote">Setup</span>&#8221;</span> selection from
            <span class="application">Cone</span>'s main menu.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>X</strong></span></span></dt>

          <dd>
            <p>When all is said and done, <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>X</strong></span> sends the message.
            One, final chance, is offered to cancel, and change
            one's mind. If the mail server supports <a class="ulink" href="http://www.rfc-editor.org/rfc/rfc1891.txt" target="_top" shape="rect">Delivery Status Notifications</a>,
            press <span class="keycap"><strong>D</strong></span> to
            select delivery notifications options. Where available,
            press <span class="keycap"><strong>E</strong></span> to
            encrypt the message, and/or press <span class="keycap"><strong>S</strong></span> to sign the message,
            using <span class="application">GnuPG</span>.</p>

            <p>Encryption/signing options, if available, must be
            selected before setting any delivery status
            notification options.</p>
          </dd>
        </dl>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-35-allspice
From: Online Help <nobody@localhost>
Subject: Setup Screen
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Setup Screen">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone05setup" shape="rect" name="cone05setup"> </a>Setup Screen</h2>
        </div>
      </div>
    </div>

    <p>This screen is used to enter various configuration settings.
    After making any changes on this screen, highlight <span class="quote">&#8220;<span class="quote">SAVE</span>&#8221;</span>
    and press <span class="keycap"><strong>ENTER</strong></span>.</p>

    <div class="section" title="Setup Screen">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id532169" shape="rect" name="id532169"> </a>Setup Screen</h4>
          </div>
        </div>
      </div>
      <hr /><pre class="programlisting" xml:space="preserve">
<B> SETUP                                CONE                                  </B>

        Your E-mail addresses: _____________________________________
                               [ sam@example.com ]

                               [ Minimum rich text de-moronization ]

  Your mailing list addresses: _____________________________________
                               [ announcements@domain.com ]
                               [ sysadmin@domain.com ]
                               [ everyone@domain.com ]
                               [ testers-list@domain.com ]
                               [ users@domain.com ]
                               [ reports@domain.com ]
                               [ webmail@domain.com ]

     Custom sent mail folders:
                               [ Outbox ]

          Spelling dictionary: _____________________________________

<B>                                                                            </B>
 ^C Cancel
DEL Delete address/folder
</pre><hr />

      <p>Use this screen to configure the following settings:</p>

      <div class="variablelist">
        <dl>
          <dt><span class="term">Your E-mail addresses</span></dt>

          <dd>
            <p>This is a list of E-mail addresses that are
            recognized as the user's E-mail addresses. New replies
            are formatted accordingly. Add an E-mail address by
            typing it into a field, then pressing <span class="keycap"><strong>ENTER</strong></span>. Highlight an
            existing address with a cursor, and use <span class="keycap"><strong>DEL</strong></span> to remove it.</p>
          </dd>

          <dt><span class="term">Your mailing list
          addresses</span></dt>

          <dd>
            <p>This is a list of E-mail addresses that are
            recognized as mailing list addresses. New replies are
            formatted accordingly. Add an E-mail address by typing
            it into a field, then pressing <span class="keycap"><strong>ENTER</strong></span>. Highlight an
            existing address with a cursor, and use <span class="keycap"><strong>DEL</strong></span> to remove it.</p>
          </dd>

          <dt><span class="term">Spelling dictionary</span></dt>

          <dd>
            <p>Name of the dictionary used for spell checking. A
            blank setting uses the default configured system
            dictionary. Names of available dictionaries is system
            specific. Different systems will have different
            dictionaries installed.</p>
          </dd>

          <dt><span class="term">Custom sent mail
          folders</span></dt>

          <dd>
            <p>This is a list of currently-configured folders where
            copies of sent messages are automatically saved.
            Highlight an existing folder with a cursor, and use
            <span class="keycap"><strong>DEL</strong></span> to
            remove it. Add new folders from the Folder Listing
            screen.</p>
          </dd>

          <dt><span class="term">New custom header</span></dt>

          <dd>
            <p>This advanced option adds a new, editable, vanity or
            custom header to all new messages. The new header is
            displayed alongside the standard headers (<code class="literal">From</code>, <code class="literal">To</code>,
            <code class="literal">Subject</code>, and the rest).
            Names of vanity headers may only include English
            letters, digits, and <span class="quote">&#8220;<span class="quote">-</span>&#8221;</span>. After entering the
            header name choose whether the vanity header is always
            displayed on the <span class="quote">&#8220;<span class="quote">Write
            Messages</span>&#8221;</span> screen, or if it is
            hidden by default, and only shown with the full set of
            headers.</p>
          </dd>

          <dt><span class="term">Outgoing SMTP server</span></dt>

          <dd>
            <p>This setting specifies the name of the SMTP server
            used for sending mail. If not specified, <span class="application">Cone</span> uses the local <span class="command"><strong>sendmail</strong></span> command.</p>
          </dd>

          <dt><span class="term">SMTP SSL certificate
          (optional)</span></dt>

          <dd>
            <p>This setting enables SMTP authentication using an
            <acronym class="acronym">SSL</acronym> certificate.
            This setting appears with a button that reads
            <span class="quote">&#8220;<span class="quote">Use
            certificate</span>&#8221;</span>. The setting and the
            button appears only if at least one <acronym class="acronym">SSL</acronym> certificate is already imported
            (see <a class="xref" href="cone10certificates.html" title="Certificates" shape="rect"><i>Certificates</i></a>). Choosing this button
            pops up a dialog with a list of available certificates.
            Selecting a certificate from the list changes this
            button to read <span class="quote">&#8220;<span class="quote">Remove certificate</span>&#8221;</span>, and
            selecting it again removes the certificate selection.
            When using certificates, the SMTP userid, below, may be
            left blank. If provided, and the server does not
            support authentication using <acronym class="acronym">SSL</acronym> certificates, the traditional
            userid/password authentication is an automatic
            fallback.</p>
          </dd>

          <dt><span class="term">SMTP userid</span></dt>

          <dd>
            <p>If this setting is provided, <span class="application">Cone</span> will use authenticate via
            ESMTP with the specified SMTP server.</p>
          </dd>

          <dt><span class="term">Do not send SMTP password in clear
          text</span></dt>

          <dd>
            <p>If this setting is enabled, <span class="application">Cone</span> will only authenticate via
            ESMTP if encrypted authentication is available.
            <span class="application">Cone</span> will not
            authenticate if the SMTP server supports
            authentication, but only by sending the password in
            clear text.</p>
          </dd>

          <dt><span class="term">Send mail via main acct (if
          available)</span></dt>

          <dd>
            <p>This setting is only available if the primary mail
            account -- the first mail account listed on the folder
            listing screen -- uses the experimental SMAP protocol.
            If enabled, <span class="application">Cone</span> lets
            the SMAP server take care of sending the message (which
            saves time since the message doesn't need to be
            transmitted a second time, using SMTP, after it is
            saved in the sent mail folder).</p>
          </dd>

          <dt><span class="term">NetNews posting
          command</span></dt>

          <dd>
            <p>This optional setting specifies a command for
            posting NetNews messages. If this setting is left
            empty, NetNews messages are sent directly to the
            server. This setting allows NetNews messages to be
            posted via some other mechanism; perhaps a <code class="literal">mail2news</code> gateway. <span class="application">Cone</span> runs the command and provides
            the text of the NetNews message on standard input.
            Example: <span class="quote">&#8220;<span class="quote"><span class="command"><strong>sendmail
            mail2news@example.com</strong></span></span>&#8221;</span>
            - runs <span class="command"><strong>sendmail</strong></span> to mail the
            message to &lt;mail2news@example.com&gt;.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>If set, all NetNews messages are posted by running
              this command.</p>
            </div>
          </dd>

          <dt><span class="term">CTRL-Z command</span></dt>

          <dd>
            <p>Specifies the program to run when <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>Z</strong></span> (the suspend key) is
            pressed. If this setting is not empty, pressing
            <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>Z</strong></span> will run the
            indicated command instead of suspending <span class="application">Cone</span> and going back to the shell
            prompt.</p>
          </dd>

          <dt><span class="term">External Editor (^U)</span></dt>

          <dd>
            <p>Specifies the program to run when <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>U</strong></span> is pressed while
            editing the message. The program receives the name of
            the temporary file with the message's contents. When
            the program terminates, the contents of the file are
            re-read.</p>

            <p>This setting allows any plain text editor to be used
            for editing messages, instead of <span class="application">Cone</span>'s builtin editor.</p>
          </dd>

          <dt><span class="term">"Smart" keyboard
          shortcuts</span></dt>

          <dd>
            <p>If this option is enabled, <span class="application">Cone</span>'s built-in editor will
            automatically replace certain combination of characters
            with a single character from an extended character set.
            For example, typing <span class="quote">&#8220;<span class="quote">1/2</span>
            &#8221;</span> verbatim (note the trailing space
            character), inserts the &#189; character, instead. Same
            goes for <span class="quote">&#8220;<span class="quote">1/4</span> &#8221;</span>, and <span class="quote">&#8220;<span class="quote">3/4</span>
            &#8221;</span>.</p>

            <p>Other available shortcuts (depending on the display
            terminal's capabilities) are:</p>

            <div class="itemizedlist">
              <ul class="itemizedlist" type="disc">
                <li class="listitem">
                  <p>Two apostrophes, or two backticks, are
                  replaced by <span class="quote">&#8220;<span class="quote">smart
                  quotes</span>&#8221;</span>.</p>
                </li>

                <li class="listitem">
                  <p>(C), (R), and [tm].</p>
                </li>

                <li class="listitem">
                  <p>+/-, &lt;-, -&gt;, and &lt;-&gt; (replaced by
                  the mathematical +/- character, and various
                  horizontal arrows, respectively).</p>
                </li>

                <li class="listitem">
                  <p>The three character sequence <code class="literal">[space]*[space]</code> is replaced by
                  the &#8226; symbol (a black bullet).</p>
                </li>

                <li class="listitem">
                  <p>Three consecutive periods are replaced by a
                  single <span class="quote">&#8220;<span class="quote">&#8230;</span>&#8221;</span>
                  character.</p>
                </li>
              </ul>
            </div>
          </dd>

          <dt><span class="term">'Q' quits without
          prompting</span></dt>

          <dd>
            <p>If this option is enabled, pressing <span class="keycap"><strong>Q</strong></span> terminates
            <span class="application">Cone</span> without a
            confirmation request.</p>
          </dd>

          <dt><span class="term">Autosave (minutes)</span></dt>

          <dd>
            <p>Specifies the frequency, in minutes, of automatic
            backups when writing a new message.</p>
          </dd>

          <dt><span class="term">Extra GnuPG encrypt/sign
          options</span></dt>

          <dd>
            <p>Extra options passed to <span class="application">GnuPG</span> when signing or encrypting a
            message. See <span class="quote">&#8220;<span class="quote">Encryption And
            Signatures</span>&#8221;</span>.</p>
          </dd>

          <dt><span class="term">Extra GnuPG decrypt/verify
          options</span></dt>

          <dd>
            <p>Extra options passed to <span class="application">GnuPG</span> when decrypting or checking
            a message's signature. See <span class="quote">&#8220;<span class="quote">Encryption And
            Signatures</span>&#8221;</span>.</p>
          </dd>

          <dt><span class="term">Tag names</span></dt>

          <dd>
            <p>Specifies names of custom tags that may be used to
            label messages. These are arbitrary labels that are
            shown as different background colors on the folder
            index screen. Press <span class="keycap"><strong>ENTER</strong></span> to cycle through
            the list of available colors (only applicable with
            color-capable terminal displays). See <span class="quote">&#8220;<span class="quote">Folder
            Index</span>&#8221;</span> for more information.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>The default names of the first five tags will be
              the same as the message labels used by Mozilla's mail
              client. With most IMAP servers, Mozilla and
              <span class="application">Cone</span> will see
              messages tagged/labeled by each other (although
              <span class="application">Cone</span> may not
              actually use the same colors as Mozilla, since they
              depend on the display terminal's colors).</p>
            </div>
          </dd>

          <dt><span class="term">Colors</span></dt>

          <dd>
            <p>The next group of fields set the shown colors for
            other display elements.</p>
          </dd>

          <dt><span class="term">Turn off remote
          configuration</span></dt>

          <dd>
            <p>Disables remote configuration. See <a class="link" href="cone07remoteconfig.html" title="Remote Configuration" shape="rect"><span class="quote">&#8220;<span class="quote">Remote
            Configuration</span>&#8221;</span></a> for more
            information on remote configuration.</p>
          </dd>

          <dt><span class="term">Currently defined
          macros</span></dt>

          <dd>
            <p>This is a list of all currently defined macros. See
            <a class="link" href="cone04writemessage.html" title="Write Message Screen" shape="rect"><span class="quote">&#8220;<span class="quote">Write Message
            Screen</span>&#8221;</span></a> for more information.
            To remove a macro, highlight it with the cursor and
            press <span class="keycap"><strong>DEL</strong></span>.
            New macros are defined on the Write Message Screen. To
            re-define an existing macro just follow the same
            procedure as for defining a new macro, and enter the
            same macro name (or a function key).</p>
          </dd>
        </dl>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-36-allspice
From: Online Help <nobody@localhost>
Subject: New Account
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="New Account">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone06newaccount" shape="rect" name="cone06newaccount"> </a>New Account</h2>
        </div>
      </div>
    </div>

    <p>The <span class="quote">&#8220;<span class="quote">New
    Account</span>&#8221;</span> option off the Main Menu adds a
    new account to the Folder Listing screen. Selecting this option
    results in a prompt to select the mail account type:</p>

    <div class="variablelist">
      <dl>
        <dt><span class="term"><span class="keycap"><strong>I</strong></span></span></dt>

        <dd>
          <p>Adds an IMAP, or an SMAP account.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>P</strong></span></span></dt>

        <dd>
          <p>Adds a POP3 account.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>M</strong></span></span></dt>

        <dd>
          <p>Adds a <span class="quote">&#8220;<span class="quote">POP3 maildrop</span>&#8221;</span> account. With
          the regular POP3 account, the messages in the POP3
          mailbox remain on the server, and <span class="application">Cone</span> reads the contents of the
          messages on as-needed basis. With a POP3 maildrop
          account, all messages from the POP3 mailbox are
          immediately downloaded, then removed from the POP3
          mailbox. Each time new mail is found, the new messages
          are downloaded, then removed from the server.</p>

          <p>Some very old POP3 servers may only work in POP3
          maildrop mode with <span class="application">Cone</span>;
          they do not implement the <span class="quote">&#8220;<span class="quote">UIDL</span>&#8221;</span> POP3 protocol command
          which is necessary in order to keep the messages stored
          on the POP3 server. If an attempt to create a regular
          POP3 account fails because the server does not implement
          the <span class="quote">&#8220;<span class="quote">UIDL</span>&#8221;</span> command, create a POP3
          maildrop account instead.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>N</strong></span></span></dt>

        <dd>
          <p>Adds a NetNews (Usenet) newsgroup account.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>S</strong></span></span></dt>

        <dd>
          <p>Creates a local mail account that includes the default
          system mailbox. On system that use maildirs, this option
          sets up a mail account for <code class="filename">$HOME/Maildir</code>, the maildir where
          incoming mail is delivered by default.</p>

          <p>On systems that do not use maildirs, this option finds
          the local mailbox file in <code class="filename">/var/spool/mail</code>, or the location
          specified by the <code class="envar">MAIL</code>
          environment variable. <span class="application">Cone</span> also prompts for the name of a
          directory where mail folders should be created, relative
          to the home directory.</p>

          <p>In all cases, <span class="application">Cone</span>
          also asks for the account's name, which goes on the
          Folder Listing screen.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>O</strong></span></span></dt>

        <dd>
          <p>Creates an extra mail account for local mail that's
          not tied to the default system maildirs. <span class="application">Cone</span> prompts for the name of a
          directory where mail folders should be stored, then the
          account's name, which goes on the Folder Listing
          screen.</p>
        </dd>
      </dl>
    </div>

    <p>Selecting the option to create a new IMAP, POP3, or NetNews
    account displays the following screen. This screen also comes
    up after choosing to edit an existing IMAP/POP3/News account,
    from the Folder Listing screen:</p>

    <div class="section" title="New/Edit Account Screen">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id534114" shape="rect" name="id534114"> </a>New/Edit Account Screen</h4>
          </div>
        </div>
      </div>
      <hr /><pre class="programlisting" xml:space="preserve">
<B> ADD ACCOUNT                          CONE                                  </B>




                                Add IMAP Account

                Account name: ______________________________________
                      Server: ______________________________________
                       Login: ______________________________________
                    Password: ______________________________________

                              [ ] Do not send password in clear text

                              [ ] Use an encrypted connection

                              [ Use certificate ]

                              [ LOGIN ]

                              [ CANCEL ]


<B>                                                                            </B>


</pre><hr />

      <p>When editing an existing account, the following fields
      will be initialized to contain the current account setting.
      When adding a new account, the following fields will be
      blank:</p>

      <div class="variablelist">
        <dl>
          <dt><span class="term">Account name</span></dt>

          <dd>
            <p>The name of the account, as shown on the Folder
            Listing screen.</p>
          </dd>

          <dt><span class="term">Server</span></dt>

          <dd>
            <p>The name of the mail server. Optionally, add a
            colon, <span class="quote">&#8220;<span class="quote">:</span>&#8221;</span>, and a decimal port
            number to specify a non-default port.</p>
          </dd>

          <dt><span class="term">Login</span></dt>

          <dd>
            <p>The account's login ID. Leave this field blank for
            NetNews servers that do not require passwords.</p>
          </dd>

          <dt><span class="term">Password</span></dt>

          <dd>
            <p>The login password. Leave this field blank for
            NetNews servers that do not require passwords.</p>
          </dd>

          <dt><span class="term">Do not send password in clear
          text</span></dt>

          <dd>
            <p>If enabled, this setting prevents the password from
            being sent in the clear over the network. The mail
            server must be able to support secure password
            authentication, where the password is transmitted in an
            encrypted or scrambled form.</p>

            <p>This field is not yet implemented for NetNews
            accounts.</p>
          </dd>

          <dt><span class="term">Use an encrypted
          connection</span></dt>

          <dd>
            <p>Select this option to enable encryption.</p>
          </dd>

          <dt><span class="term">Use certificate</span></dt>

          <dd>
            <p>This button enables authentication using an
            <acronym class="acronym">SSL</acronym> certificate.
            This button appears only if at least one
            <acronym class="acronym">SSL</acronym> certificate is
            already imported (see <a class="xref" href="cone10certificates.html" title="Certificates" shape="rect"><i>Certificates</i></a>). Choosing this button
            pops up a dialog with a list of available certificates.
            Selecting a certificate from the list changes this
            button to read <span class="quote">&#8220;<span class="quote">Remove certificate</span>&#8221;</span>, and
            selecting it again removes the certificate selection.
            When using certificates, the login and the password
            fields may be left blank. If provided, and the server
            does not support authentication using <acronym class="acronym">SSL</acronym> certificates, the traditional
            userid/password authentication is an automatic
            fallback.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p><acronym class="acronym">SSL</acronym> certificate
              authentication is implemented with IMAP and POP3
              accounts only. It is not implemented for News
              accounts.</p>
            </div>
          </dd>

          <dt><span class="term">[ LOGIN ]</span></dt>

          <dd>
            <p>Highlight this button, and press <span class="keycap"><strong>ENTER</strong></span> to open the mail
            account.</p>
          </dd>

          <dt><span class="term">[ CANCEL ]</span></dt>

          <dd>
            <p>Close this screen without adding or changing the
            account.</p>
          </dd>
        </dl>
      </div>

      <div class="section" title="Options">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id534303" shape="rect" name="id534303"> </a>Options</h5>
            </div>
          </div>
        </div>

        <p>The server's name may be followed by one or more options
        of the following options, each one preceded with a
        slash:</p>

        <div class="variablelist">
          <dl>
            <dt><span class="term"><code class="literal">/imap</code></span></dt>

            <dd>
              <p>Use IMAP only, do not use SMAP. SMAP is an
              experimental protocol, currently implemented in the
              <a class="ulink" href="http://www.courier-mta.org" target="_top" shape="rect">Courier mail server</a>
              that offers some additional bells and whistles over
              IMAP. A mail account on Courier is set up as a normal
              IMAP account; after connecting <span class="application">Cone</span> would normally select and
              use SMAP automatically. This option disables SMAP,
              and falls back to the IMAP protocol.</p>
            </dd>

            <dt><span class="term"><code class="literal">/nossl</code></span></dt>

            <dd>
              <p>Disable encryption. Many mail servers have the
              ability to upgrade a plain text login to an encrypted
              connection. Even if <span class="quote">&#8220;<span class="quote">Use an encrypted
              connection</span>&#8221;</span> is not selected,
              <span class="application">Cone</span> will upgrade an
              unencrypted connection to an encrypted connection, if
              the mail server supports this capability. This option
              disables the upgrade, and is mostly useful for
              debugging.</p>
            </dd>

            <dt><span class="term"><code class="literal">/novalidate-cert</code></span></dt>

            <dd>
              <p>Do not validate the server's SSL certificate when
              using an encrypted connection. Normally the mail
              server's SSL certificate must be validate when using
              an encrypted connection. The certificate's name must
              match the server's name, and the certificate must be
              signed by a trusted certificate authority.</p>

              <p>The encrypted connection normally fails if the
              certificate cannot be validate. Validation requires
              that a list of trusted certificate authorities must
              be known and configured. It's simply impossible to
              know which certificate authorities are valid without
              an explicit list of valid, known, trusted,
              certificate authorities. If a trusted authority list
              is not configured, no certificate can be validated.
              If the server's certificate is a self-signed
              certificate (this is often used for testing
              purposes), or if it's not signed by a known
              authority, the encrypted connection fails.</p>

              <p>This <code class="literal">/novalidate-cert</code>
              option disables certificate validation. The encrypted
              connection will be established even if the server's
              certificate would otherwise be rejected.</p>

              <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
                <h3 class="title">Note</h3>

                <p>This option is applicable even when an encrypted
                IMAP or POP3 connection is not explicitly
                requested. Many mail servers are capable of
                automatically upgrading unencrypted connections to
                a fully-encrypted connection. If a mail server
                claims to be able to use encryption, then there's
                no reason not to use it. The result is that all
                encryption certification requirements still apply
                even when encryption is not explicitly
                requested.</p>
              </div>
            </dd>

            <dt><span class="term"><code class="literal">/debugio</code></span></dt>

            <dd>
              <p>This debugging option logs network traffic for
              this account to the standard error stream. Used for
              debugging only, when standard error is redirected to
              a file.</p>
            </dd>

            <dt><span class="term"><code class="literal">/timeout=</code><em class="replaceable"><code>N</code></em></span></dt>

            <dd>
              <p>Close the connection if the IMAP/SMAP, POP3, or
              NNTP server does not respond to a command in
              <em class="replaceable"><code>N</code></em> seconds
              (default: 60).</p>
            </dd>

            <dt><span class="term"><code class="literal">/noop=</code><em class="replaceable"><code>N</code></em></span></dt>

            <dd>
              <p>Check for new messages in the currently open
              IMAP/SMAP folder every <em class="replaceable"><code>N</code></em> seconds (default:
              600).</p>

              <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
                <h3 class="title">Note</h3>

                <p>Most IMAP servers implement a protocol extension
                that reports new messages (and other changes to the
                folder's contents) immediately, without waiting for
                an explicit request to check for new mail.</p>
              </div>

              <p>This option is also used by POP3 folders, where it
              defaults to 60 seconds. POP3 does not provide for new
              mail notification; the option's only purpose is to
              prevent the POP3 server from disconnecting due to
              inactivity.</p>
            </dd>

            <dt><span class="term"><code class="literal">/autologout=</code><em class="replaceable"><code>N</code></em></span></dt>

            <dd>
              <p>Automatically close an NNTP connection after
              <em class="replaceable"><code>N</code></em> seconds
              of inactivty (default: 300). The connection will be
              automatically reestablished, when necessary.</p>
            </dd>
          </dl>
        </div>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-37-allspice
From: Online Help <nobody@localhost>
Subject: Remote Configuration
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Remote Configuration">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone07remoteconfig" shape="rect" name="cone07remoteconfig"> </a>Remote Configuration</h2>
        </div>
      </div>
    </div>

    <p>This is an advanced feature. When <span class="quote">&#8220;<span class="quote">Remote
    Configuration</span>&#8221;</span> is enabled, an IMAP or an
    <a class="link" href="smap1.html" title="Appendix&#160;A.&#160;Simple Mail Access Protocol, Version 1" shape="rect">SMAP</a> folder on a remote folder keeps a copy of
    <span class="application">Cone</span>'s configuration. This
    allows <span class="application">Cone</span>'s configuration to
    be accessed from multiple systems. An otherwise empty IMAP/SMAP
    folder must be reserved for this purpose. Highlight the folder
    with the cursor on the folder listing screen, then press
    <span class="keycap"><strong>U</strong></span> then
    <span class="keycap"><strong>R</strong></span>.</p>

    <p>Answer <span class="keycap"><strong>N</strong></span> to the
    <span class="quote">&#8220;<span class="quote">Import remote
    configuration</span>&#8221;</span> question, and <span class="application">Cone</span> will save its configuration to the
    remote folder, and automatically update the saved
    configuration, when needed.</p>

    <p>Repeat the process by running <span class="application">Cone</span> on another system, and answer
    <span class="keycap"><strong>Y</strong></span> to this question
    to import the previously saved configuration in this folder.
    <span class="application">Cone</span> imports and reads the
    saved configuration, and will also automatically udpate the
    saved copy, when needed.</p>

    <p>Although this feature allows the same configuration to be
    accessed from multiple locations, only one instance of
    <span class="application">Cone</span> should be running at any
    given time and using the same remote configuration folder.
    Random errors will be reported if multiple instances of
    <span class="application">Cone</span> try to open the same
    remote configuration folder, and the IMAP/SMAP server does not
    allow the same folder to be opened by two or more clients. Even
    if the server allows multiple access, <span class="application">Cone</span> configuration will keep getting
    overwritten by the other <span class="application">Cone</span>'s saved configuration, leading to
    unpredictable results.</p>

    <div class="section" title="Saved settings">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id535472" shape="rect" name="id535472"> </a>Saved settings</h4>
          </div>
        </div>
      </div>

      <p>Not all configuration information will be saved remotely.
      When remote configuration is enabled, the following
      configuration will be saved in the remote configuration
      folder:</p>

      <div class="itemizedlist">
        <ul class="itemizedlist" type="disc">
          <li class="listitem">
            <p>Location and login information for remote accounts
            (IMAP, POP3, SMTP, and NetNews). Location of local mail
            accounts is not saved. It doesn't make much sense to
            share location of local mailboxes between different
            systems.</p>
          </li>

          <li class="listitem">
            <p>Customized headers, E-mail addresses, special
            folders, and folder sort order.</p>
          </li>
        </ul>
      </div>

      <p>The following configuration information will not be saved
      remotely:</p>

      <div class="itemizedlist">
        <ul class="itemizedlist" type="disc">
          <li class="listitem">
            <p>Location of local mail accounts.</p>
          </li>

          <li class="listitem">
            <p>Cached data, including newsgroup subscription
            information. The configuration and login information of
            NetNews accounts is saved remotely, however the
            available newsgroup list, subscription information, and
            list of read and unread articles is not saved. The
            <code class="filename">newsrc</code> configuration
            file, which contains all that, can be quite big, and
            its not feasible to save it remotely.</p>
          </li>
        </ul>
      </div>

      <div class="section" title="Disabling remote configuration">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id535530" shape="rect" name="id535530"> </a>Disabling remote configuration</h5>
            </div>
          </div>
        </div>

        <p>To disable remote configuration, open the setup screen
        from the main menu, highlight <span class="quote">&#8220;<span class="quote">Turn off remote
        configuration</span>&#8221;</span>, and press <span class="keycap"><strong>ENTER</strong></span>.</p>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-38-allspice
From: Online Help <nobody@localhost>
Subject: Encryption And Signatures
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Encryption And Signatures">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone08gpg" shape="rect" name="cone08gpg"> </a>Encryption And Signatures</h2>
        </div>
      </div>
    </div>

    <p><span class="application">Cone</span> includes supports for
    encryption and digital signatures. <span class="application">GnuPG</span> (http://www.gnupg.org) must be
    installed in order to use encryption and digital
    signatures.</p>

    <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
      <h3 class="title">Note</h3>

      <p><span class="application">Cone</span> uses a newer
      MIME-based format for encrypted and signed messages.
      <span class="application">Cone</span> does not recognize or
      use the older <span class="quote">&#8220;<span class="quote">inline-formatted</span>&#8221;</span> messages (this
      is where the text messages contain keywords like <span class="quote">&#8220;<span class="quote">BEGIN PGP SIGNED
      MESSAGE</span>&#8221;</span>).</p>
    </div>

    <div class="section" title="MIME encryption and digital signatures">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id535826" shape="rect" name="id535826"> </a>MIME encryption and digital
            signatures</h4>
          </div>
        </div>
      </div>

      <p>At this time <span class="application">Cone</span>
      provides basic encryption, decryption, signature creation,
      and signature verification functionality. Key management
      (like creating and signing keys) must still be done with
      <span class="application">GnuPG</span>.</p>

      <div class="section" title="Signing and encrypting messages">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id535846" shape="rect" name="id535846"> </a>Signing and encrypting messages</h5>
            </div>
          </div>
        </div>

        <p>When <span class="application">GnuPG</span> is
        installed, two additional options become available after
        pressing <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>X</strong></span> to send a message:</p>

        <div class="variablelist">
          <dl>
            <dt><span class="term">Sign</span></dt>

            <dd>
              <p>Pressing <span class="keycap"><strong>S</strong></span> displays a list of
              all available secret keys. Highlight the key and
              press <span class="keycap"><strong>Enter</strong></span> to select a
              key for signing the message. The list of keys is
              shown at the bottom of the screen. The top of the
              screen shows additional information about the
              currently highlighted key.</p>
            </dd>

            <dt><span class="term">Encrypt</span></dt>

            <dd>
              <p>Pressing <span class="keycap"><strong>E</strong></span> displays a list of
              all known public keys. More than one public key may
              be selected. All public keys whose addresses match
              any recipient address, or the sender's address, are
              selected by default. The message is encrypted by all
              chosen public keys. Highlight each key and press
              <span class="keycap"><strong>SPACE</strong></span> to
              select a public key encryption. Press <span class="keycap"><strong>Enter</strong></span> after
              selecting all public keys. A checkmark (or an
              asterisk, depending on the console display) is placed
              next to each selected key. Press <span class="keycap"><strong>SPACE</strong></span> again in order
              to un-select a selected key.</p>
            </dd>
          </dl>
        </div>

        <p>The original prompt is updated accordingly, after
        selecting either of these two options (the original
        <span class="quote">&#8220;<span class="quote">Send
        message?</span>&#8221;</span> prompt changes to a
        <span class="quote">&#8220;<span class="quote">Sign, then
        send message?</span>&#8221;</span>, or some other
        appropriate variant). The key used for signing a message is
        memorized like any other custom message header, and is
        automatically selected by default when sending the next
        message. Choose <span class="quote">&#8220;<span class="quote"><span class="keycap"><strong>S</strong></span>ign</span>&#8221;</span>
        again to un-select the key. A separate default signing key
        exists for every account <span class="application">Cone</span> is logged on to, and a default
        signing key is memorized for every open folder. It is
        possible to memorize a different key for signing replies to
        messages in different folders. However that may prove to be
        a bit cumbersome. Each time a message in a different folder
        is replied to, <span class="application">Cone</span> will
        prompt whether to set that folder's key (or any other
        custom header) as the default for the entire mail account.
        This feature is probably convenient when most replies are
        to messages from the same folder, and messages from other
        folders are accessed infrequently.</p>

        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <h3 class="title">Note</h3>

          <p>The <span class="quote">&#8220;<span class="quote">Sign</span>&#8221;</span> and/or the <span class="quote">&#8220;<span class="quote">Encrypt</span>&#8221;</span> option must be used
          before selecting <span class="quote">&#8220;<span class="quote">Delivery notifications</span>&#8221;</span>.
          After selecting <span class="quote">&#8220;<span class="quote">Delivery notifications</span>&#8221;</span>, the
          only remaining options shown are the various delivery
          notifications options, and <span class="keycap"><strong>Y</strong></span>, which sends the
          message.</p>
        </div>

        <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
          <h3 class="title">Note</h3>

          <p>Copies of encrypted sent messages are saved in their
          encrypted form. Unless the sender's public key is also
          selected for encryption, the sender will not be able to
          read a copy of the sender's own message!</p>
        </div>
      </div>

      <div class="section" title="Passphrases">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id536007" shape="rect" name="id536007"> </a>Passphrases</h5>
            </div>
          </div>
        </div>

        <p><span class="application">Cone</span> supports
        passphrase-protected keys. <span class="application">Cone</span> prompts for a passphrase before
        it signs a message. Press <span class="keycap"><strong>Enter</strong></span> without entering
        anything if the key does not have a passphrase.</p>

        <p><span class="application">Cone</span> remembers the
        passphrase, and will not ask for it again. When a master
        single-signon password is installed (see <span class="quote">&#8220;<span class="quote">Master
        Passwords</span>&#8221;</span>), passphrase passwords are
        also saved together with all other account passwords.
        <span class="application">Cone</span> does not
        automatically know when, and if, the key's passphrase is
        changed. When message signing fails, <span class="application">Cone</span> automatically removes the saved
        passphrase. Simply try again to sign the same message, and
        <span class="application">Cone</span> will prompt for the
        new passphrase.</p>
      </div>

      <div class="section" title="Decrypting messages, and verifying signatures">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id536065" shape="rect" name="id536065"> </a>Decrypting messages, and verifying
              signatures</h5>
            </div>
          </div>
        </div>

        <p>Pressing <span class="keycap"><strong>Y</strong></span>
        (as in <span class="quote">&#8220;<span class="quote">decr<span class="keycap"><strong>Y</strong></span>t</span>&#8221;</span>)
        attempts to decrypt or verify the signature of a currently
        opened message. The message must be opened before it can be
        decrypted. A signed message must also be opened, before its
        signature can be verified.</p>

        <p>An encrypted message will initially be empty, naturally,
        except for a single attachment that contains the encrypted
        content. The contents of a signed message are displayed
        normally. The presence of an additional attachment, that
        contains the message's signature, indicates that the
        message is signed. After a message is succesfully
        decrypted, or its signature is verified, the message's
        contents are shown together with the diagnostic messages
        from <span class="application">GnuPG</span> which contain
        additional information on the message's encryption
        status.</p>

        <p>Forwarding or replying to a message always ends up
        forwarding or replying whatever's currently shown on the
        screen. If the message is decrypted, the decrypted contents
        are forwarded. If the message is not decrypted, its
        original encrypted version is forwarded.</p>
      </div>

      <div class="section" title="Decrypting messages with a passphrase-protected key">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id536108" shape="rect" name="id536108"> </a>Decrypting messages with a
              passphrase-protected key</h5>
            </div>
          </div>
        </div>

        <p>Before decrypting a message, <span class="application">Cone</span> prompts for a passphrase. The
        passphrase is memorized just like passphrases are memorized
        after a message is signed, and <span class="application">Cone</span> will not ask for a passphrase
        again. Just like when signing, when a master single-signon
        password is installed, the passphrase is saved together
        with all other account passwords.</p>

        <p>At this time, <span class="application">Cone</span> is
        not smart enough to known which private key was used for
        encrypting a message. Therefore if multiple private keys
        are present, they all should have the same passphrase.
        Otherwise, each time an attempt is made to decrypt a
        message that's encrypted by different key, the attempt will
        fail because the wrong passphrase was memorized. Each time
        an attempt to decrypt a message fails, <span class="application">Cone</span> automatically forgets the saved
        passphrase, so that the attempt to decrypt the message can
        be tried again, this time entering the correct passphrase
        (which will now be memorized and used as a default
        decrypting passphrase from now on).</p>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-39-allspice
From: Online Help <nobody@localhost>
Subject: Master Passwords
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Master Passwords">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone09masterpassword" shape="rect" name="cone09masterpassword"> </a>Master
          Passwords</h2>
        </div>
      </div>
    </div>

    <p>Passwords for remote mail accounts are not usually saved,
    and they must be entered every time when opening the account.
    The <span class="quote">&#8220;<span class="quote">Master
    Password</span>&#8221;</span> option on the main menu replaces
    all remote account passwords with a single master password. The
    master password must still be entered every time when starting
    <span class="application">Cone</span>. However, all other
    remote mail account passwords are saved, and used
    automatically. The master password encrypts the file where
    remote mail account passwords are saved. The master password
    also encrypts imported <acronym class="acronym">SSL</acronym>
    certificates (they are saved together with remote mail account
    passwords).</p>

    <p>The master password may be changed at any time, by selecting
    this option from the main menu. Answering <span class="quote">&#8220;<span class="quote">Y</span>&#8221;</span> to
    <span class="quote">&#8220;<span class="quote">Remove master
    password?</span>&#8221;</span> deletes all saved passwords, and
    mail account passwords must, once again, be entered each time
    when opening remote mail accounts.</p>

    <p>A master password cannot be recovered, once forgotten. The
    only available option is to remove the master password. All
    saved passwords will be lost.</p>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-40-allspice
From: Online Help <nobody@localhost>
Subject: Certificates
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Certificates">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone10certificates" shape="rect" name="cone10certificates"> </a>Certificates</h2>
        </div>
      </div>
    </div>

    <p><span class="application">Cone</span> can use
    <acronym class="acronym">SSL</acronym> certificate
    authentication, in lieu of a userid and a password, for logging
    into a <acronym class="acronym">POP3</acronym> or an
    <acronym class="acronym">IMAP</acronym> mailbox, or for sending
    mail using authenticated SMTP, if this functionality is
    supported by the server.</p>

    <p>A master password must be set up before installing
    <acronym class="acronym">SSL</acronym> certificates. See
    <a class="xref" href="cone09masterpassword.html" title="Master Passwords" shape="rect"><i>Master Passwords</i></a>.
    Setting up <acronym class="acronym">SSL</acronym> certificates
    is a two-step process. First, the <acronym class="acronym">SSL</acronym> certificte must be imported into
    <span class="application">Cone</span>. Then, the mail account
    is configured to use <acronym class="acronym">SSL</acronym>
    certificate authentication.</p>

    <p>Pressing <span class="keycap"><strong>C</strong></span> from
    the main menu opens the certificate import screen. Press
    <span class="keycap"><strong>I</strong></span> to import a
    certificate, then choose the filename using the following
    dialogs.</p>

    <p>The file with the <acronym class="acronym">SSL</acronym>
    certificate must be a <acronym class="acronym">PEM</acronym>-formatted certificate file that holds
    both the certificate and the corresponding key. The file should
    have a <span class="quote">&#8220;<span class="quote"><code class="literal">BEGIN
    CERTIFICATE</code></span>&#8221;</span> section followed by a
    <span class="quote">&#8220;<span class="quote"><code class="literal">BEGIN RSA PRIVATE KEY</code></span>&#8221;</span>
    section (or a <span class="quote">&#8220;<span class="quote"><code class="literal">BEGIN DH PRIVATE
    KEY</code></span>&#8221;</span> section). Passphrase-protected
    keys are not supported by <span class="application">Cone</span>. If the SSL certificate is signed by
    an intermediate certificate authority, the authority's
    certificate should follow the private key section.</p>

    <p>The certificate screen shows a list of all imported
    certificates. A default name is initially given to an imported
    certificate, based on its subject. Press <span class="keycap"><strong>R</strong></span> to rename a certificate.
    Press <span class="keycap"><strong>D</strong></span> to delete
    a certificate.</p>

    <p>Importing at least one certificate activates an account
    option for choosing an <acronym class="acronym">SSL</acronym>
    certificate. The new button appears on the <a class="link" href="cone06newaccount.html" title="New Account" shape="rect">New Account</a> (and the Edit Account) screen. The
    button also appears on the main <a class="link" href="cone05setup.html" title="Setup Screen" shape="rect">Setup</a>
    screen, below the <acronym class="acronym">SMTP</acronym>
    server's name. Choosing the button pops up a list of imported
    <acronym class="acronym">SSL</acronym> certificates to choose
    from.</p>

    <div class="section" title="Renewing SSL certificates">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="certrenewing" shape="rect" name="certrenewing"> </a>Renewing <acronym class="acronym">SSL</acronym> certificates</h4>
          </div>
        </div>
      </div>

      <p>An additional prompt is issued when importing a
      certificate with a name matching the name of one of the
      existing certificates. Confirm the prompt to replace the
      existing certificate with the new one. All accounts that use
      that certificate for authenticating are automatically
      updated.</p>

      <p>To effectively renew a certificate in this manner, the new
      certificate's name must match the name of an existing
      certificate, exactly.</p>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-41-allspice
From: Online Help <nobody@localhost>
Subject: Encryption Menu
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Encryption Menu">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone11encryption" shape="rect" name="cone11encryption"> </a>Encryption Menu</h2>
        </div>
      </div>
    </div>

    <p>Choosing <span class="quote">&#8220;<span class="quote">Encryption Menu</span>&#8221;</span> from <span class="application">Cone</span>'s main menu (which is available if
    <span class="application">GnuPG</span> is installed) opens a
    menu with the following selections:</p>

    <div class="variablelist">
      <dl>
        <dt><span class="term">New encryption key</span></dt>

        <dd>
          <p>This selection creates a pair of public and private
          keys, which may be used for signing and encryption. Fill
          in the fields on the next screen with the appropriate
          information: the name, the E-mail address, and the
          comment associated with the keypair; how big the
          encryption keys should be (a different length may be
          chosen for creating signed content, and for creating
          encrypted content); whether the keys have an expiration
          date; and the passphrase, or a password, for the private
          key. The passphrase must be entered twice, in both
          fields, and both fields must match. Leave both passphrase
          fields empty to create a private key without a
          passphrase.</p>
        </dd>

        <dt><span class="term">Delete key</span></dt>

        <dd>
          <p>This selection deletes an existing key. Public and
          private keys are deleted separately. All installed keys
          are displayed in a vertical list. Highlight a key with
          the cursor, and press <span class="keycap"><strong>ENTER</strong></span> to delete it.</p>

          <p>The top half of the screen shows detailed information
          about the current key that's highlighted by the cursor.
          Due to limited amount of available space, keys with more
          than one signatures may not have all signatures
          shown.</p>
        </dd>

        <dt><span class="term">Sign key</span></dt>

        <dd>
          <p>This selection signs an existing public key with one
          of the private keys. The public key, and the private key
          are selected one at a time. All installed keys are
          displayed in a vertical list. Highlight a key with the
          cursor, and press <span class="keycap"><strong>ENTER</strong></span> to select it.</p>

          <p>The top half of the screen shows detailed information
          about the current key that's highlighted by the cursor.
          Due to limited amount of available space, keys with more
          than one signatures may not have all signatures
          shown.</p>

          <p>After selecting the public key, and then the private
          key, the last prompt asks for the signature's trust
          level, which is used by <span class="application">GnuPG</span> to calculate the key's
          trustworthiness.</p>
        </dd>

        <dt><span class="term">Edit key</span></dt>

        <dd>
          <p>This last selection provides a convenient means for
          accessing advanced key management features through the
          <span class="application">GnuPG</span> application which
          are not directly implemented in <span class="application">Cone</span>. Selecting <span class="quote">&#8220;<span class="quote">Edit
          key</span>&#8221;</span> shows a list of all available
          keys. Highlight an available key with the cursor, and
          press <span class="keycap"><strong>ENTER</strong></span>.
          <span class="application">Cone</span> then runs
          <span class="application">GnuPG</span> and opens
          <span class="application">GnuPG</span> key management
          menu that provides access to additional key management
          features, such as advanced signature and passphrase
          management. After <span class="application">GnuPG</span>
          exits <span class="application">Cone</span> resumes
          running automatically.</p>

          <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <h3 class="title">Note</h3>

            <p><span class="application">Cone</span> does not run
            while <span class="application">GnuPG</span> is
            running, and it waits for <span class="application">GnuPG</span> to finish before resuming.
            If <span class="application">GnuPG</span> runs for an
            extended period of time, <span class="application">Cone</span>'s connections to remote mail
            server may be terminated due to inactivity.</p>
          </div>
        </dd>
      </dl>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-42-allspice
From: Online Help <nobody@localhost>
Subject: Mail Filters
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Mail Filters">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone12filters" shape="rect" name="cone12filters"> </a>Mail Filters</h2>
        </div>
      </div>
    </div>

    <p>This is a simple, automatic mail processing function. In
    this context, <span class="quote">&#8220;<span class="quote">mail filtering</span>&#8221;</span> means the ability
    to move, automatically delete, or automatically flag all
    messages that match a specific search criteria.</p>

    <p>Where possible, it is always more efficient to have the mail
    server filter messages, instead of a mail client like
    <span class="application">Cone</span>. <span class="application">Cone</span> mail filters may prove to be
    sufficient if the mail server does not mail filtering
    abilities. In situations where the mail server is capable of
    filtering, the mail server's filters will usually be faster and
    more efficient.</p>

    <p>Mail filters may be used with any IMAP, <a class="link" href="smap1.html" title="Appendix&#160;A.&#160;Simple Mail Access Protocol, Version 1" shape="rect">SMAP</a>, or a local mail account. Mail filters
    may also be used with POP3 accounts, but they'll be slow, and
    they'll have certain limitations. <span class="application">Cone</span> will have to download a copy of every
    message in the POP3 mailbox, in order to check it against the
    searching criteria, for every mail filter search. This is not
    needed with IMAP/SMAP accounts, where the search request is
    processed by the mail server.</p>

    <p>Mail filters may also be used in limited ways with Usenet
    newsgroups. Only limited forms of searching are available: only
    Usenet message headers may be searched, and the searching
    criteria may only include English characters. All other search
    requests can only be met by downloading a copy of every message
    from the newsgroup, which is not going to work very well, for
    obvious reasons.</p>

    <p>The best use for mail filters with a Usenet newsgroup is as
    a simple killfile: <span class="quote">&#8220;<span class="quote">Search From: contains
    troll@example.com</span>&#8221;</span>, followed by
    <span class="quote">&#8220;<span class="quote">Delete and
    Expunge</span>&#8221;</span>.</p>

    <p>A mail filter may be installed for any folder. Each folder
    has its own mail filters. The folder's mail filter is
    automatically processed by <span class="application">Cone</span> whenever:</p>

    <div class="itemizedlist">
      <ul class="itemizedlist" type="disc">
        <li class="listitem">
          <p>The folder is opened for the first time, or reopened
          after another folder was opened.</p>
        </li>

        <li class="listitem">
          <p>New messages are added to the folder.</p>
        </li>
      </ul>
    </div>

    <p>All messages in the folder are processed by the mail filters
    when the folder is opened. When new messages are added to the
    folder, only the new messages will be processed by the mail
    filters. Existing messages will be ignored.</p>

    <div class="section" title="Mail Filter Entry Screen">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id537608" shape="rect" name="id537608"> </a>Mail Filter Entry Screen</h4>
          </div>
        </div>
      </div>
      <hr /><pre class="programlisting" xml:space="preserve">
<B>INBOX - FILTERS                      CONE                                   </B>

  Current Filters:

    Search Subject: contains RFC
    Move to internet-drafts
    Search From: contains boss@domain.com
    Mark
    [ Add new filter ]

    [ Save Filters ]









<B>                                                                            </B>
 ^C Cancel     DEL Delete
 ^D Move down   ^U Move up
</pre><hr />

      <p>This screen is accessed by highlighting a folder on the
      Folder Listing screen, then pressing <span class="keycap"><strong>F</strong></span>. Each mail filter consists
      of one or more <span class="quote">&#8220;<span class="quote">steps</span>&#8221;</span>. There are two kinds of
      steps: a <span class="quote">&#8220;<span class="quote">select</span>&#8221;</span> step compiles a list of
      messages that match a certain search criteria; the selection
      step is followed by one or more steps that apply a particular
      <span class="quote">&#8220;<span class="quote">action</span>&#8221;</span> against all messages that
      were selected. More than one action step may follow a
      selection step; messages are processed by each action step in
      sequence, until another selection step, which searches the
      remaining messages again, and compiles a different list of
      selected messages.</p>

      <p>Some actions cannot be naturally followed by any other
      action, and can only be followed by another selection step.
      Consider, for example, <span class="quote">&#8220;<span class="quote">Delete And
      Expunge</span>&#8221;</span> or <span class="quote">&#8220;<span class="quote">Move to another
      folder</span>&#8221;</span> filtering step: at the conclusion
      the selected messages are obviously removed, and nothing else
      can be done with them, any more.</p>

      <p>This screen initially shows any existing filtering steps
      defined for the folder. All filtering steps are processed in
      the order shown. Highlighting an existing filtering step and
      pressing <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>U</strong></span>, or <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>D</strong></span>, moves the filtering step
      higher or lower, thus changing its relative order in the mail
      filter. <span class="keycap"><strong>DEL</strong></span>
      removes the existing filtering step. The folder's mail filter
      is removed by highlighting each step and pressing
      <span class="keycap"><strong>DEL</strong></span>, then
      highlighting <span class="quote">&#8220;<span class="quote">Save Filters</span>&#8221;</span> and pressing
      <span class="keycap"><strong>ENTER</strong></span>.</p>

      <p>All changes made on this screen are temporary.
      <span class="quote">&#8220;<span class="quote">Save
      Filters</span>&#8221;</span> must be selected in order for
      any changes made on this screen to take effect. <span class="keycap"><strong>CTRL</strong></span>-<span class="keycap"><strong>C</strong></span> closes this screen without
      changing the folder's existing filter, throwing out all the
      temporary changes.</p>

      <p>Highlighting <span class="quote">&#8220;<span class="quote">Add new filter</span>&#8221;</span> and pressing
      <span class="keycap"><strong>ENTER</strong></span> adds a new
      filtering step to the end of the mail filter. A sub-menu is
      shown to define the new filtering step:</p>

      <div class="variablelist">
        <dl>
          <dt><span class="term"><span class="keycap"><strong>S</strong></span> - select</span></dt>

          <dd>
            <p>Enters a new searching criteria which will be used
            to select messages for the following action steps. See
            <span class="quote">&#8220;<span class="quote">Search
            criteria</span>&#8221;</span>, below, for more
            information.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>D</strong></span> - mark
          deleted</span></dt>

          <dd>
            <p>Marks all selected messages as deleted. The messages
            are not removed from the folder, but only marked as
            deleted.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>U</strong></span> - unmark
          deleted</span></dt>

          <dd>
            <p>Removes the <span class="quote">&#8220;<span class="quote">deleted</span>&#8221;</span> mark from the
            selected messages. The selected messages are no longer
            marked as deleted.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>X</strong></span> - delete and
          expunge</span></dt>

          <dd>
            <p>The selected messages are removed from the
            folder.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>R</strong></span> - mark each message as
          tagged</span></dt>

          <dd>
            <p>Marks, or highlights the selected messages on the
            folder index screen. Tagged messages are shown as
            highlighted on the folder index screen, preceded by
            <span class="quote">&#8220;<span class="quote"><code class="literal">*</code></span>&#8221;</span>. On some
            displays, tagged messages are flagged by a checkmark
            symbol instead of the <span class="quote">&#8220;<span class="quote"><code class="literal">*</code></span>&#8221;</span>.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>K</strong></span> - unmark, or untag the
          messages</span></dt>

          <dd>
            <p>Removes the highlighting mark from the selected
            messages.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>W</strong></span> - watch
          thread</span></dt>

          <dd>
            <p>Watch the selected message's replies/subthreads
            (unless the message is already a part of a watched
            thread). See <a class="link" href="cone02folderindex.html#watch" title="Watching Threads" shape="rect"><span class="quote">&#8220;<span class="quote">Watching Threads</span>&#8221;</span></a> in
            the <span class="quote">&#8220;<span class="quote">Folder Index</span>&#8221;</span> chapter for
            more information on thread watching.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>A</strong></span> - unwatch
          thread</span></dt>

          <dd>
            <p>Stops watching the message, and its
            replies/subthreads.</p>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>M</strong></span> - move
          messages</span></dt>

          <dd>
            <p>Move the selected messages to another folder.
            Selecting this option reopens the folder index screen.
            Highlight the folder where the messages can be moved
            to, and press ENTER.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>Messages can be moved only to folders in the same
              mail account. Messages cannot be moved to a folder in
              another mail account.</p>

              <p>This means that this option is not available with
              POP3 accounts, which naturally have only one
              folder.</p>
            </div>
          </dd>

          <dt><span class="term"><span class="keycap"><strong>C</strong></span> - copy
          messages</span></dt>

          <dd>
            <p>Copies the selected messages to another folder. This
            is very similar to the move command, except copies of
            the selected messages remain in the original
            folder.</p>

            <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
              <h3 class="title">Note</h3>

              <p>This mail filter will be processed every time a
              folder is opened. Therefore, the selected messages
              will be copied to another folder every time this
              folder is opened. This Copy filtering step should be
              followed by another filtering step, such as Move, or
              Delete/Expunge, that removes all selected messages.
              Otherwise the results could be quite amusing</p>
            </div>
          </dd>
        </dl>
      </div>

      <div class="section" title="Search criteria">
        <div class="titlepage">
          <div>
            <div>
              <h5 class="title"><a id="id525715" shape="rect" name="id525715"> </a>Search criteria</h5>
            </div>
          </div>
        </div>

        <div class="variablelist">
          <dl>
            <dt><span class="term"><span class="keycap"><strong>A</strong></span> - select
            all</span></dt>

            <dd>
              <p>Press <span class="keycap"><strong>A</strong></span> to select all
              available messages.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>!</strong></span> - not</span></dt>

            <dd>
              <p>Press <span class="keycap"><strong>!</strong></span> to logically
              reverse the following search criteria. Thus, if the
              entered search criteria was <span class="quote">&#8220;<span class="quote">Search the
              <code class="literal">From</code> header for
              <code class="literal">troll@example.com</code></span>&#8221;</span>
              the actual search will find messages where the
              <code class="literal">From</code> header does
              <span class="emphasis"><em>NOT</em></span> contain
              this text.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>D</strong></span> - search by
            date</span></dt>

            <dd>
              <p>A date-related search. Additional prompts follow,
              described below.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>S</strong></span> - search by
            status</span></dt>

            <dd>
              <p>A status-related search. Each message has several
              status flags that define whether the message is a new
              message, a deleted message, a replied message, and so
              on. Selecting a status search shows three options:
              <span class="quote">&#8220;<span class="quote">Deleted</span>&#8221;</span>, <span class="quote">&#8220;<span class="quote">Unread</span>&#8221;</span>, and <span class="quote">&#8220;<span class="quote">Replied</span>&#8221;</span>, to search for
              all deleted, unread, or replied messages,
              respectively.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>T</strong></span> - search by
            text</span></dt>

            <dd>
              <p>A text-based search, search for messages that
              contain (or don't contain) a given text string.
              Additional prompts follow, that further refine what
              kind of text to search for.</p>
            </dd>

            <dt><span class="term"><span class="keycap"><strong>Z</strong></span> - search by
            size</span></dt>

            <dd>
              <p>Search for messages that are bigger or smaller
              than a certain size. Select <span class="quote">&#8220;<span class="quote">Larger
              than</span>&#8221;</span> or <span class="quote">&#8220;<span class="quote">Smaller
              than</span>&#8221;</span> at the next prompt, then
              enter the target message size, in bytes, and press
              <span class="keycap"><strong>ENTER</strong></span> to
              search.</p>
            </dd>
          </dl>
        </div>

        <div class="section" title="Date-based searches">
          <div class="titlepage">
            <div>
              <div>
                <h6 class="title"><a id="id526370" shape="rect" name="id526370"> </a>Date-based searches</h6>
              </div>
            </div>
          </div>

          <p>A date-based search brings up additional prompts that
          specify the nature of the search. There are two dates
          that are associated with every message: the <span class="quote">&#8220;<span class="quote">sent</span>&#8221;</span> date, when the message
          was sent; and the <span class="quote">&#8220;<span class="quote">received</span>&#8221;</span> date, when the
          message was received.</p>

          <p>The sent date is obtained from the message's
          <code class="literal">Date:</code> header. The received
          date is obtained from the mail server (or from the
          timestamp on the local mailbox).</p>

          <p>The first prompt enters which date is searched
          for:</p>

          <div class="orderedlist">
            <ol class="orderedlist" type="1">
              <li class="listitem">
                <p>Messages that were sent before the given
                date.</p>
              </li>

              <li class="listitem">
                <p>Messages that were the sent on the given
                date.</p>
              </li>

              <li class="listitem">
                <p>Messages that were the sent since (on, or after)
                the given date.</p>
              </li>

              <li class="listitem">
                <p>Messages that were received before the given
                date.</p>
              </li>

              <li class="listitem">
                <p>Messages that were the received on the given
                date.</p>
              </li>

              <li class="listitem">
                <p>Messages that were the received since (on, or
                after) the given date.</p>
              </li>
            </ol>
          </div>

          <p>The actual date is entered interactively. It starts
          with today's date. Press <span class="keycap"><strong>+</strong></span> or <span class="keycap"><strong>-</strong></span> to advance the shown
          date to the next or the following date. Press
          <span class="keycap"><strong>[</strong></span> or
          <span class="keycap"><strong>]</strong></span> to advance
          the shown date by a month. Press <span class="keycap"><strong>&lt;</strong></span> or <span class="keycap"><strong>&gt;</strong></span> to advance the
          shown date by a month. Press the space bar to accept the
          shown date, and search for messages.</p>

          <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <h3 class="title">Note</h3>

            <p>Date-based searches are not currently implemented
            for NetNews newsgroups.</p>
          </div>
        </div>

        <div class="section" title="Text-based searches">
          <div class="titlepage">
            <div>
              <div>
                <h6 class="title"><a id="id526494" shape="rect" name="id526494"> </a>Text-based searches</h6>
              </div>
            </div>
          </div>

          <p>Selecting a text-based search shows a wealth of
          options:</p>

          <div class="variablelist">
            <dl>
              <dt><span class="term"><span class="keycap"><strong>S</strong></span> -
              subject</span></dt>

              <dd>
                <p>Search the contents of the <code class="literal">Subject:</code> header.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>F</strong></span> - from</span></dt>

              <dd>
                <p>Search the contents of the <code class="literal">From:</code> header.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>T</strong></span> - to</span></dt>

              <dd>
                <p>Search the contents of the <code class="literal">To:</code> header.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>C</strong></span> - cc</span></dt>

              <dd>
                <p>Search the contents of the <code class="literal">Cc:</code> header.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>B</strong></span> - bcc</span></dt>

              <dd>
                <p>Search the contents of the <code class="literal">Bcc:</code> header.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>H</strong></span> - specific
              header</span></dt>

              <dd>
                <p>Searches for the given text in some other
                header. The next prompt asks for the header's
                name.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>O</strong></span> -
              contents</span></dt>

              <dd>
                <p>Search the contents of the message for the given
                text.</p>
              </dd>

              <dt><span class="term"><span class="keycap"><strong>A</strong></span> -
              anywhere</span></dt>

              <dd>
                <p>Search the given text anywhere - headers or
                contents.</p>
              </dd>
            </dl>
          </div>

          <p>Enter the text to search for after selecting one of
          these options, and press <span class="keycap"><strong>ENTER</strong></span> to perform the
          search.</p>

          <div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;">
            <h3 class="title">Note</h3>

            <p>Efficient searching is implemented for local mail,
            and IMAP/SMAP mailboxes only. NetNews servers'
            searching capabilities are very limited, and POP3
            servers have no search facilities whatsoever. In all
            cases, searching for message status flags is supported,
            since message status flags are always cached
            locally.</p>

            <p>Only message headers of NetNews folders may be
            searched, and only English characters can be used as a
            search string. Some older NetNews servers may not have
            any searching ability whatsoever. Searching of message
            contents is not supported. Searching by message size,
            or message's date is not supported either.</p>

            <p>Searching of POP3 folders is also not very
            efficient, although the search text is not limited to
            English characters only. POP3 folder search is
            accomplished by downloading the complete headers of
            each message, and searching it manually. Downloaded
            headers are not cached. The headers are also downloaded
            when searching by message's date. Searching by message
            size, or message's date is not supported for POP3
            folders.</p>
          </div>
        </div>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-43-allspice
From: Online Help <nobody@localhost>
Subject: Address Book
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="Address Book">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone13addressbook" shape="rect" name="cone13addressbook"> </a>Address Book</h2>
        </div>
      </div>
    </div>

    <p>When writing a new message, <span class="application">Cone</span> looks up addresses in the defined
    address books automatically. The <span class="quote">&#8220;<span class="quote">Address
    Book</span>&#8221;</span> option off the Main Menu accesses
    various address book-related maintenance functions.</p>

    <p>The <span class="quote">&#8220;<span class="quote">Address
    Book</span>&#8221;</span> option first lists all defined
    address books. Normally there's only one: <span class="quote">&#8220;<span class="quote">Local Address
    Book</span>&#8221;</span> - a simple, private, address book
    maintained by <span class="application">Cone</span>.</p>

    <p><span class="application">Cone</span> can use a folder on a
    remote IMAP or SMAP server as an address book, permitting the
    address book to be shared between multiple account. When
    compiled with LDAP support, <span class="application">Cone</span> can also use an LDAP server-based
    address book.</p>

    <p>All known address book are listed on this screen. Press
    <span class="keycap"><strong>A</strong></span> to add a new
    LDAP server-based address book (IMAP and SMAP server-based
    address books are added directly from the <span class="quote">&#8220;<span class="quote">Folder
    Listing</span>&#8221;</span> screen, by highlighting the IMAP
    or SMAP folder, then pressing <span class="keycap"><strong>U</strong></span>se <span class="keycap"><strong>A</strong></span>addressbook). Highlighting
    the name of the address book, and hitting <span class="keycap"><strong>Enter</strong></span> displays all the entries
    in the address book (except for LDAP address books, which
    cannot be browsed or modified).</p>

    <div class="variablelist">
      <dl>
        <dt><span class="term"><span class="keycap"><strong>A</strong></span></span></dt>

        <dd>
          <p>Manually add an entry to the address book.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>D</strong></span></span></dt>

        <dd>
          <p>Delete the address book entry.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>E</strong></span></span></dt>

        <dd>
          <p>Export the contents of the address book to a file. See
          below for more information.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>I</strong></span></span></dt>

        <dd>
          <p>Import the contents of the address book from a file.
          See below for more information.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>Enter</strong></span></span></dt>

        <dd>
          <p>Press <span class="keycap"><strong>Enter</strong></span> to edit the
          contents of an address book entry.</p>
        </dd>

        <dt><span class="term"><span class="keycap"><strong>R</strong></span></span></dt>

        <dd>
          <p>Rename the address book entry (change the entry's
          nickname).</p>
        </dd>
      </dl>
    </div>

    <div class="section" title="Import/Export address book">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id539789" shape="rect" name="id539789"> </a>Import/Export address book</h4>
          </div>
        </div>
      </div>

      <p>The contents of the address book can be imported or
      exported to a file. The address book is exported one address
      book entry per line:</p>

      <div class="informalexample">
        <div class="literallayout">
          <p><br clear="none"/>
          nickname:&#160;"Name"&#160;&lt;user@domain&gt;<br clear="none"/></p>
        </div>
      </div>
    </div>
  </div>

>
</body></html>


From nobody@localhost Wed Jul 27 19:14:22 2011
X-MailPP-UID: :1311794062-16199-44-allspice
From: Online Help <nobody@localhost>
Subject: LDAP Address Books
Mime-Version: 1.0
Content-Type: text/html; charset=utf-8

<body><html>  <div class="chapter" title="LDAP Address Books">
    <div class="titlepage">
      <div>
        <div>
          <h2 class="title"><a id="cone14ldapaddressbook" shape="rect" name="cone14ldapaddressbook"> </a>LDAP Address
          Books</h2>
        </div>
      </div>
    </div>

    <p><span class="application">Cone</span> optionally supports
    searching LDAP directories for E-mail addresses. If this option
    is available, pressing <span class="keycap"><strong>A</strong></span> from the main Address Book
    screen displays the following screen:</p>

    <div class="section" title="Add LDAP Address Book screen">
      <div class="titlepage">
        <div>
          <div>
            <h4 class="title"><a id="id539529" shape="rect" name="id539529"> </a>Add LDAP Address Book screen</h4>
          </div>
        </div>
      </div>
      <hr /><pre class="programlisting" xml:space="preserve">
<B> LDAP ADDRESSBOOK ADD                 CONE                                  </B>




                               Add LDAP directory

                         Directory name: ____________________
                   LDAP server hostname: ____________________
                       LDAP suffix/root: ____________________

                                         [ SAVE ]

                                         [ CANCEL ]






<B>                                                                            </B>
 L Folder List   Q Quit
 M Main Menu     W Write Msg
</pre><hr />

      <div class="variablelist">
        <dl>
          <dt><span class="term">Directory name</span></dt>

          <dd>
            <p>Enter a nickname of this LDAP-based address book.
            This address book appears under this name on the
            Address Book screen.</p>
          </dd>

          <dt><span class="term">LDAP server hostname</span></dt>

          <dd>
            <p>Enter the name of the machine that's running the
            LDAP server.</p>
          </dd>

          <dt><span class="term">LDAP suffix/root</span></dt>

          <dd>
            <p>This setting specifies the suffix, or the root node,
            of the LDAP E-mail directory, such as "<code class="literal">dc=example, dc=com</code>", and depends on
            how the LDAP directory is configured. Contact the LDAP
            server administrator to get the correct LDAP
            suffix/root setting.</p>
          </dd>
        </dl>
      </div>

      <p>The directory and the server hostname are required, the
      LDAP root/suffix is optional (depending on the LDAP server's
      configuration). Highlight <span class="quote">&#8220;<span class="quote">Save</span>&#8221;</span>
      and press <span class="keycap"><strong>Enter</strong></span>
      to add this LDAP server to the list of address books that are
      automatically looked up, or <span class="quote">&#8220;<span class="quote">Cancel</span>&#8221;</span> to abort.</p>
    </div>
  </div>

>
</body></html>