If multiple -a options are supplied, then *do* trigger timed reminders

that are in the future.
This commit is contained in:
David F. Skoll
2012-01-12 13:04:53 -05:00
parent c45364fdb3
commit 245cebee56
5 changed files with 54 additions and 12 deletions
+1 -1
View File
@@ -317,7 +317,7 @@ void InitRemind(int argc, char const *argv[])
case 'a':
case 'A':
DontIssueAts = 1;
DontIssueAts++;
break;
case 'q':