crabmail-config.5.scd 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. crabmail-config(5)
  2. # NAME
  3. crabmail-config - configuration file formats for *crabmail*(1)
  4. # CONFIGURATION
  5. Each file uses an _ini_ format defined as follows: key=value\n. Keys cannot
  6. contain =. Values cannot contain \n. There are no other restrictions.
  7. Section headers are defined by [brackets]. These are optional, and can define
  8. archive-specific configuration
  9. This variables are often not escaped, so treat this file as trusted input (ie,
  10. don't fill in values from user input somehow).
  11. # CRABMAIL.CONF
  12. ## GLOBAL
  13. *base_url*
  14. The base URL where your archive is hosted, used to generate atom feeds
  15. *email_fmt*
  16. The structure of how emails are mapped to mail folders, for example
  17. lists+%s@flounder.online will replace %s with the archive name. You can
  18. override this in archive-specific configuration
  19. *title_fmt*
  20. The structure of how names of each mail archive are structured, for example
  21. %s public inbox_ or %s mailing list. Will be overwritten if title is set for
  22. individual archives.
  23. *description*
  24. A description for your homepage, will be displayed as a single line. HTML is
  25. allowed if you want.
  26. ## Archives
  27. Each mail archive is specified with a [subsection] header.
  28. *title*
  29. Title of the archive. Default tile for archives is set by *title_fmt*
  30. *email*
  31. Email of this archive. Overrides *email_fmt*.
  32. *description*
  33. A description for your archive. HTML is allowed, but be judicious.
  34. # SEE ALSO
  35. *crabmail*(1)
  36. # AUTHORS
  37. Alex Wennerberg <alex@alexwennerberg.com>