1
0
Fork 0
Commit graph

13 commits

Author SHA1 Message Date
8a0cddac7c [oni-sendmail] Split my config to send email into separate package
I haven't been using Gnus for a while and have been using notmuch instead.
Having my email sending settings be a part of the gnus configuration makes it
impossible to send email without loading gnus.
2023-06-21 22:38:50 -07:00
d513eb84c4 [oni-gnus] Increase the space for a mail's size
I seem to get large emails occasionally.
2022-02-16 01:02:45 -08:00
f78a8b1a4e [oni-gnus] Make point always move to the ‘:’ after the size 2022-02-16 01:02:06 -08:00
cfa0179053 Remove all self-loading autoload cookies
The big downside of usuing these cookies to inject my configuration into the
loading of a package is that it means that I can't load that package without my
configuration anymore. This means that when I start ‘emacs -Q’ and then call
‘package-initialize’ it'll load my configuration as well. This makes debugging
things very difficult.
2021-11-23 00:38:09 -08:00
e5111cda8b [oni-gnus] Use msmtp from the path
On Guix ‘msmtp’ doesn’t exist in ‘/usr/bin/local’ but in my guix profile. It
does exist on the path, so Emacs should just search for it there.
2021-05-05 20:56:58 -07:00
489c6bbfb9 [oni-gnus] Show a radio button when there is both text and html 2021-04-25 18:23:33 -07:00
363b34c53a [oni-gnus] Sort threads by date 2021-04-25 18:09:47 -07:00
fd6b131d1c [oni-gnus] Use references, not the subject, to determine threads 2021-04-25 17:44:38 -07:00
45912e58b9 Load gravatar avatars in Gnus 2020-04-23 10:30:33 -07:00
0599e05695 Add date to GNUS summary lines 2020-04-15 01:24:33 -07:00
bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00
bab53707b6 Add oni-data-dir 2019-02-27 23:43:16 -08:00
bd89227155 Add oni-gnus 2019-02-26 02:31:20 -08:00