]> git.notmuchmail.org Git - notmuch/blobdiff - contrib/notmuch-deliver/README.mkd
contrib: pick: update notmuch-show calls
[notmuch] / contrib / notmuch-deliver / README.mkd
index a71cfe23a62d4b5c5b5dbf0deecb7e16bdc5fa8f..06268bd8400e24abc8065dcd4282f66f018c1234 100644 (file)
@@ -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
@@ -38,12 +38,6 @@ My personal e-mail address is [alip@exherbo.org](mailto:alip@exherbo.org).
 I'm available on IRC as `alip` on [Freenode](http://freenode.net) and [OFTC](http://www.oftc.net).
 
 ## License
-This program is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free Software
-Foundation, version 2 of the License.
-
-This program is distributed in the hope that it will be useful, but WITHOUT ANY
-WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-PARTICULAR PURPOSE. See the GNU General Public License for more details.
+You may redistribute this under the same terms as notmuch itself.
 
 <!-- vim: set ft=mkd spell spelllang=en sw=4 sts=4 et : -->