I want my money...
This commit is contained in:
19
dot_offlineimaprc
Normal file
19
dot_offlineimaprc
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
[general]
|
||||||
|
accounts = Gmail
|
||||||
|
maxsyncaccounts = 3
|
||||||
|
|
||||||
|
[Account Gmail]
|
||||||
|
localrepository = Local
|
||||||
|
remoterepository = Remote
|
||||||
|
|
||||||
|
[Repository Local]
|
||||||
|
type = Maildir
|
||||||
|
localfolders = ~/Documents/Mail
|
||||||
|
|
||||||
|
[Repository Remote]
|
||||||
|
type = IMAP
|
||||||
|
remotehost = imap.gmail.com
|
||||||
|
remoteuser = linlysmolworthy@gmail.com
|
||||||
|
remotepass = dchmidjcmdsbpmrg
|
||||||
|
ssl = yes
|
||||||
|
maxconnections = 1
|
||||||
@@ -504,6 +504,9 @@
|
|||||||
(setq doom-modeline-major-mode-icon t)
|
(setq doom-modeline-major-mode-icon t)
|
||||||
(setq org-agenda-skip-deadline-prewarning-if-scheduled t)
|
(setq org-agenda-skip-deadline-prewarning-if-scheduled t)
|
||||||
|
|
||||||
|
(setq mu4e-root-maildir "~/Documents/Mail")
|
||||||
|
(setq +mu4e-backend 'offlineimap)
|
||||||
|
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/mu4e")
|
||||||
;; (add-hook 'org-agenda-mode-hook
|
;; (add-hook 'org-agenda-mode-hook
|
||||||
;; (lambda ()
|
;; (lambda ()
|
||||||
;; (setq-local doom-modeline-buffer-name nil)))
|
;; (setq-local doom-modeline-buffer-name nil)))
|
||||||
@@ -512,3 +515,9 @@
|
|||||||
;; '(bar matches buffer-info remote-host buffer-position parrot selection-info)
|
;; '(bar matches buffer-info remote-host buffer-position parrot selection-info)
|
||||||
;; '(misc-info input-method buffer-encoding))
|
;; '(misc-info input-method buffer-encoding))
|
||||||
;; (add-to-list 'doom-modeline-mode-alist '(org-agenda-mode . minimal-line))
|
;; (add-to-list 'doom-modeline-mode-alist '(org-agenda-mode . minimal-line))
|
||||||
|
;; case insensitive search )
|
||||||
|
(defun case-insensitive-org-roam-node-read (orig-fn &rest args)
|
||||||
|
(let ((completion-ignore-case t))
|
||||||
|
(apply orig-fn args)))
|
||||||
|
|
||||||
|
(advice-add 'org-roam-node-read :around #'case-insensitive-org-roam-node-read)
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
separator_color = "#585858"
|
separator_color = "#585858"
|
||||||
frame_width = 1
|
frame_width = 1
|
||||||
frame_color = "#83a598"
|
frame_color = "#83a598"
|
||||||
close = ctrl+space
|
# close = ctrl+space
|
||||||
close_all = ctrl+shift+space
|
close_all = ctrl+shift+space
|
||||||
history = ctrl+grave
|
history = ctrl+grave
|
||||||
context = ctrl+shift+period
|
context = ctrl+shift+period
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
frame_width = 1
|
frame_width = 1
|
||||||
icon_folders = /usr/share/icons/breeze/apps/48/:/usr/share/icons/breeze/actions/48/:/usr/share/icons/breeze/places/48/:/usr/share/icons/breeze/status/48/
|
icon_folders = /usr/share/icons/breeze/apps/48/:/usr/share/icons/breeze/actions/48/:/usr/share/icons/breeze/places/48/:/usr/share/icons/breeze/status/48/
|
||||||
frame_color = "#282828"
|
frame_color = "#282828"
|
||||||
close = ctrl+space
|
# close = ctrl+space
|
||||||
close_all = ctrl+shift+space
|
close_all = ctrl+shift+space
|
||||||
history = ctrl+grave
|
history = ctrl+grave
|
||||||
context = ctrl+shift+period
|
context = ctrl+shift+period
|
||||||
|
|||||||
Reference in New Issue
Block a user