summaryrefslogtreecommitdiff
path: root/net-mail/notmuch/files/50notmuch-gentoo.el
blob: 95e06246fea4c8f546c1dccebffc4ce7d080c1c0 (plain)
1
2
3
4
5
6
7
(add-to-list 'load-path "@SITELISP@")
(if (boundp 'image-load-path)
    (add-to-list 'image-load-path "@SITEETC@" t))
(autoload 'notmuch "notmuch" nil t)
(autoload 'notmuch-search "notmuch" nil t)
(autoload 'notmuch-hello "notmuch-hello" nil t)
(autoload 'notmuch-show "notmuch-show" nil t)