Search Criteria
Package Details: mu 1.12.7-1
Package Actions
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.075586 |
First Submitted: | 2019-03-27 09:21 (UTC) |
Last Updated: | 2024-10-28 19:31 (UTC) |
Dependencies (7)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gmime3
- readline (readline-gitAUR)
- xapian-core (xapian-core-gitAUR)
- emacs (emacs-native-comp-gitAUR, emacs-ng-gitAUR, emacs-ngAUR, emacs-lucid-gitAUR, emacs28AUR, emacs28-nativecompAUR, emacs28-noxAUR, emacs-gitAUR, emacs29-gitAUR, emacs-pretestAUR, emacs-pgtk-gitAUR, emacs-lucidAUR, emacs-lucid-nativecompAUR, emacs29-lucid-native-comp-gitAUR, emacs-nativecomp, emacs-nox, emacs-wayland) (make)
- meson (meson-gitAUR) (make)
- emacs (emacs-native-comp-gitAUR, emacs-ng-gitAUR, emacs-ngAUR, emacs-lucid-gitAUR, emacs28AUR, emacs28-nativecompAUR, emacs28-noxAUR, emacs-gitAUR, emacs29-gitAUR, emacs-pretestAUR, emacs-pgtk-gitAUR, emacs-lucidAUR, emacs-lucid-nativecompAUR, emacs29-lucid-native-comp-gitAUR, emacs-nativecomp, emacs-nox, emacs-wayland) (optional) – mu4e support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
dordow commented on 2021-08-08 11:55 (UTC) (edited on 2021-08-08 11:56 (UTC) by dordow)
Many thanks for these hints. The 'mu4e-view-*' are the culprits indeed. They are still used in BBDB customization, see mu4e manual. I have removed them and it seems that BBDB integration still works, at least auto-completion.
milouse commented on 2021-08-01 15:56 (UTC) (edited on 2021-08-01 15:57 (UTC) by milouse)
@dordow yes with this new release, mu4e now uses gnus as default viewer for the messages. You can either use the following variable to stick with the old view system
(setq mu4e-view-use-old t)
(however, as it is now deprecated, maybe one day it will be removed?), or try to adopt the new view (like I did). As you, I prefer the text view by default and achieve something good with the following settings:If you use the new Gnus message view, you should also check in you own config (
.emacs
file) that you don't keep old and deprecated variables related to mu4e-view. You must look for all variables beginning bymu4e-view
and remove them as they won’t work anymore (I think that’s why you had an error message sayingerror in process filter: No buffer named mu4e-view
: you probably have an old setting trying to do something in mu4e-view, but it is no more there.dordow commented on 2021-07-31 20:01 (UTC)
OK, it does now format the message without error but as a single line so the message is still unreadable. The same with emacs in command line mode. It looks as if all line breaks are removed. Before migrating, the messages were in text mode (which I prefer), now they seem to be in a somewhat more fancy format
mroethke commented on 2021-07-31 17:11 (UTC)
Maybe it has something to do with this item from the release notes?
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 callmu 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.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »