crabmail.1 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .\" Generated by scdoc 1.11.2
  2. .\" Complete documentation for this program is not available as a GNU info page
  3. .ie \n(.g .ds Aq \(aq
  4. .el .ds Aq '
  5. .nh
  6. .ad l
  7. .\" Begin generated content:
  8. .TH "crabmail" "1" "2022-04-03"
  9. .P
  10. .SH NAME
  11. .P
  12. crabmail - an HTML email archive generator
  13. .P
  14. .SH SYNOPSIS
  15. .P
  16. crabmail [-rR] [-c CONFIG] [-d OUT_DIR] maildir
  17. .P
  18. .SH DESCRIPTION
  19. .P
  20. Crabmail writes html pages for the maildir folders contained within \fBmaildir\fR
  21. .P
  22. \fB-g\fR
  23. .RS 4
  24. include gemini output.\& default true if neither this nor \fB-h\fR is present.\&
  25. .P
  26. .RE
  27. \fB-h\fR
  28. .RS 4
  29. include html output.\& default true if neither this nor \fB-h\fR is present.\&
  30. .P
  31. .RE
  32. \fB-c CONFIG\fR
  33. .P
  34. .RS 4
  35. The config file to read from.\& Default is .\&/crabmail.\&conf
  36. .P
  37. .RE
  38. \fB-d OUT_DIR\fR
  39. .RS 4
  40. .P
  41. The out dir to write HTML to.\& Defaults it .\&/site
  42. .P
  43. .RE
  44. \fBmaildir\fR
  45. .P
  46. .RS 4
  47. Path to a maildir folder.\& All subfolders (with the exception of the special
  48. maildir folders cur, new, tmp) will be rendered as sub-pages in your HTML
  49. archive.\&
  50. .P
  51. .RE
  52. Threads will be written to \fBOUT_DIR\fR/threads/[thread-id].\&html -- Thread IDs can
  53. have basically any character in them, except for forward slashes, which are
  54. replaced by semicolons: keep this in mind if you are using a non-unix
  55. filesystem.\&
  56. .P
  57. Threading is determined by a combination of in-reply-to and subject headers.\&
  58. .P
  59. Caching is minimal at the moment and subject to change.\&
  60. .P
  61. .SH SEE ALSO
  62. .P
  63. \fBcrabmail-config\fR(5)
  64. .P
  65. .SH AUTHORS
  66. Alex Wennerberg <alex@alexwennerberg.\&com>