Giter Club home page Giter Club logo

Comments (5)

bennyandresen avatar bennyandresen commented on July 30, 2024

At this point I don't know what would be causing this, as it's occuring inside mu4e-send-delay-schedule-this-mail

What happens if you invoke M-x mu4e-send-delay-send-and-exit with C-u?
If that doesn't work the regular mu4e mail sending setup needs to be fixed first.

If this isn't it and it's a problem with mu4e-send-delay: =M-x toggle-debug-on-error RET=, run it again and provide the backtrace.

from mu4e-send-delay.

cryoguy avatar cryoguy commented on July 30, 2024

if I invoke M-x mu4e-send-delay-send-and-exit with C-u, I got following with debug mode on. update: mu4e did send out the email.

Debugger entered--Lisp error: (error "Error 11: mu_store_get_msg: xapian error 'Document 75581 not found'")
signal(error ("Error 11: mu_store_get_msg: xapian error 'Document 75581 not found'"))
error("Error %d: %s" 11 "mu_store_get_msg: xapian error 'Document 75581 not found'")
mu4e-error-handler(11 "mu_store_get_msg: xapian error 'Document 75581 not found'")
mu4e~proc-filter(#<process mu4e-proc> "\37651\377(:error 11 :message "mu_store_get_msg: xapian error 'Document 75581 not found'")\n")

I think the problem is related to mu4e-multi since I got this when I schedule an email. I do not know how to resolve this though.
Error running timer ‘mu4e-send-delay-send-queue’: (error #("[mu4e] Cannot set folder mu4e-drafts-folder, account for MSG nil not detected" 1 5 (face mu4e-title-face)))

from mu4e-send-delay.

bennyandresen avatar bennyandresen commented on July 30, 2024

mu4e-send-delay only supports the native way of handling multiple accounts which is mu4e-context.

These messages above are not generated by mu4e-send-delay. It looks like an issue with the general mu4e setup.

Also please keep in mind that adding the documented timer before things are working properly will mean you have to clear the timer (restart emacs) or your current Emacs session will continue to error.

from mu4e-send-delay.

cryoguy avatar cryoguy commented on July 30, 2024

OK,I see. I am using mu4e-multi. Any future plan to update the package?

Also do you mean that scheduling timer is only good for current session? say I schedule an email for 2 hours, and if I restart the emacs for whatever reason, the schedule will reset for another 2 hours?

from mu4e-send-delay.

bennyandresen avatar bennyandresen commented on July 30, 2024

as mu4e-multi hasn't been updated since 2014 I don't have any plans to update it for that purpose.

To your scheduling question: No. I was just saying if mu4e-send-delay isn't working properly as in your case then the timer that is created will be messing up your current session, because it will be checking in the background all the time for jobs to process.

Upon scheduling the absolute time is written in the mail (instead of 2 hour relative) so even if you've restarted Emacs in between. As long as the code for the mu4e-send-delay-timer is evaluated it should run it.

from mu4e-send-delay.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.