e735e70fa4
mu4e: add untrash to mu4e-view
...
The untrash function was not defined; let's add it.
2017-06-17 12:00:20 +03:00
9420d088eb
mu4e: Added new mu4e-split-view mode: single-window
...
Single-window mode is meant to minimize mu4e window operations (opening,
killing, resizing, etc) and buffer changes, while still retaining the
view and headers buffers. In addition, it replaces mu4e main view with a
minibuffer prompt containing the same information.
2017-05-31 20:52:59 -07:00
34d5c61930
mu4e: try a little harder to get contacts
...
Some people reported problems with completing contacts. It's unclear
what's going on there. Maybe this helps.
2017-05-06 13:12:38 +03:00
bbdee4e765
mu4e: cosmetics (mu4e-main)
2017-05-06 13:12:38 +03:00
6bde2618ab
mu4e: make mu4e-context-current interactive
...
So it will output the name of the current context when used in an
interactive context.
2017-05-06 13:12:38 +03:00
465e069a3d
gmime-test: dump (unencode) body, too.
...
Useful for testing.
2017-05-06 13:12:38 +03:00
fc6bfca175
Merge pull request #1071 from akoehn/master
...
mu4e: advance after mark can now be disabled
2017-05-06 12:02:22 +03:00
47a046c662
advance after mark can now be disabled
...
The variable mu4e-headers-advance-after-mark can be set to nil if you
want to disable moving to the next mail after marking.
2017-04-25 16:40:41 +02:00
22e11fc112
mu4e-vars.el: cosmetics
...
whitespace cleanup and some typo fixes; fixes issue #1065 .
2017-04-10 20:05:31 +03:00
abe732111a
mu4e: cosmetics
2017-04-09 11:33:21 +03:00
855a8a5c5e
mu: properly escape include file-names (forward)
...
We weren't properly escaping filenames when returning them for
forwarding. Let's do so now.
2017-04-09 11:31:39 +03:00
98b998b86d
mu4e: remove mu4e~compose-browse-url-mail
...
Instead, rely on the common browse-url-mail, which does the right thing
after
(setq mail-user-agent 'mu4e-user-agent)
2017-04-08 15:25:38 +03:00
895a78ba7b
mu4e: handle cc in mu4e~compose-browse-url-mail
...
Handle Cc fields in mu4e~compose-browse-url-mail, as per issue #1025 .
2017-04-08 14:55:24 +03:00
87ed69ee03
mu4e: auto-delete after 30 secs instead of 10
...
Don't auto-delete files too soon (before they can be used), even on
slower systems.
2017-04-02 16:39:21 +03:00
fb09af4215
mu4e: compose/format-flowed: don't enable fringe indicators
...
We were enabling the fringe indicators by default in
mu4e-compose-format-flowed; let's not do that and leave it to the
user (they can use add-hook etc.)
2017-04-02 16:27:53 +03:00
15056a6f87
Merge pull request #1056 from ronaldevers/patch-1
...
mu4e: Fix typo in mu4e-sent-messages-behavior docs
2017-03-29 22:32:47 +03:00
6ce126ca69
Fix typo in mu4e-sent-messages-behavior docs
2017-03-26 21:49:36 +02:00
21b637f291
mu4e: minor cleanup in mu4e-compose
2017-03-18 10:24:51 +02:00
42cd4f89d2
mu4e: mention max-specpdl-size setting
...
Mention the max-specpdl-size setting, to avoid the
Variable binding depth exceeds max-specpdl-size
error some people were seeing.
2017-03-18 10:22:46 +02:00
7729948d74
mu4e: utils: whitespace cleanups
2017-03-18 10:10:46 +02:00
c115d75a50
mu4e: handle marks outside headers-view
...
Ensure we the marks get counted correctly outside the headers view. This
avoids mu4e trying to refresh the headers buffer when we're reading a
message.
2017-03-18 10:09:10 +02:00
7d895dbd69
mu4e: widen buffer after save
...
Otherwise, undo won't work. Fixes issue #1047 .
2017-03-18 10:07:12 +02:00
8f1f88ce0a
Merge pull request #1044 from garaud/doc-org-contact-link
...
mu4e: update the org-contacts package link in the doc
2017-03-11 15:02:07 +02:00
b04b3bcea9
mu4e: don't require user-agent string
2017-03-09 01:27:44 +02:00
5b36656d5d
mu4e: update the org-contacts package link in the doc
2017-03-06 10:55:35 +01:00
9798d1fe6a
Merge pull request #1036 from wavexx/reply-ignore-regexp
...
mu4e: Allow to ignore addresses when doing wide replies
2017-03-05 15:57:05 +02:00
2940263aca
Merge pull request #1032 from avar/gitignore-build-aux
...
.gitignore: Update for the change made in ea409398
2017-03-05 15:54:42 +02:00
23cea8b76e
Merge pull request #1033 from avar/gitignore-perl
...
perl: Add a .gitignore file with the MYMETA build assets
2017-03-05 15:54:13 +02:00
47db807d12
Merge pull request #1039 from ian-kelling/docs-mu4e-get-maildirs
...
mu4e: improve `mu4e-get-maildirs' docstring
2017-03-05 15:53:19 +02:00
d4b0b1c3b5
Merge pull request #1031 from avar/add-mu_home-env-variable
...
Add support for specifying --muhome via MU_HOME in the environment
2017-03-05 15:52:30 +02:00
ce88e76569
cosmetics
2017-03-05 15:32:02 +02:00
11d0515376
mu: allow for negative first param in sexp date spec
...
The first parameter xx in a (:date xx yy zz) can be negative in some
cases, e.g. to specify pre-1970 dates.
2017-03-05 15:32:02 +02:00
c6d297b402
mu4e: improve `mu4e-get-maildirs' docstring
2017-02-28 04:15:27 -08:00
ff94595fad
Merge pull request #1037 from wavexx/fix-duplicate-header-views
...
mu4e: Do not duplicate headers views in iconified/hidden frames
2017-02-21 09:46:43 +02:00
f3aa51fbc1
Merge pull request #1034 from jschwab/docs-context-maildir
...
doc: Add example of matching maildir and its sub-directories in contexts
2017-02-21 07:59:31 +02:00
14317a322e
Merge pull request #1030 from tmalsburg/master
...
mu4e: Added menu items for untrash
2017-02-21 07:56:52 +02:00
34ed757e11
Do not duplicate headers views in iconified/hidden frames
...
When the frame running mu4e is in another virtual desktop or iconified, but
still contains a visible headers buffer, do not attempt to create a new view.
2017-02-20 18:40:20 +01:00
0a5224c4c8
Allow to ignore addresses when doing wide replies
...
Introduce a new variable, mu4e-compose-reply-ignore-address, which matches
addresses to be skipped when doing wide replies.
This is identical in behavior to messages-dont-reply-to-names from message.el
(which we default on).
2017-02-20 00:37:44 +01:00
195b91a3db
Add example of matching maildir and its sub-directories in contexts
...
Inspired by this mu-discuss thread:
https://groups.google.com/d/msg/mu-discuss/rAT2YJPEwsA/eYmoGJbUCgAJ
2017-02-17 14:52:06 -08:00
6523ca6b3c
perl: Add a .gitignore file with the MYMETA build assets
...
These get created by ExtUtils::MakeMaker, so they won't be found by
grepping our own code, but they're created by the build process.
2017-02-17 14:43:16 +01:00
9a480c4339
.gitignore: Update for the change made in ea409398
2017-02-17 14:40:59 +01:00
18b8ce249f
Add support for specifying --muhome via MU_HOME in the environment
...
When you have multiple mu home directories, e.g. for the use case
detailed in my "Changing mu4e-{maildir,mu-home} from a context hook"
post to the mailing list it's quite inconvenient to have to hammer out
"mu --muhome=.. find .." every time you want to run some ad-hoc
command.
This allows me to set up a screen session where I do searches in mu
directory A in some screen panes, and searches in directory B in
others.
I initially called this MU_MUHOME but then I noticed that the perl
plugin has MUP_MU_HOME for analogous functionality, so I'm just
following its example.
The code I'm adding in mu-util.c is just a copy/paste & adjustment of
the same sort of already tested functionality in
mu_util_guess_maildir() just a few lines earlier.
2017-02-17 11:28:45 +01:00
79ad110737
mu4e: Added menu items for untrash
2017-02-14 12:02:56 +01:00
ea40939810
configure.ac: improve autoconf-archive warning
...
Mention which version is needed.
2017-02-12 12:00:59 +02:00
4c9a8ea112
mu4e: filter out body parts as attachments
...
Make the attachment heuristic yet a bit more complicated... filter out
most body parts.
2017-02-12 11:33:01 +02:00
1c4dbe580c
mu4e: show inline text/plain as attachment
...
Show inline text parts as attachments too, so we can save them; however,
filter outer really small ones (ie. footers)
2017-02-12 11:11:16 +02:00
235dc75a1a
mu4e: mu4e-message: allow for bodyless messages
...
Seems the code didn't handle the no-body case. Do so now.
2017-02-07 07:45:59 +02:00
7c6c3b63f8
mu4e: remove some debugging
2017-02-07 07:09:05 +02:00
ad1a372b5f
Merge pull request #986 from stig/format-flowed-alt
...
POC: Respect format=flowed and delsp=yes for viewing plain-text messages
2017-02-05 15:52:16 +02:00
b0c618c3e5
mu4e: fix typo mu4e~html2text-wrapper
2017-02-05 15:49:02 +02:00