* Crash in forward_subject function, in the memmove function, which
[alpine.git] / contrib / carmel / README
blobf893ad7838eb9bda1cff673b5e177e79d614b5f8
1 Further details on the Carmel driver and the modifications for
2 the X-BWC-Glyph character set are under the doc directory.
4 Building the Carmel driver
5 --------------------------
6 1. Build pine, the c-client and imapd as you would normally so
7    all machine dependent source directory links get set up correctly
9 2. Copy all files from contrib/carmel/c-client into the Pine c-client
10    directory
12 3. run "patch < Makefile.patch" to modify the Makefile.
14 4. If you want the X-BWC-GLYPH character set stuff turned on in the
15    c-client for mail generated before 1994 make sure that
16    EXTRACFLAGS=-DBWC in the Makefile
18 5. If you want the carmel driver to be the default for non-fully 
19    qualified names, change that in the Makefile for your system.
21 6. If you want the X-BWC-Glyph display code turned on some patches
22    have to be applied to Pine.  If not, these steps can be skipped.
23    6a. Copy all the files from carmel/pine into the pine source 
24        directory.
25    6b. Run patch on each of them: "patch < makefile.ult", 
26        "patch < filter.c.pathc".
27    6c. You may have to add a -DBWC to the CFLAGS= line in the makefile
28        for your system if there is no patch file for your system.
30 7. Remove the imapd executable imapd/imapd from the Pine source tree
31    to force it to be rebuilt (Make won't figure it out).
33 8. Run build again from the top level directory