support having both visual and editor configs
[mailx.git] / config.h
blob3f7878793edc351de68f5ca89d8c9ac5ac9461bc
1 #define PAGER "pg"
2 #define EDITOR "vi"
3 #define VISUAL "vi"
4 #define SENDMAIL "sendmail"
5 #define NHEAD 16
6 #define WIDTH 80
7 #define DIGITS 5
8 #define THREADED 1
9 #define FOLDER "/home/me/.mailx/"
10 #define RECORD "+inbox"
11 #define FROM "my@address"
12 #define DRAFT "/tmp/draft.letter"
13 #define HOSTNAME "localhost"
15 static char *hdr_filt[] = {
16 "Subject:", "From:", "To:", "Cc:", "Date:"};
18 static char *boxes[] = {FOLDER "inbox"};