Next: , Previous: Logging Functions, Up: libmu_scm


3.3.6 Other Functions

— Scheme procedure: mu-register-format rest

Registers desired mailutils formats. Any number of arguments can be given. Each argument must be one of the following strings:

Argument Meaning
mboxRegular UNIX mbox format
mhMH mailbox format
maildirMaildir mailbox format
popPOP mailbox format
imapIMAP mailbox format
sendmailsendmail mailer format
smtpSMTP mailer format

If called without arguments, the function registers all available formats

— Scheme procedure: mu-strerror err

Return the error message corresponding to err, which must be an integer value.