logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wmf - convert and index mails in html format.

Author

       Norbert Kuemin <norbert.kuemin@gmx.net>

Bugs

       There will always rest one bug (Murphys law). If you find it, so please
       report it to Norbert.Kuemin@gmx.net

Description

       WMF (Web Mail Folder) generates html-pages from email. Source can be a file or stdin.

Enviroment

       All switches can be defined with enviroments.

       WMF_CONFIG
              Another configurationfile (default ~/.wmfrc)

       WMF_DAYS
              Daylimit, mails older then <days> day won't be listed in the indexes. 0 = no limit (default=0)

       WMF_DEBUG
              Debug level (Bit0=Functions Bit1=Information Bit2=Fileoperations)

       WMF_EXTENSION
              Define the file extension (default=".html").

       WMF_DIR
              Where all the files write to (default ./)

       WMF_LINES
              Lines / page index. 0 = only one page (default 0) Threads won't be brocken.

       WMF_MBOX
              Name of the mailbox, - is used for stdin

       WMF_MCMD
              Mail-command (default MAILTO:)

       WMF_NAME
              Name of the mailinglist

       WMF_RSORT
              Reverse sorting

       WMF_WMODE
              Write-mode (0=indexing 1=append 2=overwrite)

Examples

Files

~/.wmfrc

Name

       wmf - convert and index mails in html format.

Notes

       Thanks to all the people, who sent emails with bug-reports and suggestions.

Options

       Available command line options are the following:

       -?     Print a summary of command line options.

       -a url About link. If this link presents it will be placed to the index section.

       -c file
              Another configurationfile (default ~/.wmfrc)

       -d directory
              Where all the files write to (default ./)

       -e command
              Mail-command (default MAILTO:)

       -f permission
              Set file permission after creation. Numeric mode only like chown (1)

       -h     Print a summary of command line options.

       -l days
              Daylimit, mails older then <days> day won't be listed in the indexes.  0 = no limit (default=0).

       -m mbox
              Name of the mailbox file, - is used for stdin.

       -n name
              Name of the mail folder.

       -p lines
              Lines / page index. 0 = only one page (default 0).  Threads won't be brocken.

       -r     Reverse sorting.

       -t level
              threading level limitation

       -v     Print the programname and the version.

       -w mode
              Write-mode  (0=indexing  1=overwrite  2=append  3=append  no  index).  Mode0: If you made changes
              manual or anything went wrong until indexing.  Mode1: If you want to start from scratch witch one
              big mbox file.  Warning:Allfilesinthedirectorywillbedeleted!!!Mode2: If  you  want  to
              extend  an existing archive.  Mode3: Specialy made if you need to convert emails stored in single
              files. After converting all files you can call WMF again in Mode 0 for indexing.

       -x level
              Debug level (Bit0=Functions Bit1=Information Bit2=Fileoperations)

See Also

       wmfrc (1), procmail (1)

Synopsis

wmf [ options ]

See Also