send: add a comma after putting replied to-field to cc
[mailx.git] / config.h
blobc2dc6c288a5754985c0fdd7de5fa4e0c49e23ace
1 #define PAGER "pg"
2 #define EDITOR "vi"
3 #define SENDMAIL "msmtp"
4 #define NHEAD 16
5 #define WIDTH 80
6 #define DIGITS 5
7 #define THREADED 1
8 #define FOLDER "/home/me/.mailx/"
9 #define RECORD "+inbox"
10 #define FROM "my@address"
11 #define DRAFT "/tmp/draft.letter"
12 #define HOSTNAME "localhost"
14 static char *hdr_filt[] = {
15 "Subject:", "From:", "To:", "Cc:", "Date:"};
17 static char *boxes[] = {FOLDER "inbox"};