Coder Social home page Coder Social logo

Comments (4)

danielfleischer avatar danielfleischer commented on August 16, 2024

I'll try to investigate it. What's your config related to mu4easy?

from mu4easy.

Moerliy avatar Moerliy commented on August 16, 2024

I'm gonna charm in here too. I have the same issue.
mu4easy-mode does not want initiated. I even tried starting it with a init hook like after-init-hook (in my case with elpaca's init hook elpaca-after-init-hook). What does work tho is starting mu4easy-mode with mu4e-main-mode but that doesn't help with the mu4easy config for contexts.

My config related to mu:

(add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e")
(require 'mu4e)
(setq user-mail-address "[email protected]")
(use-package mu4easy
  :bind ("C-c u" . mu4e)
  :config 
  (mu4easy-mode)
  :custom
  (setq mu4easy-contexts
	'((mu4easy-context
           :c-name  "Ionos"
           :maildir "Ionos"
           :mail    "[email protected]"
           :smtp    "smtp.ionos.de"))))

As a disclaimer I'm not thaaaaat good with plain emacs. Used doom before and started writing emacs from scratch now for a couple of weeks. If you need something and I know how to provide it I would gladly do that.

from mu4easy.

danielfleischer avatar danielfleischer commented on August 16, 2024

@Moerliy thanks for chiming in; notice in your code, that's not the correct way of using the "custom" keyword. It has the following form:

:custom 
(key1 value1 [doc1])
(key2 value2 [doc2])
...

from mu4easy.

Moerliy avatar Moerliy commented on August 16, 2024

@danielfleischer Thank you. That fixed the issue with the context not working for me.
Although the mu4easy-mode still doesn't want to activate when starting emacs. I could use :hook (mu4e-main-mode . mu4easy-mode) but that comes with some other problem too.

from mu4easy.

Related Issues (6)

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.