File: defaults.h

package info (click to toggle)
hypermail 2.2.0.dfsg-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,636 kB
  • ctags: 3,069
  • sloc: ansic: 34,221; sh: 15,510; yacc: 844; perl: 744; makefile: 737; python: 292
file content (34 lines) | stat: -rw-r--r-- 812 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
#ifndef __DEFAULTS_H
#define __DEFAULTS_H

/* ALERT! ALERT! ALERT! ALERT! ALERT! ALERT! ALERT! ALERT!
 *
 * The #defines following here ARE NOT intended to be modified locally 
 * before you compile hypermail. They're here to set internal defaults 
 * and they are set during the configure process. To alter these settings
 * for use during runtime, modify your config file!
 */

#define CONFIGFILE "~/.hmrc"

#define INLINE_TYPES "image/gif image/jpeg image/png"

#define SHOW_HEADERS "From Subject Date Message-ID"

#define MAILCOMMAND "mailto:$TO?Subject=$SUBJECT"

#define PROGRESS 0

#define RECOGNIZE_SUPERCITE_QUOTES 1

#define LANGUAGE     "@language@"

#define HTMLSUFFIX   "@htmlsuffix@"

#define DEFAULTINDEX "@defaultindex@"

#define DOMAINADDR   "@domainaddr@"

#define ANTISPAM_AT   "_at_"

#endif