Skip to content

Commit

Permalink
MailBoxPath is a list separated by spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed May 23, 2024
1 parent ac664a3 commit 928e1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ cfoption icewm_preferences[] = {
/// OSV("Theme", &themeName, "Theme name"),
OSV("IconPath", &iconPath, "Icon search path (colon separated)"),
OSV("IconThemes", &iconThemes, "Colon separated icon theme list with wildcard support. Minus prefix - can be used to exclude themes."),
OSV("MailBoxPath", &mailBoxPath, "Colon separated paths of your mailboxes, otherwise $MAILPATH or $MAIL is used"),
OSV("MailBoxPath", &mailBoxPath, "Paths of mailboxes separated by a space, otherwise $MAILPATH or $MAIL is used"),
OSV("MailCommand", &mailCommand, "Command to run on mailbox"),
OSV("MailClassHint", &mailClassHint, "WM_CLASS to allow runonce for MailCommand"),
OSV("NewMailCommand", &newMailCommand, "Command to run when new mail arrives"),
Expand Down

0 comments on commit 928e1b5

Please sign in to comment.