diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-31 07:45:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-31 07:45:45 +0000 |
commit | 5128f297197f7c94da05d300cfc0a6887a7e3cf3 (patch) | |
tree | 8e62f928034be78df2d659a9f23d1fdd566a96e2 /fetchmail.h | |
parent | 9fc78b63abb475cbc116a6daab8c99bd3f3fe0ec (diff) | |
download | fetchmail-5128f297197f7c94da05d300cfc0a6887a7e3cf3.tar.gz fetchmail-5128f297197f7c94da05d300cfc0a6887a7e3cf3.tar.bz2 fetchmail-5128f297197f7c94da05d300cfc0a6887a7e3cf3.zip |
Fixed the spam-block code.
svn path=/trunk/; revision=2030
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 acbf14fc..c4ce591d 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -400,5 +400,6 @@ void itimerthread(void*); #endif #define STRING_DISABLED (char *)-1 +#define STRING_DUMMY "" /* fetchmail.h ends here */ |