diff options
| author | David Bremner <david@tethera.net> | 2025-03-13 21:29:26 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-03-13 21:29:26 -0300 |
| commit | 2454feddd136781a963fa8990074a1bdaf3ce3df (patch) | |
| tree | 6c48fed5fceec19f1532272de0b123a14726273e | |
| parent | 190e958d17b9cf3704c61e73994ba9e6aac95205 (diff) | |
| parent | 5802f5d6269172222a6fccf5908eae833014917b (diff) | |
Merge branch 'release'
| -rw-r--r-- | bindings/python-cffi/notmuch2/_message.py | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/bindings/python-cffi/notmuch2/_message.py b/bindings/python-cffi/notmuch2/_message.py index f4c7ef02..7bd20331 100644 --- a/bindings/python-cffi/notmuch2/_message.py +++ b/bindings/python-cffi/notmuch2/_message.py @@ -240,8 +240,7 @@ class Message(base.NotmuchObject): :param header: Case-insensitive header name to retrieve. :type header: str or bytes - :returns: The header value, an empty string if the header is - not present. + :returns: The header value. :rtype: str :raises LookupError: if the header is not present. diff --git a/debian/control b/debian/control index 8057f720..8f59911e 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: doxygen, dpkg-dev (>= 1.22.5), dtach (>= 0.8) <!nocheck>, - emacs-nox | emacs-gtk | emacs-lucid | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), + emacs-nox | emacs-gtk | emacs-lucid | emacs-pgtk | emacs25-nox | emacs25 (>=25~) | emacs25-lucid (>=25~) | emacs24-nox | emacs24 (>=24~) | emacs24-lucid (>=24~), emacs-el, gdb [!ia64 !mips !mips64el !kfreebsd-any !alpha !hppa] <!nocheck>, git <!nocheck>, |
