Package Details: mu 1.12.5-1

Git Clone URL: https://aur.archlinux.org/mu.git (read-only, click to copy)
Package Base: mu
Description: Maildir indexer/searcher and Emacs client (mu4e)
Upstream URL: http://www.djcbsoftware.nl/code/mu
Licenses: GPL-3.0-or-later
Submitter: xyproto
Maintainer: mroethke
Last Packager: mroethke
Votes: 45
Popularity: 0.36
First Submitted: 2019-03-27 09:21 (UTC)
Last Updated: 2024-05-03 17:46 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

mroethke commented on 2021-07-31 17:11 (UTC)

Maybe it has something to do with this item from the release notes?

*** mu4e

    - Use the gnus-based message viewer as the default; the new viewer has quite
      a few extra features compared to the old, mu4e-specific one, such as
      faster crypto, support for S/MIME, syntax-highlighting, calendar
      invitations and more.

      The new view is superior in most ways, but if you still depend on
      something from the old one, you can use:
      #+begin_example
      ;; set *before* loading mu4e; and restart emacs if you want to change it
      ;; users of use-packag~ should can use the :init section for this.
      (setq mu4e-view-use-old t)
      #+end_example

      (The older variable ~mu4e-view-use-gnus~ with the opposite meaning is
      obsolete now, and no longer in use).

dordow commented on 2021-07-31 16:40 (UTC)

Yes, I did. I have downgraded mu, then mu4e worked as usual. I upgraded again, now it is 1.6.1, run mu init and mu index. but error remains. Any special settings in .emacs I need to consider?

emacsomancer commented on 2021-07-31 15:28 (UTC)

@dordow: did you update mu init ?

call mu init with your preferred parameters (maildir, email addresses), and then call mu index

dordow commented on 2021-07-31 15:05 (UTC)

I use mu with mu4e, and I have trouble with the latest upgrade to 1.6.0. In the message view the message is not formatted, it looks as if it is in raw format, and there is an error message: "error in process filter: No buffer named mu4e-view".

I run mu init, but this did not help. Do I need to adjust any settings in the .emacs file?

I have noticed that a new version of mu is available, 1.6.1.

Thanks in advance

mroethke commented on 2020-07-31 11:10 (UTC)

Nothing to be sorry for :) Thanks for trying to improve this package!

milouse commented on 2020-07-29 17:41 (UTC)

Oh, ok, I didn't know that. Sorry for the noise!

mroethke commented on 2020-07-28 18:56 (UTC)

No, it wont fail. make depends on guile and make is required to be installed on any system that wants to build packages. It probably makes sense to add guile to makedepends though.

milouse commented on 2020-07-28 18:20 (UTC)

Warning, as you made it, the first time someone try to build mu and has never dealt with guile, it will fail as guile is only an optdepends. You must move it to real depends array to ensure it's there.

mroethke commented on 2020-07-28 12:02 (UTC)

I think you are right. Thanks for pointing that out.

milouse commented on 2020-07-27 10:04 (UTC)

Hi,

I'm wondering if this package really need the double dependence on guile and guile2.0.

As you build it with the --enable-guile switch, I think only guile is required and guile2.0 should be removed. I've just test in on my side with only guile as a dependency: it built fine and doesn't break at runtime… I found no reference to specifically guile2.0 on the upstream project, they always refer to guile 2.x.