Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mu4e bug] (void-function mu4e-clear-caches) #2673

Closed
gour opened this issue Mar 28, 2024 · 2 comments
Closed

[mu4e bug] (void-function mu4e-clear-caches) #2673

gour opened this issue Mar 28, 2024 · 2 comments
Labels
bug mu4e specific for mu4e new

Comments

@gour
Copy link

gour commented Mar 28, 2024

Hello,

attempt to reply to a certain message results in:

Debugger entered--Lisp error: (void-function mu4e-clear-caches)
  (mu4e-clear-caches)
  (lambda nil (mu4e-clear-caches))()
  #<subr mu4e-context-switch>(nil "gmail")
  mu4e-alert--context-switch(#<subr mu4e-context-switch> nil "gmail")
  apply(mu4e-alert--context-switch #<subr mu4e-context-switch> (nil "gmail"))
  mu4e-context-switch(nil "gmail")
  mu4e--context-autoswitch((:path "/home/gour/Maildir/gmail/inbox/cur/1711385507.2984..." :size 177110 :changed (26117 8727 0) :date (26113 43333 0) :from ((:email "marina.vrkljan-novacic@triglav.hr" :name "Marina Vrkljan-Novačić")) :language "hr" :message-id "VI1PR01MB702274F432C913A499E24228BF362@VI1PR01MB70..." :priority normal :subject "2024/3319 - ponuda nagodbe" :to ((:email "sjaniska@gmail.com" :name "sjaniska@gmail.com")) :maildir "/gmail/inbox" :flags (replied seen attach personal) :docid 40932 :meta (:path "2c:z" :level 0 :date "n66052175" :data-tstamp (0 0 0) :root t :has-child t :thread-subject t)) nil)
  mu4e--compose-setup(reply #f(compiled-function (parent) #<bytecode 0x1fe9e883fdcc5a68>))
  mu4e-compose-reply()
  funcall-interactively(mu4e-compose-reply)
  command-execute(mu4e-compose-reply)

It's reproducible, even after mu init --reinit.
I'm using Emacs-29.3 with mu-1.12.2 on openSUSE Tumbleweed (kernel 6.8.1)

@gour gour added bug mu4e specific for mu4e new labels Mar 28, 2024
@djcb
Copy link
Owner

djcb commented Mar 29, 2024

That function is marked as obsolete (in mu4e-obsolete), but doesn't have an alias; I'll add that soon.
In any case, you can just remove the call to mu4e-clear-caches from your configuration.

@gour
Copy link
Author

gour commented Mar 29, 2024

That function is marked as obsolete (in mu4e-obsolete), but doesn't have an alias; I'll add that soon. In any case, you can just remove the call to mu4e-clear-caches from your configuration.

Ahh, that was residue from the old configuration. Totally forgot about it....Thank you!

@gour gour closed this as completed Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug mu4e specific for mu4e new
Projects
None yet
Development

No branches or pull requests

2 participants