diff options
| author | David Bremner <david@tethera.net> | 2014-08-25 17:56:57 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-08-25 17:56:57 -0700 |
| commit | 28fda31544f2155bce2ec8d3f6244026af4781c6 (patch) | |
| tree | ea7aab7de96ce2a3d1b63ae93eb80276ce8be523 /bindings | |
| parent | ed1cec37df5f5b7516b8eec24a606f835c1a5e25 (diff) | |
| parent | 01c8bf89a456cae9221bb57a130758a7a6dc005b (diff) | |
Merge tag 'debian/0.18.1-2' into wheezy-backports
uploaded to Debian unstable
Conflicts:
debian/changelog
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/python/docs/source/conf.py | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | bindings/ruby/message.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bindings/python/docs/source/conf.py b/bindings/python/docs/source/conf.py index 9db377f7..5107a96e 100644 --- a/bindings/python/docs/source/conf.py +++ b/bindings/python/docs/source/conf.py @@ -140,7 +140,7 @@ html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['../html'] +html_static_path = [] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index fa3f93b8..40f3e889 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.17' +__VERSION__ = '0.18.1' diff --git a/bindings/ruby/message.c b/bindings/ruby/message.c index eed4b31b..4ff6097f 100644 --- a/bindings/ruby/message.c +++ b/bindings/ruby/message.c @@ -111,7 +111,7 @@ notmuch_rb_message_get_filename (VALUE self) } /* - * call-seq: MESSAGE.filanames => FILENAMES + * call-seq: MESSAGE.filenames => FILENAMES * * Get all filenames for the email corresponding to MESSAGE. */ |
