fix(mu4e): disable ical features for now
This commit is contained in:
@@ -436,8 +436,8 @@ configuration for the ~mu4e~ package itself.
|
|||||||
(require 'mu4e)
|
(require 'mu4e)
|
||||||
(remove-hook 'mu4e-main-mode-hook 'evil-collection-mu4e-update-main-view)
|
(remove-hook 'mu4e-main-mode-hook 'evil-collection-mu4e-update-main-view)
|
||||||
|
|
||||||
<<mu4e-ical-setup>>
|
;; <<mu4e-ical-setup>>
|
||||||
<<mu4e-ical-init-config>>
|
;; <<mu4e-ical-init-config>>
|
||||||
|
|
||||||
(setopt mu4e-completing-read-function 'completing-read
|
(setopt mu4e-completing-read-function 'completing-read
|
||||||
mu4e-use-fancy-chars t
|
mu4e-use-fancy-chars t
|
||||||
@@ -463,7 +463,7 @@ configuration for the ~mu4e~ package itself.
|
|||||||
(add-hook 'mu4e-view-mode-hook (lambda () (setq truncate-lines nil)))
|
(add-hook 'mu4e-view-mode-hook (lambda () (setq truncate-lines nil)))
|
||||||
(add-hook 'mu4e-headers-mode-hook (lambda () (setq truncate-lines t)))
|
(add-hook 'mu4e-headers-mode-hook (lambda () (setq truncate-lines t)))
|
||||||
|
|
||||||
<<mu4e-ical-config>>
|
;; <<mu4e-ical-config>>
|
||||||
<<mu4e-keybindings-undef>>
|
<<mu4e-keybindings-undef>>
|
||||||
<<mu4e-keybindings-view>>
|
<<mu4e-keybindings-view>>
|
||||||
<<mu4e-keybindings-view-no-prefix>>
|
<<mu4e-keybindings-view-no-prefix>>
|
||||||
@@ -536,8 +536,8 @@ events shared with me on my personal mailbox. The answer is actually
|
|||||||
[[https://www.djcbsoftware.nl/code/mu/mu4e/iCalendar.html][dead simple]].
|
[[https://www.djcbsoftware.nl/code/mu/mu4e/iCalendar.html][dead simple]].
|
||||||
#+name: mu4e-ical-setup
|
#+name: mu4e-ical-setup
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(require 'mu4e-icalendar)
|
;; (require 'mu4e-icalendar)
|
||||||
(mu4e-icalendar-setup)
|
;; (mu4e-icalendar-setup)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
I’ll just configure a couple of things regarding these events, namely
|
I’ll just configure a couple of things regarding these events, namely
|
||||||
@@ -545,14 +545,14 @@ converting them to org-mode and add them to my =~/org/notes.org= file,
|
|||||||
and delete the email once I answered to the event.
|
and delete the email once I answered to the event.
|
||||||
#+name: mu4e-ical-config
|
#+name: mu4e-ical-config
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq mu4e-icalendar-trash-after-reply t)
|
;; (setq mu4e-icalendar-trash-after-reply t)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
#+name: mu4e-ical-init-config
|
#+name: mu4e-ical-init-config
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq gnus-icalendar-org-capture-file "~/org/notes.org"
|
;; (setq gnus-icalendar-org-capture-file "~/org/notes.org"
|
||||||
gnus-icalendar-org-capture-headline '("Calendar"))
|
;; gnus-icalendar-org-capture-headline '("Calendar"))
|
||||||
(gnus-icalendar-org-setup)
|
;; (gnus-icalendar-org-setup)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
**** Basic configuration
|
**** Basic configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user