Skip to content

Commit

Permalink
mu4e-compose: overhaul message composer
Browse files Browse the repository at this point in the history
This is a new composer sub-system, which more closely follows
Gnus/message; in particular, we let gnus take care of creating draft
messages.

This reduces code size and allows us to re-use some of the more advanced
features.

There are a number of user-visible changes:

- `mu4e-compose-resend' directly uses `message-resend', so there is no
  more editing phase (which used to be a bit broken with re-encoding
  MIME messages.
  • Loading branch information
djcb committed Oct 25, 2023
1 parent 24f1fe8 commit 85bfe76
Show file tree
Hide file tree
Showing 6 changed files with 790 additions and 1,521 deletions.
1 change: 0 additions & 1 deletion mu4e/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ mu4e_srcs=[
'mu4e-contacts.el',
'mu4e-context.el',
'mu4e-contrib.el',
'mu4e-draft.el',
'mu4e-folders.el',
'mu4e.el',
'mu4e-headers.el',
Expand Down
Loading

0 comments on commit 85bfe76

Please sign in to comment.