aboutsummaryrefslogtreecommitdiff
path: root/modules/mail-config.el
Commit message (Collapse)AuthorAgeFilesLines
* chore: Disable automatic syncs and triage inboxCraig Jennings2025-11-071-1/+2
| | | | | | | | | | | | - Commented out mu4e-update-interval to stop email password prompts - Triaged 5 inbox items against V2MOM framework - Moved 4 items to Method 1 (frictionless improvements) - Split org keymaps task into Method 1 + someday-maybe components - Deleted unclear 'toggle org-agenda' task - Clarified org-appear toggle requirement for long links in tables - Updated Method 1 count from [8/14] to [8/18] - Added transient menu task to SOMEDAY-MAYBE - Cleared inbox for new items
* feat:mail-config: Add custom prefix to 'From' or 'To' headersCraig Jennings2025-11-011-0/+1
| | | | | | Set 'mu4e-headers-from-or-to-prefix' to use a custom arrow symbol as a prefix in email headers, improving visual distinction for 'From' or 'To' fields.
* feat:mail:auto download mail every 10 minutesCraig Jennings2025-10-311-1/+2
|
* maint:loading org-msg from development local repo for testingCraig Jennings2025-10-281-1/+2
|
* maint:vc install org-msg, disable debugging on org-gcalCraig Jennings2025-10-271-2/+1
|
* feat:which-key: Add descriptive labels for custom keymapsCraig Jennings2025-10-271-1/+8
| | | | | | | | | | | | Enhance which-key integration by providing detailed descriptions for new key bindings across multiple modules. This improves the usability of custom keymaps by clarifying the purpose of each keybinding, making it easier for users to navigate and understand different menus and options available within the configuration. This update ensures that all custom keymaps now display a descriptive label in the which-key popup to explain their functionality, aiding users in identifying keymap purposes promptly.
* refactor:keymaps: Replace define-prefix-command with defvar-keymapCraig Jennings2025-10-251-6/+7
| | | | | | | | | | Refactor the keymap definitions across multiple modules by replacing `define-prefix-command` with `defvar-keymap`. This simplifies the keymap setup and integrates better with the `which-key` package for enhanced documentation and usability. Updated modules include custom-ordering, custom-text-enclose, custom-whitespace, mail-config, music-config, org-drill-config, test-runner, and vc-config.
* refactor:mail-config: update command declarations and keymap bindingCraig Jennings2025-10-231-2/+2
| | | | | | Change the use-package command specification for `mu4e` to use :commands for lazy loading. Update keymap binding from `define-key` to `keymap-set` for readability and maintainability.
* refactor: mail-config: streamline keybindings and update actionsCraig Jennings2025-10-161-21/+25
| | | | | | - Update org-msg setup with a more intuitive keybinding for attachments - Remove redundant key remappings in mu4e-compose-mode. - Improve readability of action configurations in mu4e-headers and mu4e-view.
* changing repositoriesCraig Jennings2025-10-121-0/+341