diff options
author | Ali Polatel <alip@exherbo.org> | 2010-05-26 10:13:03 +0300 |
---|---|---|
committer | Ali Polatel <alip@exherbo.org> | 2011-11-05 01:12:34 +0200 |
commit | 50d5caacc983c3347d177a72775af123d75a1e6b (patch) | |
tree | bdb08b7a6878762757725ea42611d9757e23015d | |
parent | af863f8c7f1f1571df4f1172ec4e963fa654945e (diff) |
notmuch-deliver: Fix copy/paste fail
-rw-r--r-- | contrib/notmuch-deliver/README.mkd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/notmuch-deliver/README.mkd b/contrib/notmuch-deliver/README.mkd index a71cfe23..f1f2144f 100644 --- a/contrib/notmuch-deliver/README.mkd +++ b/contrib/notmuch-deliver/README.mkd @@ -25,7 +25,7 @@ Here's a simple example for [maildrop](http://www.courier-mta.org/maildrop/): } # Deliver the rest to $MAILDIR, adding personal tag - to "|deliver-notmuch.rb -t personal" + to "|notmuch-deliver -t personal" ## Requirements - [notmuch](http://notmuchmail.org) shared library |