wmbiff: Fix typos.
This commit is contained in:
parent
464744a386
commit
25353b9708
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ WMbiff displays the status of up to five mailboxes. It shows the number
|
||||||
of new mail messages, if any, otherwise 0. In classic mode instead of 0
|
of new mail messages, if any, otherwise 0. In classic mode instead of 0
|
||||||
it shows the total number of messages.
|
it shows the total number of messages.
|
||||||
It also has mail
|
It also has mail
|
||||||
retrieval capabilies, and can be configured to do this automatically. At the
|
retrieval capabilities, and can be configured to do this automatically. At the
|
||||||
moment, UNIX-style, maildir, POP3, APOP and IMAP4 mailboxes are supported.
|
moment, UNIX-style, maildir, POP3, APOP and IMAP4 mailboxes are supported.
|
||||||
|
|
||||||
The mailboxes are displayed in 5 different lines, each one with its own
|
The mailboxes are displayed in 5 different lines, each one with its own
|
||||||
|
|
|
@ -1098,7 +1098,7 @@ extern void ProcessPendingEvents(void)
|
||||||
&& extra_click_action[0] != 0
|
&& extra_click_action[0] != 0
|
||||||
&& strcmp(extra_click_action, "msglst")) {
|
&& strcmp(extra_click_action, "msglst")) {
|
||||||
DM(&mbox[but_released_region], DEBUG_INFO,
|
DM(&mbox[but_released_region], DEBUG_INFO,
|
||||||
"runing: %s", extra_click_action);
|
"running: %s", extra_click_action);
|
||||||
(void) execCommand(extra_click_action);
|
(void) execCommand(extra_click_action);
|
||||||
}
|
}
|
||||||
if (click_action != NULL
|
if (click_action != NULL
|
||||||
|
|
Loading…
Reference in a new issue