diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-30 18:56:52 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-30 18:56:52 +0000 |
commit | 13b4a157ef192674da662553584253ae7c0f3b52 (patch) | |
tree | 778943f1356f7982d4af496aadd3607021eedb29 /fetchmail.h | |
parent | 9ae98cb27ed3c6856a5169f96ce11f278b057e2d (diff) | |
download | fetchmail-13b4a157ef192674da662553584253ae7c0f3b52.tar.gz fetchmail-13b4a157ef192674da662553584253ae7c0f3b52.tar.bz2 fetchmail-13b4a157ef192674da662553584253ae7c0f3b52.zip |
Eliminate the "No mail" message on second and later passes.
svn path=/trunk/; revision=1438
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 91c6bbf6..17dbeb22 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -209,6 +209,7 @@ extern flag versioninfo; /* emit only version info */ extern char *user; /* name of invoking user */ extern char *home; /* home directory of invoking user */ extern char *fetchmailhost; /* the name of the host running fetchmail */ +extern int pass; /* number of re-polling pass */ /* prototypes for globally callable functions */ |