crabmail.1.scd 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. crabmail(1)
  2. # NAME
  3. crabmail - an HTML email archive generator
  4. # SYNOPSIS
  5. crabmail [-rR] [-c CONFIG] [-d OUT_DIR] maildir
  6. # DESCRIPTION
  7. Crabmail writes html pages for the maildir folders contained within *maildir*
  8. *-g*
  9. include gemini output. default true if neither this nor *-h* is present.
  10. *-h*
  11. include html output. default true if neither this nor *-h* is present.
  12. *-c CONFIG*
  13. The config file to read from. Default is ./crabmail.conf
  14. *-d OUT_DIR*
  15. The out dir to write HTML to. Defaults it ./site
  16. *maildir*
  17. Path to a maildir folder. All subfolders (with the exception of the special
  18. maildir folders cur, new, tmp) will be rendered as sub-pages in your HTML
  19. archive.
  20. Threads will be written to *OUT_DIR*/threads/[thread-id].html -- Thread IDs can
  21. have basically any character in them, except for forward slashes, which are
  22. replaced by semicolons: keep this in mind if you are using a non-unix
  23. filesystem.
  24. Threading is determined by a combination of in-reply-to and subject headers.
  25. Caching is minimal at the moment and subject to change.
  26. # SEE ALSO
  27. *crabmail-config*(5)
  28. # AUTHORS
  29. Alex Wennerberg <alex@alexwennerberg.com>