summaryrefslogtreecommitdiff
path: root/modules/mail-config.el
Commit message (Collapse)AuthorAgeFilesLines
* email, ai, and miscellaneousCraig Jennings2025-08-301-78/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | refactor setup-email script - Enable "set -euo pipefail" for safer execution - Quote all variable references in test conditions - Update script header with usage notes and email setup steps email and org-msg changes - Configure org-msg with inline CSS, greeting, images, citations, and signature - Enable org-msg-mode in all mu4e compose buffers - Advise mu4e-compose-reply and mu4e-compose-wide-reply to use org-msg-edit-mode - Move no-auto-fill hook into mu4e-compose-mode-hook - Disable mu4e-compose-format-flowed and set mu4e-html2text-command - Update gnus-blocked-images comment and remove default signature-file setting - remove org-contact configurations ai changes - historian directive added - added all new directives to menu - changed default directive to default-directive! misc changes - org complains when tab-widths aren't at 8 - refactor and improve delete blank lines region or buffer - change name of add-header function to be more specific - updated tasks - updated abbrevs - documentation for local-arch-wiki-search
* remove unused hydras; remove unused gamesCraig Jennings2025-08-151-14/+14
|
* added mu4e view save all attachmentsv0.7Craig Jennings2024-04-261-37/+84
| | | | | | | replaces extract keybinding so user saves all attachments instead of each singly. also add it to view action menu
* removed unnecessary hardcoded paths & fixed a typoCraig Jennings2024-04-251-22/+4
| | | | | | - defined constants for all commonly used paths - replaced hardcoded instances throughout the config with the variables - fixed typo in scripts/reset-to-first-launch.sj
* new repositoryCraig Jennings2024-04-071-0/+210