#483905 fetchmail: suggest fetchmail-mode.el under site-lisp dir

Package:
fetchmail
Source:
fetchmail
Description:
SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
Submitter:
Kevin Ryde
Date:
2014-06-30 22:09:12 UTC
Severity:
wishlist
#483905#5
Date:
2008-06-01 01:50:55 UTC
From:
To:
It'd be nice if fetchmail-mode.el was installed under
/usr/share/emacs/site-lisp (and autoloads in /etc/emacs/site-start.d)
ready for use.

You perhaps know that doesn't create a dependency on emacs, it's just a
matter of chucking files in directories.  (And I can't see anything
particularly in need of byte-compiling, if you didn't want to bother
with that.)

#483905#10
Date:
2008-06-01 11:24:58 UTC
From:
To:
Hi Kevin,
* Kevin Ryde <user42@zip.com.au> [2008-06-01 04:05]:
[...]

I'm not going to autoload it but putting it in the site-lisp
directory sounds like a good idea to me.

Kind regards
nico

#483905#15
Date:
2008-06-01 22:15:46 UTC
From:
To:
Nico Golde <nion@debian.org> writes:

You should put an autoload so M-x fetchmail-mode works, but if you mean
auto-mode-alist then I guess that could be optional.  The code seems
modest, even minimal, so enabled by default wouldn't take you into
anything really weird.  Possible startup file below; comment out the
auto-mode-alist if you decide against it.