Drop confusing argument validation

This commit is contained in:
David Bürgin 2021-03-08 10:19:59 +01:00
parent e9118ec42e
commit d15084396a

View file

@ -53,7 +53,6 @@ fn main() {
.arg(Arg::with_name(ARG_REJECT_SPAM)
.short("r")
.long("reject-spam")
.conflicts_with_all(&[ARG_PRESERVE_BODY, ARG_PRESERVE_HEADERS])
.help("Reject messages flagged as spam"))
.arg(Arg::with_name(ARG_REPLY_CODE)
.short("C")