diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-07 23:18:38 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-07 23:18:38 -0600 |
| commit | 2b1af7656958f1bd5f50d6bea698899841d86efd (patch) | |
| tree | d13704b5330a6daa1665b83edaad0882cdd002e6 | |
| parent | 49622ee95eff8bcd5073576e6b7853fdc130a4d8 (diff) | |
| download | dotemacs-2b1af7656958f1bd5f50d6bea698899841d86efd.tar.gz dotemacs-2b1af7656958f1bd5f50d6bea698899841d86efd.zip | |
chore: Disable automatic syncs and triage inbox
- 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
| -rw-r--r-- | modules/mail-config.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mail-config.el b/modules/mail-config.el index 95ee88d2d..170711bb1 100644 --- a/modules/mail-config.el +++ b/modules/mail-config.el @@ -82,7 +82,8 @@ Prompts user for the action when executing." (setq mu4e-maildir mail-dir) ;; same as above (for newer mu4e) (setq mu4e-sent-messages-behavior 'delete) ;; don't save to "Sent", IMAP does this already (setq mu4e-show-images t) ;; show embedded images - (setq mu4e-update-interval 600) ;; check for new mail every 10 minutes (600 seconds) + ;; (setq mu4e-update-interval 600) ;; check for new mail every 10 minutes (600 seconds) + ;; TEMPORARILY DISABLED: Causing password prompts that interrupt work (setq mu4e-hide-index-messages t) ;; don't show indexing messages buffer (setq mu4e-headers-from-or-to-prefix '("" . "➜ ")) |
