Compare commits

..

No commits in common. "bbf5aefd5e59d915d2ea110dd74b2bb00c74de87" and "d3a79d5d3fa15d4ce8810a80e33c2aaeaff3df2d" have entirely different histories.

View file

@ -5149,8 +5149,9 @@ aware of.
"\\`\\(.*\\)@" alias primary-address t t 1))
'("contact" "timothy")))))))
(add-transient-hook! 'mu4e-compose-pre-hook
(+mu4e-update-personal-addresses))
(defadvice! +mu4e-update-personal-addresses-a ()
:after #'mu4e--server-start
(run-at-time 0.1 nil #'+mu4e-update-personal-addresses))
#+end_src
**** Working with the Org mailing list
@ -5590,7 +5591,7 @@ correct package statement needed.
(string= "tec@git.savannah.gnu.org:/srv/git/emacs/org-mode.git\n" (shell-command-to-string "git remote get-url origin")))))
(recipe-common '(:files ("*.el" "lisp/*.el" "etc")
:pre-build
(with-temp-file "org-version.el"
(with-temp-file (doom-path (straight--repos-dir "org-mode") "org-version.el")
(insert "(fset 'org-release (lambda () \"9.5\"))\n"
(format "(fset 'org-git-version (lambda () \"%s\"))\n"
(substring (shell-command-to-string "git rev-parse --short HEAD") 0 -1))