File: sylpheed-faq-2.html

package info (click to toggle)
sylpheed 3.7.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 23,212 kB
  • sloc: ansic: 121,506; sh: 11,894; xml: 1,962; makefile: 567; yacc: 409; lex: 46
file content (913 lines) | stat: -rw-r--r-- 60,390 bytes parent folder | download | duplicates (6)
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
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   
      <title>Chapter&nbsp;2.&nbsp;Sylpheed FAQ - Installation and Configuration</title>
      <meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
      <link rel="start" href="sylpheed-faq.html" title="Sylpheed FAQ">
      <link rel="up" href="sylpheed-faq.html" title="Sylpheed FAQ">
      <link rel="prev" href="sylpheed-faq-1.html" title="Chapter&nbsp;1.&nbsp;Sylpheed FAQ - General Information">
      <link rel="next" href="sylpheed-faq-3.html" title="Chapter&nbsp;3.&nbsp;Sylpheed FAQ - Interface">
      <link rel="chapter" href="sylpheed-faq-1.html" title="Chapter&nbsp;1.&nbsp;Sylpheed FAQ - General Information">
      <link rel="chapter" href="sylpheed-faq-2.html" title="Chapter&nbsp;2.&nbsp;Sylpheed FAQ - Installation and Configuration">
      <link rel="chapter" href="sylpheed-faq-3.html" title="Chapter&nbsp;3.&nbsp;Sylpheed FAQ - Interface">
      <link rel="appendix" href="sylpheed-faq-4.html" title="Appendix&nbsp;A.&nbsp;GNU Free Documentation License"><style type="text/css">
pre.programlisting, pre.screen {
background-color : #e0e0e0;
padding : 0.2cm;
}
.question {
font-weight : bold;
}

