]> www.infradead.org Git - users/dedekind/aiaiai.git/commit
email-lda: fix copy-paste error
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 6 Feb 2014 14:13:11 +0000 (16:13 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 7 Feb 2014 08:56:26 +0000 (10:56 +0200)
commitb115edbd7d6e25d3b286e70ba9e616cca7dabf98
treebb5ffff645eec805c902649c24dcf11c7767a08d
parent8b5b4becacdbd9c1618ae2a356373e646a023499
email-lda: fix copy-paste error

The 'reject_and_reply' function accepts the mbox to act upon as the parameter,
and internally names it "file". However, in few places it actually uses "mbox"
instead of "file", which happens to work fine, but is generally a bug.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
email/aiaiai-email-lda