summary refs log tree commit diff stats
path: root/gnus.el
Commit message (Collapse)AuthorAge
* Only show 200 messages in IMAPCase Duckworth2021-05-04
|
* Change gnus-group-mode keybindingsCase Duckworth2021-05-04
| | | | | | To save some time, I remap 'q' to bury the Gnus buffer, but to keep the functionality, I moved the original bindings (gnus-group-exit, gnus-group-quit) to 'Q' and '^Q', respectively.
* Stop asking to exit GnusCase Duckworth2021-05-03
|
* Add hook to message modeCase Duckworth2021-05-03
|
* Move hooks to a better spot for Gnus CloudCase Duckworth2021-05-03
|
* Add GweneCase Duckworth2021-05-03
| | | | | | | | | I still need to import my OPML using one of these: - https://wpc.io/blog/posts/bulk-import-rss-feeds-to-gnus-via-gwene.html - http://gwene.org/opml.php ... when I get home.
* Add hooks to download and upload gnus data to the cloudCase Duckworth2021-05-03
| | | | Gnus Cloud ... sort of works? I'm honestly not sure about it, lol.
* Configure Gnus CloudCase Duckworth2021-05-01
| | | | | | This is going to cause a merge conflict later. I've made `gnus-cloud-storage-method' `base64' because work doesn't have GPG or gzip and I don't want to bother downloading them.
* Try to improve gnus HTML handlingCase Duckworth2021-04-30
|
* Show all messages in imap mailboxenCase Duckworth2021-04-28
|
* Don't worry about a ~/.newsrc fileCase Duckworth2021-04-27
| | | | I don't plan on using any other news readers.
* Add gnus-options{,-not}-subscribe settingsCase Duckworth2021-04-27
| | | | Does this leak a little bit? Sure. But I /think/ (god, I pray) it's okay.
* Change a couple gnus settingsCase Duckworth2021-04-27
|
* Add acdw/reading-mode to read gnus articlesCase Duckworth2021-04-27
|
* Fix commentsCase Duckworth2021-04-27
|
* Correct nnimap definitionCase Duckworth2021-04-22
| | | | Still plenty of problems, though. I really need to read that manual.
* Update Gnus configCase Duckworth2021-04-21
|
* Begin again with GnusCase Duckworth2021-04-19