Commit 5daa78bc2a04

Vincent Demeester <vincent@sbr.pm>
2026-01-14 10:20:05
fix(emacs): add forward declaration for vde/mu4e-set-sort-order-by-bookmark
Fixes byte-compile error where function was used before being defined. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3945cd1
Changed files (1)
dots
.config
emacs
dots/.config/emacs/init.el
@@ -2230,6 +2230,7 @@ Add this function to the `after-save-hook'."
 
   ;; Custom sorting: oldest-first for active folders, newest-first for archives
   (declare-function mu4e-search-change-sorting "mu4e")
+  (declare-function vde/mu4e-set-sort-order-by-bookmark nil)
 
   (defcustom vde/mu4e-oldest-first-bookmarks '(
     "maildir:/icloud/INBOX"