Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Change hook for feed list | Case Duckworth | 2021-06-06 |
| | |||
* | Write function to require private.el | Case Duckworth | 2021-06-06 |
| | |||
* | Make some things private-r | Case Duckworth | 2021-06-02 |
| | | | | Sure you can check the history. But who knows what I've changed?!?!?! MYSTERY | ||
* | Subscribe to moar groups with gmane | Case Duckworth | 2021-05-25 |
| | |||
* | Comment out `hook-defun' | Case Duckworth | 2021-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 Duckworth | 2021-05-06 |
| | | | | | I don't think gnus actually 'remembers' these ... possibly they're reset after it loads >-< | ||
* | Change subscription method to use a file | Case Duckworth | 2021-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 all | Case Duckworth | 2021-05-05 |
| | | | | Who knows this might bite me in the foot | ||
* | Update gnus file stuff | Case Duckworth | 2021-05-05 |
| | |||
* | Add parameters to Fastmail group | Case Duckworth | 2021-05-05 |
| | |||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-04 |
|\ | |||
| * | Make sure gnus uploads all data to the cloud before burying buffer | Case Duckworth | 2021-05-04 |
| | | |||
| * | Only show 200 messages in IMAP | Case Duckworth | 2021-05-04 |
| | | |||
| * | Change gnus-group-mode keybindings | Case Duckworth | 2021-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 subscriptions | Case Duckworth | 2021-05-04 |
| | | |||
* | | Load mailcap on Linux | Case Duckworth | 2021-05-04 |
|/ | |||
* | Stop asking to exit Gnus | Case Duckworth | 2021-05-03 |
| | |||
* | Add hook to message mode | Case Duckworth | 2021-05-03 |
| | |||
* | Move hooks to a better spot for Gnus Cloud | Case Duckworth | 2021-05-03 |
| | |||
* | Add Gwene | Case Duckworth | 2021-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 cloud | Case Duckworth | 2021-05-03 |
| | | | | Gnus Cloud ... sort of works? I'm honestly not sure about it, lol. | ||
* | Configure Gnus Cloud | Case Duckworth | 2021-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 handling | Case Duckworth | 2021-04-30 |
| | |||
* | Show all messages in imap mailboxen | Case Duckworth | 2021-04-28 |
| | |||
* | Don't worry about a ~/.newsrc file | Case Duckworth | 2021-04-27 |
| | | | | I don't plan on using any other news readers. | ||
* | Add gnus-options{,-not}-subscribe settings | Case Duckworth | 2021-04-27 |
| | | | | Does this leak a little bit? Sure. But I /think/ (god, I pray) it's okay. | ||
* | Change a couple gnus settings | Case Duckworth | 2021-04-27 |
| | |||
* | Add acdw/reading-mode to read gnus articles | Case Duckworth | 2021-04-27 |
| | |||
* | Fix comments | Case Duckworth | 2021-04-27 |
| | |||
* | Correct nnimap definition | Case Duckworth | 2021-04-22 |
| | | | | Still plenty of problems, though. I really need to read that manual. | ||
* | Update Gnus config | Case Duckworth | 2021-04-21 |
| | |||
* | Begin again with Gnus | Case Duckworth | 2021-04-19 |