</style></head>
   <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
      <div class="navheader">
         <table width="100%" summary="Navigation header">
            <tr>
               <th colspan="3" align="center">Chapter&nbsp;2.&nbsp;Sylpheed FAQ - Installation and Configuration</th>
            </tr>
            <tr>
               <td width="20%" align="left"><a accesskey="p" href="sylpheed-faq-1.html">Prev</a>&nbsp;
               </td>
               <th width="60%" align="center">&nbsp;</th>
               <td width="20%" align="right">&nbsp;<a accesskey="n" href="sylpheed-faq-3.html">Next</a></td>
            </tr>
         </table>
         <hr>
      </div>
      <div class="chapter" lang="en">
         <div class="titlepage">
            <div>
               <div>
                  <h2 class="title"><a name="sylpheed-faq-2"></a>Chapter&nbsp;2.&nbsp;Sylpheed FAQ - Installation and Configuration
                  </h2>
               </div>
            </div>
         </div>
         <div class="qandaset">
            <dl>
               <dt>2.1. <a href="sylpheed-faq-2.html#d0e730">What does it take to compile Sylpheed?</a></dt>
               <dt>2.2. <a href="sylpheed-faq-2.html#d0e780">How do I set up Sylpheed?</a></dt>
               <dt>2.3. <a href="sylpheed-faq-2.html#d0e813">Why did the creation of the mailbox fail?</a></dt>
               <dt>2.4. <a href="sylpheed-faq-2.html#d0e826">How do I set up an account?</a></dt>
               <dt>2.5. <a href="sylpheed-faq-2.html#d0e853">How many accounts can I set up in Sylpheed?</a></dt>
               <dt>2.6. <a href="sylpheed-faq-2.html#d0e860">Can I set up an account for sending mail only?</a></dt>
               <dt>2.7. <a href="sylpheed-faq-2.html#d0e875">Why does Sylpheed not delete my mails when I press "Delete"? I set a filter, and Sylpheed does not filter. I moved a mail
                     to a different mailbox and it did not move.</a></dt>
               <dt>2.8. <a href="sylpheed-faq-2.html#d0e896">Can I set up special addresses/ports for my mailserver/newsserver?</a></dt>
               <dt>2.9. <a href="sylpheed-faq-2.html#d0e911">Does Sylpheed have options for threading messages?</a></dt>
               <dt>2.10. <a href="sylpheed-faq-2.html#d0e930">Can I create multiple levels of subfolders to store mail?</a></dt>
               <dt>2.11. <a href="sylpheed-faq-2.html#d0e937">Why isn't Sylpheed sending my mail out?</a></dt>
               <dt>2.12. <a href="sylpheed-faq-2.html#d0e944">How do I apply a patch after downloading it?</a></dt>
               <dt>2.13. <a href="sylpheed-faq-2.html#d0e978">How do I compile in support for compface pictures?</a></dt>
               <dt>2.14. <a href="sylpheed-faq-2.html#d0e988">How do I make my own compface image?</a></dt>
               <dt>2.15. <a href="sylpheed-faq-2.html#d0e998">How can I tell my browser/newsclient/other program to use Sylpheed as email program?</a></dt>
               <dt>2.16. <a href="sylpheed-faq-2.html#d0e1020">How do I enable GPG support in Sylpheed?</a></dt>
               <dt>2.17. <a href="sylpheed-faq-2.html#d0e1039">Mutt does not recognize Sylpheed's MH structure</a></dt>
               <dt>2.18. <a href="sylpheed-faq-2.html#d0e1055">Viewing a GIF file within Sylpheed causes a segmentation fault.</a></dt>
               <dt>2.19. <a href="sylpheed-faq-2.html#d0e1067">How Sylpheed checks for new mail?</a></dt>
               <dt>2.20. <a href="sylpheed-faq-2.html#d0e1150">How can I make Sylpheed notify me when new mail arrives?</a></dt>
               <dt>2.21. <a href="sylpheed-faq-2.html#d0e1160">Can I use a spell checker with Sylpheed?</a></dt>
               <dt>2.22. <a href="sylpheed-faq-2.html#d0e1178">How can I make Sylpheed send my compface image in the mails?</a></dt>
               <dt>2.23. <a href="sylpheed-faq-2.html#d0e1199">How can I get the newest source code from the Sylpheed Subversion (SVN) repository?</a></dt>
               <dt>2.24. <a href="sylpheed-faq-2.html#d0e1238">I checked out the sources using SVN and can't find any configure script.</a></dt>
               <dt>2.25. <a href="sylpheed-faq-2.html#d0e1253">Running "autogen.sh" gives error messages that "AM_PATH_GDK_PIXBUF" or
                          "AM_PATH_(whatever)" is not found.</a></dt>
               <dt>2.26. <a href="sylpheed-faq-2.html#d0e1300">I don't want to compile in support for (...) any longer, but after running
                          "configure", those libraries are still used.</a></dt>
               <dt>2.27. <a href="sylpheed-faq-2.html#d0e1316">How can I select different applications to open with specific MIME types?</a></dt>
               <dt>2.28. <a href="sylpheed-faq-2.html#d0e1326">How can I change the suggested mimetype for attachments?</a></dt>
               <dt>2.29. <a href="sylpheed-faq-2.html#d0e1335">The folder list is not updated after I manually moved/copied folders.</a></dt>
               <dt>2.30. <a href="sylpheed-faq-2.html#d0e1345">How can I revert original settings, e.g. for fonts, key bindings, etc.?</a></dt>
               <dt>2.31. <a href="sylpheed-faq-2.html#d0e1367">What environment variables have effect on Sylpheed?</a></dt>
               <dt>2.32. <a href="sylpheed-faq-2.html#d0e1408">Special characters (e.g. umlauts) are not displayed correctly.</a></dt>
               <dt>2.33. <a href="sylpheed-faq-2.html#d0e1432">How can I convert my old mailbox/address book from (some mail client).</a></dt>
               <dt>2.34. <a href="sylpheed-faq-2.html#d0e1448">What config files are there, and what are they used for?</a></dt>
               <dt>2.35. <a href="sylpheed-faq-2.html#d0e1507">How do I change the location of user profile directory under Windows?</a></dt>
               <dt>2.36. <a href="sylpheed-faq-2.html#d0e1581">Can I run multiple instances of Sylpheed?</a></dt>
               <dt>2.37. <a href="sylpheed-faq-2.html#d0e1616">What to do when printing an email prints off the paper?</a></dt>
            </dl>
            <table border="0" summary="Q and A Set" cellspacing="13px">
               <col align="left" width="1%">
               <tbody>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e730"></a><a name="d0e731"></a><b>2.1.</b></td>
                     <td align="left" valign="top">
                        <p>What does it take to compile Sylpheed?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Any POSIX compliant UNIX or similar OS, e.g. Linux,
                           FreeBSD, Solaris.
                           GTK+ 2.4.0 or later (GTK+ 2.6.0 or later
                           is recommended).
                           A recent ANSI C compiler (gcc 2.7.2.3 should also
                           work).
                        </p>
                        <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
                           <h3 class="title">Note</h3>
                           <p>It is reported that Sun C will not compile
                              Sylpheed.
                           </p>
                        </div>
                        <p>Optionally:</p>
                        <div class="itemizedlist">
                           <ul type="disc">
                              <li>
                                 <p>compface (for X-Face)</p>
                              </li>
                              <li>
                                 <p>GPGME (for GnuPG)</p>
                              </li>
                              <li>
                                 <p>OpenSSL for SSL support</p>
                              </li>
                              <li>
                                 <p>GtkSpell for a spell checking feature</p>
                              </li>
                              <li>
                                 <p>cURL for allowing Sylpheed to check for updates</p>
                              </li>
                              <li>
                                 <p>JPilot</p>
                              </li>
                              <li>
                                 <p>LDAP</p>
                              </li>
                              <li>
                                 <p>the equivalent of GTK+-devel and Xfree86-devel</p>
                              </li>
                              <li>
                                 <p>you may also require flex (lex) and bison
                                    (yacc).
                                 </p>
                              </li>
                           </ul>
                        </div>
                        <p>Otherwise ./configure will fail.
                           See also the <code class="filename">INSTALL</code> file that is being distributed with the Sylpheed tarball.
                        </p>
                        <p>Note that as Sylpheed now supports the Windows platform, you can also compile it using <a href="http://www.mingw.org/" target="_top">MinGW</a>.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e780"></a><a name="d0e781"></a><b>2.2.</b></td>
                     <td align="left" valign="top">
                        <p>How do I set up Sylpheed?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>When you run Sylpheed for the first time, it will
                           ask you where you want to store your mailboxes. The
                           default is <code class="filename">$HOME/Mail</code> (or <code class="filename">%APPDATA%\Sylpheed\Mailboxes\Mail</code> under Windows). You can change this to
                           anything you like as long as it is a valid directory
                           name.
                        </p>
                        <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
                           <h3 class="title">Note</h3>
                           <p>When Sylpheed is executed for the first time, it automatically creates the configuration files under <code class="filename">$HOME/.sylpheed-2.0/</code> (or <code class="filename">%APPDATA%\Sylpheed\</code> under Windows), and asks you the location of mailbox. As stated above, the default is <code class="filename">$HOME/Mail</code>, or <code class="filename">%APPDATA%\Sylpheed\Mailboxes\Mail</code> under Windows. If some files, which are non-MH format, already exist on the directory, you will have to specify another location.
                           </p>
                        </div>
                        <p>Furthermore, you need to <a href="sylpheed-faq-2.html#faq-account-setup">create at least one account</a> to be able to receive or send messages.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e813"></a><a name="d0e814"></a><b>2.3.</b></td>
                     <td align="left" valign="top">
                        <p>Why did the creation of the mailbox fail?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Sylpheed reports such an error if it can't create the default
                           mailboxes (inbox, outbox, etc.). This can be because <code class="filename">$HOME/Mail</code>
                           (or <code class="filename">%APPDATA%\Sylpheed\Mailboxes\Mail</code> under Windows) already contains files with the same names. This occurs when switching from
                           Kmail to Sylpheed, in this case backup and remove the existing Mail
                           directory or use another name for the Sylpheed mail directory.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e826"></a><a name="faq-account-setup"></a><b>2.4.</b></td>
                     <td align="left" valign="top">
                        <p>How do I set up an account?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>After loading Sylpheed for the first time, you can
                           add an email account by clicking the <span class="guimenu">Configuration</span> menu. Select the option <span class="guimenuitem">Create new account</span> and let the configuration assistant help you with the initial setup.
                           In a few easy steps, the assistant allows you to conveniently configure your  POP3, IMAP4, or Gmail account.
                        </p>
                        <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
                           <h3 class="title">Tip</h3>
                           <p>If you want later to change your account configuration, just select  <span class="guimenuitem">Configuration</span>-&gt;<span class="guimenuitem">Preferences for current account...</span>, or <span class="guimenuitem">Configuration</span>-&gt;<span class="guimenuitem">Edit accounts...</span></p>
                        </div>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e853"></a><a name="d0e854"></a><b>2.5.</b></td>
                     <td align="left" valign="top">
                        <p>How many accounts can I set up in Sylpheed?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>The number is unlimited. The limit is reached when
                           your computer stops responding.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e860"></a><a name="d0e861"></a><b>2.6.</b></td>
                     <td align="left" valign="top">
                        <p>Can I set up an account for sending mail only?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Yes, add a new account using <span class="guimenuitem">Configuration</span>-&gt;<span class="guimenuitem">Edit accounts...</span>+<span class="guibutton">Add</span>  and set the Protocol to None (local).
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e875"></a><a name="d0e876"></a><b>2.7.</b></td>
                     <td align="left" valign="top">
                        <p>Why does Sylpheed not delete my mails when I press "Delete"? I set a filter, and Sylpheed does not filter. I moved a mail
                           to a different mailbox and it did not move.
                        </p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>You have to click the <span class="guiicon">Execute</span> button.
                           The other solution: in the configuration settings
                           (<span class="guimenuitem">Common preferences...</span>-&gt;<span class="guimenuitem">Details</span>-&gt;<span class="guimenuitem">Interface</span>), you have to
                           check the <span class="guilabel">Execute immediately when moving or deleting messages</span> box.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e896"></a><a name="d0e897"></a><b>2.8.</b></td>
                     <td align="left" valign="top">
                        <p>Can I set up special addresses/ports for my mailserver/newsserver?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Yes, you can. Under <span class="guimenu">Configuration</span>-&gt;<span class="guimenuitem">Preferences for current account...</span>-&gt;<span class="guimenuitem">Advanced</span>, you
                           can specify the exact port addresses you want to use.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e911"></a><a name="d0e912"></a><b>2.9.</b></td>
                     <td align="left" valign="top">
                        <p>Does Sylpheed have options for threading messages?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Yes. You can switch it on and off in the <span class="guimenu">View</span>
                                menu, just select <span class="guimenuitem">Thread view</span> or press <span><strong class="keycap">Ctrl</strong></span>-<span><strong class="keycap">T</strong></span>.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e930"></a><a name="d0e931"></a><b>2.10.</b></td>
                     <td align="left" valign="top">
                        <p>Can I create multiple levels of subfolders to store mail?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Absolutely. This is no problem.</p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e937"></a><a name="d0e938"></a><b>2.11.</b></td>
                     <td align="left" valign="top">
                        <p>Why isn't Sylpheed sending my mail out?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>You need to create at least one account in order to
                                send. (This is a wonderful gotcha on LAN installs
                                with only a local mailbox feed).
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e944"></a><a name="d0e945"></a><b>2.12.</b></td>
                     <td align="left" valign="top">
                        <p>How do I apply a patch after downloading it?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Copy patch to sylpheed directory.
                                Apply the patch as follows:
                        </p>
                        <p>
                                <span><strong class="command">% patch -p0 &lt; some.patch</strong></span></p>
                        <p>
                                Or, if it's gzipped:
                        </p>
                        <p>
                                <span><strong class="command">% gzip -dc some.patch.gz | patch -p0</strong></span></p>
                        <p>
                                Run <code class="filename">./autogen.sh</code>, remove the generated <code class="filename">/config.cache</code>
                                file (unless you want to install in prefix
                                <code class="filename">/usr/local</code>).
                                Run <code class="filename">./configure</code> with the appropriate options and
                                then <code class="filename">make</code>.
                                (Text as found on the former Sylpheed patches page.)
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e978"></a><a name="d0e979"></a><b>2.13.</b></td>
                     <td align="left" valign="top">
                        <p>How do I compile in support for compface pictures?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>You have to have a package called <code class="computeroutput">libcompface</code>
                                installed, so this is available for compiling into
                                Sylpheed. Note that the exact name of the package depends on  OS or distribution you use.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e988"></a><a name="d0e989"></a><b>2.14.</b></td>
                     <td align="left" valign="top">
                        <p>How do I make my own compface image?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>The faces package contains a program called xbm2ikon script,
                            which converts a 48x48 xbm to the format suitable for
                            compface. Thanks to Jeff Dairiki, you can have a complete online course in this. Visit <a href="http://www.dairiki.org/xface/" target="_top">this page</a> for the details.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e998"></a><a name="d0e999"></a><b>2.15.</b></td>
                     <td align="left" valign="top">
                        <p>How can I tell my browser/newsclient/other program to use Sylpheed as email program?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p> In the settings part of the program, write
                                  <span><strong class="command">sylpheed --compose</strong></span></p>
                        <p>
                           Specific options for typical browsers:
                        </p>
                        <div class="itemizedlist">
                           <ul type="disc">
                              <li>
                                 <p>Opera: <span><strong class="command">sylpheed --compose [mailto:%t][?subject=%s] </strong></span></p>
                              </li>
                              <li>
                                 <p>Galeon: <span><strong class="command">sylpheed --compose "mailto:%t?subject=%s"</strong></span></p>
                              </li>
                           </ul>
                        </div>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1020"></a><a name="d0e1021"></a><b>2.16.</b></td>
                     <td align="left" valign="top">
                        <p>How do I enable GPG support in Sylpheed?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p> When compiling Sylpheed, make sure you add <em class="parameter"><code>--enable-gpgme</code></em> in the <span><strong class="command">./configure</strong></span> command.
                           When that completes successfully, there is a <span class="guimenuitem">Privacy</span> section in the <span class="guimenuitem">Common Preferences</span>.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1039"></a><a name="d0e1040"></a><b>2.17.</b></td>
                     <td align="left" valign="top">
                        <p>Mutt does not recognize Sylpheed's MH structure</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>For this to work you need to use the <span><strong class="command">touch</strong></span> command in every MH folder. "<span><strong class="command">touch</strong></span>" the file <code class="filename">.xmhcache</code> and Mutt should do just fine.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1055"></a><a name="d0e1056"></a><b>2.18.</b></td>
                     <td align="left" valign="top">
                        <p>Viewing a GIF file within Sylpheed causes a segmentation fault.</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>In case this happens, you can easily fix that by adding the following to <code class="filename">/etc/mime.types</code>:
                        </p><pre class="programlisting">image/gif gif</pre></td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1067"></a><a name="d0e1068"></a><b>2.19.</b></td>
                     <td align="left" valign="top">
                        <p>How Sylpheed checks for new mail?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>New mail can be retrieved either manually or automatically.</p>
                        <p>To check for new mail the manual way, you can:</p>
                        <div class="orderedlist">
                           <ol type="1">
                              <li>
                                 <p>Either press the <span class="guibutton">Get </span>button on the toolbar to incorporate new mail  for the current account only, or use the <span class="guibutton">Get all</span> button to incorporate new mail for all configured accounts.
                                 </p>
                              </li>
                              <li>
                                 <p>Or choose <span class="guimenu">File</span>-&gt;<span class="guimenuitem">Mailbox</span>-&gt;<span class="guimenuitem">Check for new messages</span>, or <span class="guimenuitem">Check for new messages in all mailboxes</span>.
                                 </p>
                              </li>
                              <li>
                                 <p>Or select <span class="guimenu">Message</span>-&gt;<span class="guimenuitem">Receive</span>-&gt;<span class="guimenuitem">Get from current account</span>, or <span class="guimenuitem">Get from all accounts</span>.
                                 </p>
                              </li>
                           </ol>
                        </div>
                        <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
                           <h3 class="title">Tip</h3>
                           <p>If you have a POP3 account and  don't want to retrieve all the new messages stored on  remote server to your computer, you
                              can manage your account remotely (e.g. open or delete individual messages) by choosing <span class="guimenu">Message</span>-&gt;<span class="guimenuitem">Receive</span>-&gt;<span class="guimenuitem">Remote mailbox...</span></p>
                        </div>
                        <p>If you prefer autochecking for new mail instead, first of all, make sure that you have checked <span class="guimenu">Configuration</span>-&gt;<span class="guimenuitem">Common preferences...</span>-&gt;<span class="guimenuitem">Receive</span>+<span class="guilabel">Autocheck new mail every <em class="replaceable"><code>10</code></em> minute(s)</span>. Optionally, you can adjust the interval value (in minutes) as well.
                        </p>
                        <p>Also check your settings under <span class="guimenu">Configuration</span>-&gt;<span class="guimenuitem">Edit accounts...</span> You will find this
                           at the top:  <span class="guilabel">Check the boxes on the 'G' column to enable message retrieval by 'Get all'</span>. The setting applies on both manual  and automatic
                           mail checks.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1150"></a><a name="d0e1151"></a><b>2.20.</b></td>
                     <td align="left" valign="top">
                        <p>How can I make Sylpheed notify me when new mail arrives?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Download Gkrellm or a similar program that is able to notify you of new incoming mail. Gkrellm is available at <a href="http://www.gkrellm.net" target="_top">the Gkrellm page</a>.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1160"></a><a name="d0e1161"></a><b>2.21.</b></td>
                     <td align="left" valign="top">
                        <p>Can I use a spell checker with Sylpheed?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Yes. You need to have GtkSpell installed prior to Sylpheed compilation. The support for GtkSpell is enabled by default in
                            <span><strong class="command">configure</strong></span>. (If you want to disable it, make sure you add <em class="parameter"><code>--disable-gtkspell</code></em> in the <span><strong class="command">./configure</strong></span> command.)
                        </p>
                        <p>The GtkSpell option is not supported in Sylpheed for Windows (yet), so you will have no spell checking under this OS.</p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1178"></a><a name="d0e1179"></a><b>2.22.</b></td>
                     <td align="left" valign="top">
                        <p>How can I make Sylpheed send my compface image in the mails?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>In the <span class="guimenu">Configuration</span>-&gt;<span class="guimenuitem">Preferences for current account...</span>-&gt;<span class="guimenuitem">Send</span> check <span class="guilabel">Add user-defined header</span> and press <span class="guibutton">Edit</span> button. A dialog appears, add a header named "X-Face" and fill the value field with your face data. Note that if you paste
                           the data from a terminal into the field, some spurious newlines can be added, and these can mangle your face, be careful.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1199"></a><a name="d0e1200"></a><b>2.23.</b></td>
                     <td align="left" valign="top">
                        <p>How can I get the newest source code from the Sylpheed Subversion (SVN) repository?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Move to an appropriate directory, and after you run the command specified below, a source tree named <code class="filename">trunk</code> will be created under that directory:
                        </p>
                        <p><span><strong class="command">svn checkout svn://sylpheed.sraoss.jp/sylpheed/trunk</strong></span></p>
                        <p>The subdirectories under the <code class="filename">sylpheed</code> directory are  as follows:
                        </p>
                        <div class="itemizedlist">
                           <ul type="disc">
                              <li>
                                 <p><code class="filename">trunk/</code> - main tree
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">branches/</code> - miscellaneous experimental branches
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">tags/</code> - release-tagged branches
                                 </p>
                              </li>
                           </ul>
                        </div>
                        <p>To update to the newest source tree, run the following command in the target directory:</p>
                        <p><span><strong class="command">svn update</strong></span></p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1238"></a><a name="d0e1239"></a><b>2.24.</b></td>
                     <td align="left" valign="top">
                        <p>I checked out the sources using SVN and can't find any configure script.</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>The SVN versions are meant to be used by developers rather than "normal"
                                users, so the source (or binary) distributions are easier to use.
                        </p>
                        <div class="blockquote">
                           <blockquote class="blockquote">
                              <p>Yeah, but the latest features from SVN really look sexy...</p>
                           </blockquote>
                        </div>
                        <p>You need to generate the configure script by running <code class="filename">autogen.sh</code>.
                                Be sure to have autoconf and automake packages installed for this.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1253"></a><a name="d0e1254"></a><b>2.25.</b></td>
                     <td align="left" valign="top">
                        <p>Running "autogen.sh" gives error messages that "AM_PATH_GDK_PIXBUF" or
                                "AM_PATH_(whatever)" is not found.
                        </p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>There are some <code class="filename">*.m4</code> files in the <code class="filename">ac/missing</code> directory. Try to copy
                                them into the <code class="filename">ac</code> directory and run <code class="filename">autogen.sh</code> again.
                        </p>
                        <p>
                                If there are still some <code class="filename">.m4</code> files not found (e.g. those from GTK+), try
                                to run <span><strong class="command">% locate m4 | less</strong></span> or <span><strong class="command">% locate aclocal | less</strong></span> to find additional directories containing those macros. If you find e.g. a
                                <code class="filename">gtk.m4</code> in <code class="filename">/opt/gnome/share/aclocal</code>, change following line in
                                <code class="filename">autogen.sh</code> from
                        </p><pre class="programlisting">aclocal -I ac \</pre><p>     to</p><pre class="programlisting">aclocal -I ac -I /opt/gnome/share/aclocal \</pre><p>and run it again.</p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1300"></a><a name="d0e1301"></a><b>2.26.</b></td>
                     <td align="left" valign="top">
                        <p>I don't want to compile in support for (...) any longer, but after running
                                "configure", those libraries are still used.
                        </p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Remove the <code class="filename">config.cache</code> file and run <span><strong class="command">./configure</strong></span> again. You should
                                also use <span><strong class="command">make clean</strong></span> to avoid undefined references.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1316"></a><a name="d0e1317"></a><b>2.27.</b></td>
                     <td align="left" valign="top">
                        <p>How can I select different applications to open with specific MIME types?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>The MIME-type to application associations are kept in <code class="filename">/etc/mailcap</code>.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1326"></a><a name="d0e1327"></a><b>2.28.</b></td>
                     <td align="left" valign="top">
                        <p>How can I change the suggested mimetype for attachments?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>The extension to MIME-type associations are kept in <code class="filename">/etc/mime.types</code></p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1335"></a><a name="d0e1336"></a><b>2.29.</b></td>
                     <td align="left" valign="top">
                        <p>The folder list is not updated after I manually moved/copied folders.</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>You need to update Sylpheed cache. Right click on the mailbox and choose
                                <span class="guimenuitem">Rebuild folder tree</span>.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1345"></a><a name="d0e1346"></a><b>2.30.</b></td>
                     <td align="left" valign="top">
                        <p>How can I revert original settings, e.g. for fonts, key bindings, etc.?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Sylpheed keeps its configuration files in <code class="filename">$HOME/.sylpheed-2.0/sylpheedrc</code> (or <code class="filename">%APPDATA%\Sylpheed\sylpheedrc</code> under Windows) and creates default
                                entries, if none are found. So the easiest way is to quit Sylpheed,
                                temporarily renaming your <code class="filename">$HOME/.sylpheed-2.0</code> (or <code class="filename">%APPDATA%\Sylpheed\sylpheedrc</code>) e.g. to <code class="filename">*.bak</code> and restarting
                                Sylpheed in order to get default entries.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1367"></a><a name="faq-environment-variables"></a><b>2.31.</b></td>
                     <td align="left" valign="top">
                        <p>What environment variables have effect on Sylpheed?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Here are the most common variables:</p>
                        <div class="itemizedlist">
                           <ul type="disc">
                              <li>
                                 <p><code class="envar">HOME</code>
                                          - location of <code class="filename">.sylpheed-2.0</code> (config directory) and default folder for Mailboxes.
                                 </p>
                              </li>
                              <li>
                                 <p><code class="envar">LANG</code>,
                                 </p>
                              </li>
                              <li>
                                 <p><code class="envar">LC_ALL</code>,
                                 </p>
                              </li>
                              <li>
                                 <p><code class="envar">LC_CTYPE</code>,
                                 </p>
                              </li>
                              <li>
                                 <p><code class="envar">LC_MESSAGES</code> - locale settings, e.g. language and date format.
                                 </p>
                              </li>
                           </ul>
                        </div>
                        <p>For more information on how to make Sylpheed display your language, see the <a href="sylpheed-faq-3.html#faq-display-language">relevant question</a>.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1408"></a><a name="d0e1409"></a><b>2.32.</b></td>
                     <td align="left" valign="top">
                        <p>Special characters (e.g. umlauts) are not displayed correctly.</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>In most cases, this is caused by fonts that use an unsuitable encoding on a not Unicode-based system. (On a Unicode-based
                           system, fonts should support all thinkable characters for the vast majority of languages.)
                        </p>
                        <p>Choose <span class="guimenu">Configuration</span>-&gt;<span class="guimenuitem">Common preferences...</span>-&gt;<span class="guimenuitem">Display</span>-&gt;<span class="guimenuitem">General</span>, and click the button right to  <span class="guilabel">Text font</span>. Now, a special dialog appears that allows you to pick a desirable font family, style, and size.
                        </p>
                        <p>You should also make sure that your environment variables regarding locale
                                settings have sensible values.
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1432"></a><a name="d0e1433"></a><b>2.33.</b></td>
                     <td align="left" valign="top">
                        <p>How can I convert my old mailbox/address book from (some mail client).</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>You can  try to
                                export your old mailbox to MH,  MBOX or EML format.
                        </p>
                        <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
                           <h3 class="title">Tip</h3>
                           <p>Take a look at the <span class="guimenuitem">Add sender to address book...</span> item from the <span class="guimenu">Tools</span>
                                   menu, it could be a useful alternative or addition, when importing your old
                                   contacts.
                           </p>
                        </div>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1448"></a><a name="d0e1449"></a><b>2.34.</b></td>
                     <td align="left" valign="top">
                        <p>What config files are there, and what are they used for?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Sylpheed config files can be found in <code class="filename">$HOME/.sylpheed-2.0</code> (under Windows, the path is <code class="filename">%APPDATA%\Sylpheed</code>). They are in plain
                                text format and quite easy to understand, so don't fear to take a look
                                into them using a text editor.
                        </p>
                        <div class="itemizedlist">
                           <ul type="disc">
                              <li>
                                 <p><code class="filename">sylpheedrc</code>      - main configuration: nearly all options from the
                                                            settings window, e.g. mailbox location, font
                                                            entries, etc.
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">accountrc</code>       - settings for POP/IMAP/NNTP accounts
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">actionsrc</code>       - user-defined actions
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">addrbook-*.xml</code>  - contents of your address book
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">customheaderrc</code>  - contains user-defined header lines
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">dispheaderrc</code>    - headers to display above the mail body
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">filter.xml</code>        -  filter settings
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">folderlist.xml</code>  -  folder specific settings, e.g. hiding
                                                            read messages, sort order, etc.
                                 </p>
                              </li>
                              <li>
                                 <p><code class="filename">menurc</code>          - key bindings
                                 </p>
                              </li>
                           </ul>
                        </div>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1507"></a><a name="d0e1508"></a><b>2.35.</b></td>
                     <td align="left" valign="top">
                        <p>How do I change the location of user profile directory under Windows?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>The configuration files and the mailboxes are saved under the following
                           location (<code class="filename">%APPDATA%\Sylpheed</code>) by default:
                        </p>
                        <div class="itemizedlist">
                           <ul type="disc">
                              <li>
                                 <p>Windows 2000/XP:
                                    <code class="filename">C:\Documents and Settings\<em class="replaceable"><code>(user name)</code></em>\Application Data\Sylpheed</code></p>
                              </li>
                              <li>
                                 <p>Windows Vista/Seven:
                                    <code class="filename">C:\Users\<em class="replaceable"><code>(user name)</code></em>\AppData\Roaming\Sylpheed</code></p>
                              </li>
                           </ul>
                        </div>
                        <p>If you want to change the location of the configuration files, you can
                           specify it by the command line option <em class="parameter"><code>--configdir "<em class="replaceable"><code>directory name</code></em>"</code></em>.
                           Create a shortcut of <code class="filename">sylpheed.exe</code>, and append the option to the link target
                           like the following:
                        </p><pre class="screen">"C:\Program Files\Sylpheed\sylpheed.exe" --configdir "D:\Sylpheed"</pre><p>If <code class="filename">sylpheed.ini</code> file exists at the same location as <code class="filename">sylpheed.exe</code>, it will be
                           loaded at startup. With this approach, you can make Sylpheed completely portable
                           independent of drive letters etc., and you can install it in removable media
                           such as USB memory.
                        </p>
                        <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
                           <h3 class="title">Note</h3>
                           <p>The installer version, and GnuPG and GPGME use registry.</p>
                        </div>
                        <p>The sample INI file is included in the Sylpheed for Windows installation package as <code class="filename">sample-sylpheed.ini</code>.
                           Please copy or rename it to use.
                           <code class="literal">ipcport</code> specifies the port number of socket for IPC (default is 50215).
                           <code class="literal">configdir</code> specifies the location of configuration files as a relative
                           path from the folder in which <code class="filename">sylpheed.exe</code> is located, or an absolute path.
                        </p>
                        <p>(The text above is a slightly modified excerpt from the <code class="filename">README-win32.txt</code> file, which you should find within the <code class="filename">C:\Program Files\Sylpheed</code> directory.)
                        </p>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1581"></a><a name="d0e1582"></a><b>2.36.</b></td>
                     <td align="left" valign="top">
                        <p>Can I run multiple instances of Sylpheed?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>Yes, Sylpheed 3.1 adds support for this often requested feature. The format of the multiple instances command is as follows:</p>
                        <p><span><strong class="command">sylpheed --instance-id <em class="replaceable"><code>ID</code></em> --configdir <em class="replaceable"><code>path-to-alternative-configdir</code></em></strong></span></p>
                        <p>Default <em class="parameter"><code>ID</code></em> is set to <code class="literal">sylpheed</code>, so you can specify any other instance
                           <em class="parameter"><code>ID</code></em>. The <em class="parameter"><code>ID</code></em> is used for the name of unix domain
                           socket (under UNIX), or mutex name (under Windows). <em class="parameter"><code>configdir</code></em> specifies the configuration directory, i.e. the location of  configuration files you want to use with the given instance.
                        </p>
                        <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
                           <h3 class="title">Warning</h3>
                           <p>Do not share same configuration directories or mailboxes across multiple instances as this may lead to an unexpected application
                              behavior!
                           </p>
                        </div>
                     </td>
                  </tr>
                  <tr class="question">
                     <td align="left" valign="top"><a name="d0e1616"></a><a name="d0e1617"></a><b>2.37.</b></td>
                     <td align="left" valign="top">
                        <p>What to do when printing an email prints off the paper?</p>
                     </td>
                  </tr>
                  <tr class="answer">
                     <td align="left" valign="top"><b></b></td>
                     <td align="left" valign="top">
                        <p>You can use enscript for this. Use <span><strong class="command">enscript %s</strong></span> to print everything on one page, or <span><strong class="command">enscript -U2 %s</strong></span> for printing two logical pages on one physical page.
                        </p>
                     </td>
                  </tr>
               </tbody>
            </table>
         </div>
      </div>
      <div class="navfooter">
         <hr>
         <table width="100%" summary="Navigation footer">
            <tr>
               <td width="40%" align="left"><a accesskey="p" href="sylpheed-faq-1.html">Prev</a>&nbsp;
               </td>
               <td width="20%" align="center">&nbsp;</td>
               <td width="40%" align="right">&nbsp;<a accesskey="n" href="sylpheed-faq-3.html">Next</a></td>
            </tr>
            <tr>
               <td width="40%" align="left" valign="top">Chapter&nbsp;1.&nbsp;Sylpheed FAQ - General Information&nbsp;</td>
               <td width="20%" align="center"><a accesskey="h" href="sylpheed-faq.html">Home</a></td>
               <td width="40%" align="right" valign="top">&nbsp;Chapter&nbsp;3.&nbsp;Sylpheed FAQ - Interface</td>
            </tr>
         </table>
      </div>
   </body>
</html>