aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-04 06:30:49 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-04 06:30:49 +0000
commit668377d11b47ce5b0b165dcca72bbff90a066f04 (patch)
tree013a3d0a29628ab0d5bf5e543eec320bdeecbe37 /src/main.c
parent5663888746b3b5e15ab795a1e2bfaae7b2cf768a (diff)
downloadmailfromd-668377d11b47ce5b0b165dcca72bbff90a066f04.tar.gz
mailfromd-668377d11b47ce5b0b165dcca72bbff90a066f04.tar.bz2
Fixes
git-svn-id: file:///svnroot/mailfromd/trunk@1406 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index a954770a..f3e11e93 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1061,2 +1061,3 @@ parse_opt (int key, char *arg, struct argp_state *state)
case OPTION_PREDICT_NEXT:
+ format_option = db_format_lookup("rate");
if (convert_rate(arg, &predict_rate) == 0)
@@ -1435,3 +1436,3 @@ static char *license =
" This is mailfromd filter.\n"
- " Copyright (C) 2005, 2006 Sergey Poznyakoff\n"
+ " Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff\n"
"\n"

Return to:

Send suggestions and report system problems to the System administrator.