1
0
mirror of https://github.com/djcb/mu.git synced 2024-07-01 08:11:06 +02:00
Commit Graph

526 Commits

Author SHA1 Message Date
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
djcb
88459d59ea * mu4e-view: use e-mail address as string for the display property; fixes #236 2013-06-16 12:18:51 +03:00
djcb
ebc718a674 * mu4e: update documentation on queries / bookmarks as bit 2013-06-16 11:54:08 +03:00
djcb
ec28eb340f * mu4e: widen before sending messages 2013-06-14 08:42:44 +03:00
djcb
fa514435ea * merge branch 'master' of github.com:djcb/mu 2013-06-13 23:56:35 +03:00
djcb
c581468ac3 * mu4e: some minor changes 2013-06-13 23:53:11 +03:00
djcb
b57ae66605 * mu4e: small tweaks to the manual 2013-06-12 10:09:19 +03:00
djcb
8d3e33e476 * mu4e: add note about notmuch conflict to FAQ (thanks to mistrey) 2013-06-10 11:12:58 +03:00
djcb
59d0a30ba6 * make mu4e-compose-hidden-headers a public defvar; implements issue #237 2013-06-08 17:54:35 +03:00
djcb
03a79fc188 * mu4e: fix typo 2013-06-08 17:36:29 +03:00
djcb
3d385325ea * mu4e-draft: fix typo in patch 2013-06-08 17:36:09 +03:00
djcb
74feeded3b * mu4e: check marks in headers context (fixes issue #200) 2013-06-08 17:32:10 +03:00
joost
c511ae7f1f also try to avoid unnecessary quotes when replying (see issue #217) 2013-06-05 10:26:22 +02:00
joost
aefa144421 handle the case where phrase is empty 2013-06-05 10:19:08 +02:00
djcb
34c84a1258 * mu4e: fix mu4e-message 2013-06-03 23:35:01 +03:00
djcb
d6337b751e * mu4e: fix typo in Makefile.am 2013-06-03 21:09:42 +03:00
djcb
3c67aa6591 * mu4e: fix a few compiler warnings / typos 2013-06-03 21:09:20 +03:00
djcb
60f75eea42 * minor 2013-05-30 06:16:05 -07:00
djcb
08748f2e28 * mu4e: add mu4e-change-filenames-when-moving customization 2013-05-28 04:34:49 -07:00
djcb
ab841c594c * mu4e: set overwrite mode to nil in mu4e-headers-mode 2013-05-27 16:37:32 -07:00
djcb
445d0cc6fb * fix quoting of contacts in autocompletion (thanks to jhelberg) 2013-05-27 11:47:42 -07:00
djcb
92ec6f7584 * mu4e-compose: unset the new flags when forwarding/replying to messages; fixes #214. 2013-05-27 04:58:47 -07:00
Thomas Cordival
c2efc5543a Add custom var mu4e-view-html-plaintext-ratio-heuristic
Add a custom var to enable the customisation of the ratio between the length of the html and the plaintext parts under which the text is considered to be garbage
2013-05-26 07:47:10 -05:00
djcb
52d89bd1f8 * mu4e: fix warning 2013-05-26 12:35:14 +03:00
djcb
6e9390d5c2 * update mu4e documentation a bit 2013-05-25 19:26:54 +03:00
djcb
5af020ec2f * mu4e: make mu4e~proc-extract deal witn non-string params 2013-05-22 21:36:14 +03:00
djcb
f01f85d7e7 * mu4e: hide headers again after (widen) 2013-05-22 08:06:19 +03:00
djcb
f6035fd5db * mu4e-drafts: make the draft file the same as the mu-maildir function generates 2013-05-22 00:22:20 +03:00
djcb
83667fbe83 * fix typo 2013-05-22 00:06:32 +03:00
djcb
1dea612cba * cosmetics 2013-05-21 20:11:11 +03:00
djcb
222d8c3627 * improve message-composition / draft handling 2013-05-21 08:05:06 +03:00
djcb
362bcbda17 * mu4e: fix some weirdness with editing drafts 2013-05-20 06:53:55 +03:00
djcb
60d835a1af * mu4e-header: fix jumping to maildirs with spaces 2013-05-20 06:00:05 +03:00
djcb
5f3393ef83 * mu4e: mu4e-proc: fix ping, quit 2013-05-20 05:59:48 +03:00
djcb
aa96833a31 * mu4e: show 'None' as date for (0 0 0) in :human-date 2013-05-20 05:31:49 +03:00
djcb
1aec1e2f7c * mu4e: some fixes in mu4e-proc 2013-05-20 05:31:27 +03:00
djcb
e2a0e58ae8 * mu4e: use the new server protocol 2013-05-20 05:14:57 +03:00
djcb
2f5d6e246b * mu: update the server command and (use 'cmd:' for commands) 2013-05-20 05:11:49 +03:00
djcb
dfb6382c04 * mu4e-compose: disable org-contacts when completion is enabled 2013-05-15 22:09:17 +03:00
djcb
8af771fb76 * cosmetic 2013-05-15 00:42:40 +03:00
djcb
0bb56e5558 * mu4e: add some more quoting to commands 2013-05-13 23:02:26 +03:00
djcb
9c614afa86 * mu4e: update docs a bit 2013-05-13 23:02:03 +03:00
djcb
4de859668c * cosmetics 2013-05-13 00:05:14 +03:00
djcb
7f80bce015 * mu4e-actions: mu4e-action-capture-message should not be interactive 2013-05-13 00:04:36 +03:00
djcb
2f60f33dc8 * mu4e: fix header shrinking/growing 2013-05-05 16:18:59 +03:00
djcb
5b8cc54c69 * mu4e: correctly apply 'trashed' face (headers); make face selection a bit more explicit 2013-05-05 12:24:15 +03:00
djcb
d79e19b74b * cosmetic 2013-05-04 14:15:35 +03:00
djcb
df0b1b6a13 * merge branch 'master' of github.com:djcb/mu 2013-05-04 14:13:32 +03:00
djcb
33ee611cf5 * mu4e: fix typo 2013-05-04 14:13:05 +03:00
Steve Purcell
fd336771b2 Fix typo 2013-05-03 18:39:05 +02:00
djcb
aef607c5c1 * cosmetics 2013-04-29 23:52:55 +03:00
djcb
e7d52bc09e * mu4e: add mu4e-contrib, with sabof's mu4e-headers-mark-all-unread-read, mu4e-headers-flag-all-read 2013-04-29 23:52:17 +03:00
djcb
85fb0e14ef * mu4e: add mu4e-compose-dont-reply-to-self, default to nil for now (thanks to sfischme) 2013-04-23 19:54:47 +03:00
djcb
69e8c1b864 * mu4e: unbreak mu4e~compose-setup-fcc-maybe, in particular, 'delete; 2013-04-23 19:51:45 +03:00
djcb
42807a3a01 * mu4e: update documentation 2013-04-21 12:49:26 +03:00
djcb
4d257337e7 * mu4e: add C-c C-u as an alternative keybinding for mu4e-update-mail-and-index (for terminal users) 2013-04-21 12:43:00 +03:00
djcb
b02e929960 * mu4e-compose: allow mu4e-sent-message-behavior to be a function (thanks to egh) 2013-04-21 12:40:57 +03:00
djcb
c657a816d3 * mu4e: small doc fixes 2013-04-17 21:04:42 +03:00
djcb
9d1c404914 * mu4e: make 'a' the action key; fixes issue #181 2013-04-17 01:31:10 +03:00
djcb
3de875ffc8 * mu4e: add background-starting to the FAQ 2013-04-16 20:40:16 +03:00
djcb
0866b66665 * mu4e: allow starting mu4e in the background 2013-04-16 20:37:10 +03:00
djcb
7d52ef1c3f * mu4e: copy address at point with c / C-u c in message-view 2013-04-15 23:41:26 +03:00
djcb
3c4b351e69 * mu4e: small cleanup 2013-04-06 10:17:03 +03:00
Dirk-Jan C. Binnema
90eed15fc7 Merge pull request #180 from abend/master
Customize visible header flags take 2.1
2013-04-02 10:34:47 -07:00
Dirk-Jan C. Binnema
e11dd3765a Merge pull request #178 from nicolasavru/recursive_maildirs
* improved recursive maildir support
2013-04-02 09:10:08 -07:00
djcb
1f24e224a9 * more more copyright year updates 2013-03-30 11:38:01 +02:00
djcb
c69f028504 * cosmetic 2013-03-30 11:10:07 +02:00
djcb
89d8792bb8 * mu4e: don't try to write in read-only buffer 2013-03-30 11:09:56 +02:00
djcb
5f6c8566f7 * mu4e: add small note to mu4e-lists.el 2013-03-22 22:22:05 +02:00
djcb
ca90c99e85 * mu4e: mu4e~proc: make sure parameters are not treated as format strings 2013-03-22 08:01:50 +02:00
djcb
045ad92545 * mu4e.texi: describe the headers view, with :human-date and :list 2013-03-19 22:51:17 +02:00
Titus von der Malsburg
a4e714d9ea Merge remote-tracking branch 'upstream/master' 2013-03-17 20:42:44 +01:00
Titus von der Malsburg
9b2b57fbb7 Set mu4e-headers-view-win to nil when closing message view. 2013-03-17 20:37:44 +01:00
djcb
9c7d2e3b16 * mu4e: don't use beginning-of-buffer non-interactively (fixes compilation warning) 2013-03-17 19:45:16 +02:00
djcb
893cde89b9 * mu4e: update documentation 2013-03-17 19:43:12 +02:00
Nicolas Avrutin
0fa6a92bb3 support recursive maildirs 2013-03-17 09:34:48 -04:00
djcb
0623973ce0 * cosmetics 2013-03-17 11:58:08 +02:00
Dirk-Jan C. Binnema
ae1deb4b10 Merge pull request #158 from pygatea/master
* re-implements "retagging" action in elisp to get around sed version inconsistencies between platforms
2013-03-17 02:55:17 -07:00
djcb
b7332b923e * mu4e: retagging: +/- are only special at the beginning of terms (thanks to seanfarley) 2013-03-17 11:27:42 +02:00
D. LoBraico
bce9282332 * mu4e: Whoops, uses actual correct helper function naming conventions (~ instead of -) 2013-03-16 12:42:41 -05:00
D. LoBraico
0d4d7b4ff1 * mu4e: uses correct helper function naming conventions. 2013-03-16 12:40:18 -05:00
Dirk-Jan C. Binnema
66f665167d Merge pull request #160 from tmalsburg/master
* fix issue #159, broken bindings in the headers menu of mu4e.
2013-03-16 09:37:58 -07:00
djcb
dbbcaf0f2b * mu4e: make the +/- in +tag, -tag only match at the beginning of words 2013-03-16 17:58:17 +02:00
Titus von der Malsburg
203aeb3093 Fixed bindings of entries in mu4e's header menu. 2013-03-13 11:31:46 +01:00
D. LoBraico
fd53bde694 * mu4e: replaces sed with elisp in re-tag action 2013-03-11 16:55:37 -05:00
Tibor Simko
eb606f9c8a mu4e: fix `q' binding in About buffer
mu4e's About buffer uses org-mode and used to locally bind `q' to bury
the buffer.  However, altering local key map via local-set-key
shares binding with all buffers using the same major mode.  As a result,
after executing About mu4e once, pressing `q' in any regular org-mode
buffer was also burying it instead of inserting the letter `q'.

This commit fixes the problem by creating a new mu4e-about-mode
derived from org-mode and by defining `q' only for that mode.
2013-03-10 21:27:59 +01:00
djcb
b41e8a6034 * mu4e: handle empty contact lists 2013-03-09 07:38:07 -08:00
Sasha Kovar
83c4202e93 mu4e: add custom variable for list of visible header flags - take 2 2013-03-06 15:42:08 -08:00
djcb
79c1c8e452 * mu: fix detection of urls with diacritics 2013-03-05 07:18:17 -08:00
djcb
a2fc0a26b9 * mu4e: don't try to select nil window when updating mail 2013-03-05 06:35:29 -08:00
djcb
1c98cbbf4e * mu4e: update doc for mu4e-create-maildir-maybe 2013-03-04 20:58:41 -08:00
djcb
d39bf269fe * revert "mu4e: add custom variable for list of visible flags to display in headers view"
This reverts commit 9944a4fd62.
2013-02-27 19:09:11 +02:00
Sasha Kovar
9944a4fd62 mu4e: add custom variable for list of visible flags to display in headers view 2013-02-21 11:46:23 -08:00
Sasha Kovar
55619550e9 mu4e: propertize parens around attachment size in message view 2013-02-21 11:11:03 -08:00
Sasha Kovar
23dd3bb27e mu4e: propertize the colon in view header keys 2013-02-21 10:52:58 -08:00
Sasha Kovar
4e132ef74c mu4e: small doc update 2013-02-21 10:47:03 -08:00
djcb
6fc99ad495 * mu4e: auto scroll down in the mail fetch window (thanks to chrisklaiber) 2013-02-17 17:32:12 +02:00
djcb
ae28d22c30 * mu4e: make sure to define mu4e-view-mark-for-something (using the macro) 2013-02-11 23:49:39 +02:00
djcb
9d7648b9bc * mu4e: small doc update 2013-02-11 23:40:49 +02:00
djcb
9f72602422 * merge branch 'master' of github.com:djcb/mu 2013-02-11 23:38:57 +02:00
djcb
a91b2438b5 * mu4e/mu4e.texi: add the Tips & Tricks chapter contributed by Joost Kremers 2013-02-11 23:38:14 +02:00
jmickey
c24b30984e Spelling fix for smtp-mail-queue-dir
* mu4e/mu4e-main.el (mu4e~main-toggle-mail-sending-mode): correct
  error message to say `smtpmail-queue-dir' instead of
  `smtp-queue-dir'

Signed-off-by: jmickey <jmickey@netapp.com>
2013-02-06 10:44:55 -08:00
djcb
d1a42504b2 * mu4e: surpress compilation warning 2013-01-26 10:58:24 +02:00
djcb
6522bbca62 * use mu4e-view-show-images, mu4e-headers-mark-custom 2013-01-26 10:57:53 +02:00
djcb
8256a403c5 * mu4e: use mu4e-view-show-images 2013-01-26 10:57:14 +02:00
djcb
d60fd4bb47 * mu4e: fix mu4e~view-fontify-cited to not search too far (fixes #127) 2013-01-05 13:14:08 +02:00
djcb
70b20694af * mu4e: try to go back to some mu4e buffer after message composition 2013-01-04 21:40:12 +02:00
djcb
459f87d887 * mu4e.texi: add another refiling example 2013-01-03 23:08:57 +02:00
djcb
90929f9db8 * mu4e-headers.el: fix typo 2013-01-03 23:08:13 +02:00
djcb
b815f61216 * mu4e-proc: inform user when database needs upgrade 2012-12-28 18:53:45 +02:00
djcb
23f746d714 * mu4e: make mu4e-headers-mark-for-each-if a 'public' function (i.e.., s/mu4e~/mu4e-/) 2012-12-28 15:33:42 +02:00
djcb
d38fbccd47 * mu4e-draft.el: hopefully fix the references issue 2012-12-28 14:48:20 +02:00