summary refs log tree commit diff stats
path: root/gnus.el
Commit message (Collapse)AuthorAge
* Rot13 my emailCase Duckworth2021-09-25
| | | | | taken from pkal. Is this a good idea /now/, even though my email's already been on there for ages? myeshhhhhhhh~~~~
* Change hook for feed listCase Duckworth2021-06-06
|
* Write function to require private.elCase Duckworth2021-06-06
|
* Make some things private-rCase Duckworth2021-06-02
| | | | Sure you can check the history. But who knows what I've changed?!?!?! MYSTERY
* Subscribe to moar groups with gmaneCase Duckworth2021-05-25
|
* Comment out `hook-defun'Case Duckworth2021-05-21
| | | | | | | | | | The only plus `hook-defun' has over (add-hook 'hook (defun name ... )) is the ability to add the same function to multiple hooks at once. My init files don't use that functionality, so I've retired this macro for now. I'm thinking, honestly, that if a function is used in more than one hook, it should be defined separately and added to each hook in turn ... you know, like Emacs does it by default.
* Configure `gnus-cloud-covered-servers'Case Duckworth2021-05-06
| | | | | I don't think gnus actually 'remembers' these ... possibly they're reset after it loads >-<
* Change subscription method to use a fileCase Duckworth2021-05-06
| | | | | | | | | | | | | To set up elsewhere: 1. Delete .emacs.d/var/gnus 2. Start gnus 3. Run gnus/import-feed-list 4. Profit??? I had to also delete all the emails in Emacs-Cloud on IMAP too, so it wasn't what I'd call perfect. But ... it's good enough, for now. I really wish Gnus was more programmable, tbh.
* Don't encode the cloud storage at allCase Duckworth2021-05-05
| | | | Who knows this might bite me in the foot
* Update gnus file stuffCase Duckworth2021-05-05
|
* Add parameters to Fastmail groupCase Duckworth2021-05-05
|
* Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-05-04
|\
| * Make sure gnus uploads all data to the cloud before burying bufferCase Duckworth2021-05-04
| |
| * 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.
* | Move gnus subscriptionsCase Duckworth2021-05-04
| |
* | Load mailcap on LinuxCase Duckworth2021-05-04
|/
* 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