5303b8cdc8
mu4e.texi: improve regexp example
2021-09-04 08:42:18 +03:00
ecea966169
mu int: improve docs for regexp addresses
2021-09-04 08:34:17 +03:00
1c076e6c43
mu4e.texi: Add regexp --my-address example
2021-09-04 08:25:29 +03:00
a53ca7da5e
mu4e.texi: Update build instructions
...
Update the meson instructions.
2021-09-01 23:25:45 +03:00
3a39eff1df
mu4e-(actions|control|org|update).el: tidy up
...
Fix flycheck warnings, and use '--' instead of '~' for private
variables/functions.
2021-08-31 08:46:27 +03:00
162f5896ae
mu4e-view: port of save-attachment fix
...
Port of #b349b24 (courtesy of danielfleischer) to not fail to detect attachments
in certain messages.
2021-08-30 18:35:35 +03:00
128bc731a6
mu4e: avoid some compiler warnings in search, contacts
2021-08-30 18:28:52 +03:00
9b02d56c05
build: build mu4e-{contacts,search}.el(c) too
...
Fixes : #2119
2021-08-30 18:27:04 +03:00
ab5d306c85
mu4e/mu4e.el: add mu4e--default-handler
...
It was missing.
2021-08-30 14:47:45 +03:00
f797acca6b
mu4e-headers: support mailings lists
...
Need to require mu4e-lists.
2021-08-30 08:39:25 +03:00
dc14f93c06
mu4e: remove mu4e-utils
...
No longer needed; remove all traces.
2021-08-30 08:36:41 +03:00
7ee30ed543
mu4e/search: use mu4e-search
...
mu4e-headers-search is gone
2021-08-30 08:19:45 +03:00
42f2e73025
mu4e-view: remove overlays when erasing
...
erase-buffer is not enough (you'd see '[1][2]' etc. in the buffer beginning)
2021-08-29 21:40:42 +03:00
a6514fd683
mu4e-server: rename from mu4e-proc
...
Rename mu4e-proc.el into mu4e-server.el
Rename mu4e~proc... into mu4e--server...
Update users, too.
2021-08-29 21:40:42 +03:00
6ea39f886c
build: update for changed mu4e files
2021-08-29 21:40:42 +03:00
9157d9102d
mu4e-utils: refactor into mu4e-helpers, separate files
...
Usurp more of the utils code than can be re-used without further dependencies in
helpers.
Split off specific parts in their own file.
After the helper/utils changes, update the rest of mu4e to take the changes into
account.
2021-08-29 21:40:42 +03:00
e6be09e626
mu4e-view: remove old view
...
Remove the pre-Gnus view, and remove the infrastructure to handle both the new
and old views.
2021-08-29 20:30:29 +03:00
411b95acd7
vars: refactor variables
...
Remove some variables from mu4e-vars, and move them to where they are used.
Move some more items to mu4e-helpers.
2021-08-29 20:30:29 +03:00
3cd127d8ae
mu4e-search: split off search functionality in minor-mode
...
Split off the search functionality from mu4e-headers.el into a new
mu4e-search.el.
Clean up things a bit and create a minor mode in which to add the keybindings.
Enable this in main/headers/view.
2021-08-29 20:30:29 +03:00
035977a89a
mu4e-context: make it a minor-mode
...
Add mu4e-context-minor-mode, for re-use in other parts of mu4e.
Update those parts + documentation.
2021-08-29 20:30:29 +03:00
bfd0618e58
mu4e-context: fix some flycheck warnings
2021-08-29 20:30:29 +03:00
d7055b7ed8
mu4e-helpers: split off from mu4e-utils
...
Create a new mu4e-helpers, which will usurp some of the parts mu4e-utils that do
not depend on other parts of mu4e.
2021-08-29 20:30:29 +03:00
975604d3ee
build: make meson the default build system
...
We still support autotools for now, but it is no longer the default.
2021-08-28 11:25:05 +03:00
faed25f2e5
view-gnus: Add S-SPC to scroll-down binding
...
The manual promises it's there.
Fixes : #2114 .
2021-08-26 22:02:41 +03:00
e6bfdda2fe
mu4e-headers: restore mark after update
...
Works-around, fixes : #2076 .
2021-08-25 22:57:12 +03:00
167bb83d22
fix: mu4e-view-save-attachments void variable
...
This `_` looks like typo (correct me if I'm mistaken).
`_arg` instead of `arg` here caused `Symbol’s value as variable is void: arg`.
2021-08-25 15:00:15 +02:00
372726cb9e
Merge branch 'master' into fix_dups_when_saving_attachments
2021-08-21 16:16:58 +03:00
b62f70f9d0
mu4e-compose: regenerate Date: when user removes it
...
However, we do not update the date if user does not do so.
2021-08-19 10:56:56 +03:00
7929b9a852
Use and instead of progn and fix some long lines
2021-08-17 16:11:21 +02:00
58cff913fe
Create numbered backup of attached file when already exists #2090
2021-08-16 13:29:07 +02:00
e6e2568178
mu4e-view-gnus: Fix some flycheck warnings (doc)
...
Update docstring to please flycheck.
2021-08-16 09:05:37 +03:00
2c99cb3374
mu4e: toggle-html: use if-let/seq-find
...
Slightly update the algo.
2021-08-15 20:53:52 +03:00
1f98060ef3
mu4e: Add back the `h' keybinding to toggle HTML view in a gnus article
...
Fixes: https://github.com/djcb/mu/issues/2013
2021-08-14 17:42:25 +02:00
17ae356e35
mu4e: Fix up documentation
...
And remove some unncessary message
2021-08-12 20:34:26 +03:00
6537de1116
mu4e: better feedback for lazy indexing
...
Add `mu4e-update-index-nonlazy`, point users towards it.
2021-08-12 13:08:52 +03:00
c29368af93
Merge pull request #2081 from danielfleischer/link-description
...
Customize the mu4e org link description
2021-08-09 07:58:31 +03:00
aa75487ae6
mu4e-view: Enable mu4e-action-view-in-browser by default
...
It's useful enough to enable by default.
2021-08-08 18:18:40 +03:00
f6230467dc
Customize the mu4e org link description
...
There's a default function that extracts the subject but users can
define their own function. Feature existed in @1.4.15.
2021-08-08 17:43:42 +03:00
6a4eb68428
mu4e-vars: Update docs for mu4e-index-lazy-check
...
Explicitly mention the limitation with sub-dirs, as discussed in issue
2021-08-07 17:18:15 +03:00
907db013c0
mu4e-view-gnus: Manipulate gnus so it blocks remote images
...
mu4e reuses the default gnus-blocked-images, but sadly in the mu4e
context, the default (a function called gnus-block-private-groups) does
_not_ work (i.e., it never blocks).
Advise this function so it'll block for mu4e as well, and update the
docs.
Fixes : #2072 .
2021-08-02 23:39:33 +03:00
3ea20afe20
Merge pull request #2063 from nbarrientos/typo
...
Fix typo in docstring
2021-08-01 10:39:03 +03:00
b4cf999802
replace carriage-return instead of line feed in mu4e-message-outlook-cleanup
2021-07-31 20:34:48 -05:00
b4ebd6c248
mu4e-utils: make schema warning/error a bit clearer
...
Show in the warning buffer.
2021-07-31 01:49:23 +03:00
26bd64f4c9
mu4e-header: mark mu4e-headers-field-properties-function obsolete
...
The variable is an unused leftover.
Fixes : #2067 .
2021-07-30 14:25:54 +03:00
02f3424280
Fix typo in docstring
2021-07-30 09:21:28 +02:00
f69214b4df
mu4e-main: refresh after context-switch
...
Fixes : #2062 .
2021-07-29 23:24:13 +03:00
10c1aafa4c
mu4e: Update mu4e-view-show-images doc string
...
Make clear it only applies to the old view.
2021-07-17 15:01:23 +03:00
d30f85934d
mu4e.texi: Move docs for old view to appendix
...
Hopefully that makes it less confusing.
2021-07-17 15:01:23 +03:00
617e8023f6
Fix mu4e-headers-prev with invisible lines
...
Skip invisible text at BOL possibly hidden by
the end of another invisible overlay covering
previous EOL.
This patch affects people using mu4e-thread-folding-mode but change nothing
when using mu4e as it is.
2021-07-12 06:47:36 +02:00
d394295fe7
Fix #2044 : broken header movement with visual-line-mode
...
This fixes the issue introduced by 50f6f539 where header navigation
would break when `visual-line-mode' was enabled. Previously,
`forward-line' was used in `mu4e-view-headers-next', which disregarded
visual lines and moved by logical lines, but this was changed to
`line-move', which moves by visual lines when `line-move-visual' is
non-nil (the default when `visual-line-mode' is enabled). Thus, when
the current header line was wrapped and a message was open in the
split view, `mu4e-view-headers-next' would move to the next visual
line in the headers buffer (the same message), and then jump back to
the start of the previous line, preventing switching to the next
message.
This would also throw off navigation when `mu4e-view-headers-next' was
used with a prefix argument, since it would move by visual lines and
not headers.
`line-move-visual' is therefore set to nil before using `line-move' to
prevent these issues.
2021-07-05 22:39:31 -04:00