aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2008-02-22 14:02:18 +0000
committerMatthias Andree <matthias.andree@gmx.de>2008-02-22 14:02:18 +0000
commit98b474dd95b64b7ff52fb0d4c2b479e5bbfd0ede (patch)
tree56c8343169f9da33f360c9277690de9a6d9f658b /fetchmail.c
parent2a3e33da0669bdfaef9c67d494a01c401ddcec07 (diff)
downloadfetchmail-98b474dd95b64b7ff52fb0d4c2b479e5bbfd0ede.tar.gz
fetchmail-98b474dd95b64b7ff52fb0d4c2b479e5bbfd0ede.tar.bz2
fetchmail-98b474dd95b64b7ff52fb0d4c2b479e5bbfd0ede.zip
Undo accidental commit.
svn path=/branches/BRANCH_6-3/; revision=5159
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 367070e6..7abdb1e0 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -608,10 +608,6 @@ int main(int argc, char **argv)
/* here's the exclusion lock */
fm_lock_or_die();
- if (check_only && outlevel >= O_VERBOSE) {
- report(stdout, GT_("--check mode enabled, not fetching mail\n"));
- }
-
/*
* Query all hosts. If there's only one, the error return will
* reflect the status of that transaction.