1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-28 07:41:04 +02:00
Commit Graph

437 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema
9170341959 Merge pull request #285 from thierryvolpiatto/master
* mu4e: allow stopping update process (SIGINT)
2013-10-08 22:20:35 -07:00
djcb
f7077285fa * mu4e: don't suggest helm-comp-read for completing-read 2013-10-09 08:16:52 +03:00
Thierry Volpiatto
ac89861b96 * mu4e/mu4e-main.el (mu4e-interrupt-update-mail): Move to mu4e-utils.el.
* mu4e/mu4e-utils.el (mu4e~interrupt-update-mail): Renamed with mu4e~ prefix and add docstring.
(mu4e--update-buffer-name): same.
2013-10-09 06:38:02 +02:00
Thierry Volpiatto
4bfaedd739 * mu4e/mu4e-utils.el (mu4e-update-mail-and-index): Don't make window dedicated. 2013-10-08 14:55:23 +02:00
Thierry Volpiatto
8da15dc8f2 * mu4e/mu4e-main.el (mu4e-interrupt-update-mail): New function to stop update process.(SIGINT) (mu4e~main-view): Use it and bind it to S.
* mu4e/mu4e-utils.el (mu4e-update-mail-and-index): Fix Window and buffer process.
2013-10-08 14:44:26 +02:00
djcb
7472a3bb07 * mu4e: mu4e-actions: require 'ido' 2013-10-08 06:52:29 +03:00
Dirk-Jan C. Binnema
fee25f4c71 Merge pull request #283 from stsquad/history-aware-git-apply
* mu4e-actions.el: make git apply patch history aware
2013-10-07 20:51:17 -07:00
djcb
7ea092cbed * mu4e: fix docstring 2013-10-05 23:56:29 -07:00
djcb
4b0cb4d1df * mu4e: allow for custom header fields (see `mu4e-header-info-custom') 2013-10-05 10:09:26 -07:00
Alex Bennée
128a17b87e mu4e-actions.el: make git apply patch history aware
As you are often applying a series of patches to a tree it doesn't
make sense to move the user to default-directory every time. This
changes read-directory-name to use ido-read-directory-name and
populate the directory with the last one applied.

Any path chosen is also added to the beginning of
ido-work-directory-list for next time.
2013-10-03 09:21:09 +01:00
Dirk-Jan C. Binnema
a9772b45db Merge pull request #276 from zhenya1007/master
* mu4e: fix up a couple of menu entries (documentation)
2013-09-28 10:43:50 -07:00
djcb
a3b3bafc81 * mu4e: update mu4e-compose-pre-hook documentation 2013-09-28 10:36:57 -07:00
djcb
a23f1a4f7c * mu4e: enable showing the message-id in the view (and even the headers) 2013-09-28 10:36:18 -07:00
djcb
d6c01a5975 * mu4e-view: fix help-echo for urls 2013-09-27 06:04:17 -07:00
Evgeny Roubinchtein
48ae6bf621 fix up a couple of menu entries 2013-09-24 12:20:25 -07:00
djcb
def8094b16 * mu4e: make the mu4e-headers-long-date-format default a bit more... default 2013-09-18 09:06:35 +03:00
Dirk-Jan C. Binnema
66b0a3af89 Merge pull request #272 from abend/long-date-tooltip
* mu4e: add long datetime tooltip to human-date field in headers view.
2013-09-17 23:04:23 -07:00
Dirk-Jan C. Binnema
efe775e8a8 Merge pull request #271 from abend/icalendar-as-attachment
* mu4e: always consider text/calendar message parts as attachments
2013-09-17 23:00:09 -07:00
djcb
11e8850e58 * update doc for mu4e-completing-read-function 2013-09-18 08:54:57 +03:00
Sasha Kovar
defca5dd41 mu4e: add long datetime tooltip to human-date field in headers view. 2013-09-17 10:55:31 -07:00
Sasha Kovar
2d8bf0db3a mu4e: always consider text/calendar message parts as attachments 2013-09-17 10:19:00 -07:00
Stuart Hickinbottom
6e8e9ec44a New flexible method of customising completing-read
Added the customisation option 'mu4e-completing-read-function' which can
be used to choose which method of input-with-completion will be used by
mu4e. This variable is set to the function which mu4e will use.

By default, mu4e will use ido (via 'ido-completing-read'), but any
compatible completing-read function can be used instead. Interesting
choices would include 'helm-comp-read' for Helm-based completion, and
'completing-read' for the built-in basic completion system.
2013-09-12 22:42:45 +01:00
djcb
df589250ed * mu4e: update the list of known mailing-lists 2013-09-07 08:57:04 +03:00
djcb
2446b4d4a3 * mu4e.texi: some updates to the docs 2013-08-24 11:17:00 +03:00
djcb
6a098c7be3 * update some comments 2013-08-17 11:54:22 +03:00
djcb
fa6d63af43 * mu4e-utils: fix display of messages only consisting of an image 2013-08-11 15:28:30 +03:00
djcb
beffb8072b * mu4e: add variable mu4e-hide-index-messages 2013-08-11 14:37:19 +03:00
djcb
f7eefcf37a * cosmetics 2013-08-11 14:12:09 +03:00
djcb
8656f6721e * mu4e: complete the new reply-to-your-own-messages behavior + documentation 2013-07-17 21:13:42 +03:00
djcb
406e310448 * mu4e: prefix thread levels with a single space (rather than two) 2013-07-07 18:52:07 +03:00
djcb
5ecbb40557 * mu4e: when replying to messages written by self, keep the same to:/cc: 2013-07-07 18:30:30 +03:00
djcb
e7e38e9053 * typo 2013-07-06 19:17:15 +03:00
djcb
da292b7f10 * mu4e: make sure to clear the 'loading' buffer; fixes issue #170 2013-07-06 18:59:30 +03:00
djcb
36cb8b35ae * mu4e: update docs 2013-07-06 18:57:32 +03:00
djcb
b26bd3a4e7 * mu4e: do a better job of trying to show images (without delay) 2013-07-06 11:51:33 +03:00
djcb
c7c18505fc * mu4e: update documentation 2013-07-06 10:47:15 +03:00
djcb
4f388638e8 * document the new flag:list 2013-07-03 23:09:27 +03:00
djcb
81eeff1c13 * mu4e: add note about deprecating org-mode editing to doc 2013-06-30 21:18:32 +03:00
djcb
59666a7eda * mu4e: automatically refresh the contacts list when there are changes in the index 2013-06-29 17:06:04 +03:00
djcb
72e6fb997a * mu4e: make the byte-compiler happy 2013-06-29 13:07:32 +03:00
djcb
06b3142e60 * mu4e: check marks also when coming from mu4e-main; fixes issue #244 2013-06-29 13:06:51 +03:00
djcb
9976842316 * mu4e: add 'untrash' to documentation 2013-06-29 09:42:16 +03:00
James Felix Black
7e78b6eb65 added a "untrash" function, perfectly analogous to "unflag", that simply removes the T flag from a message 2013-06-28 12:36:54 -07:00
djcb
7fe37334b5 * cosmetics 2013-06-24 22:44:36 +03:00
djcb
900fb574ee * mu4e-view.el: fixup display of contacts with control chars 2013-06-24 22:43:03 +03:00
djcb
6ac32efd6d * mu4e: add FAQ about UTF-7-encoded dirs, lack of UTF-8-supported in texi2pdf 2013-06-17 00:54:19 +03:00
djcb
15936cfd9a * cosmetics 2013-06-16 23:06:38 +03:00
djcb
76a87ded2d * mu4e-utils: support the new format for the contacts list 2013-06-16 23:05:52 +03:00
djcb
ae61280cfe * mu4e: some updates to the documentation 2013-06-16 23:04:54 +03:00
djcb
401f30ee26 * mu4e: workaround(?) for the issue with '*' in the main action strings 2013-06-16 23:01:06 +03:00