Skip to content

Commit

Permalink
fix(email): temporary disable org-msg until fixed for mu 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 25, 2024
1 parent 52d8768 commit e317cfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
;; Create/destroy lock files on server start/kill
(+mu4e-extras-locks-setup))

;; TEMP: Disabled until mu 1.12.0 related issues are fixed
;; https://github.com/jeremy-compostella/org-msg/issues/182
(push 'org-msg minemacs-disabled-packages)

(use-package org-msg
:straight t
:when +mu4e-available-p
Expand Down

0 comments on commit e317cfa

Please sign in to comment.