You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-mail/notmuch/files/50notmuch-gentoo.el

8 lines
291 B

(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)