mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-10-31 13:08:40 +00:00
Rebuild: Initialize max/min email number.
This commit is contained in:
parent
52f6b664e4
commit
44c46943b0
@ -6,7 +6,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define PROGNAME "emai//er v2.1.8"
|
||||
#define PROGNAME "emai//er v2.1.9"
|
||||
|
||||
// Configuration params from EMAIL.CFG
|
||||
char cfg_server[40]; // IP of POP3 server
|
||||
|
@ -163,6 +163,9 @@ void repair_mailbox(void) {
|
||||
}
|
||||
fclose(fp);
|
||||
|
||||
maxemailnum = 0;
|
||||
minemailnum = 65535;
|
||||
|
||||
printf("** Scanning directory %s\n", dirname);
|
||||
|
||||
while (d = readdir(dp)) {
|
||||
|
Loading…
Reference in New Issue
Block a user