summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-27Merge pull request #445 from thierryvolpiatto/masterlistDirk-Jan C. Binnema
* mu4e: kill composition buffer when quitting from reply prompt
2014-06-27Merge remote-tracking branch 'refs/remotes/upstream/master'Thierry Volpiatto
2014-06-27Merge pull request #448 from thierryvolpiatto/wash_fnsDirk-Jan C. Binnema
* mu4e/mu4e-view.el (mu4e-view-fill-long-lines): New, bind it to M-q.
2014-06-27* mu4e/mu4e-view.el: Fix whitespaces in newline in previous commit, no ↵Thierry Volpiatto
code--change.
2014-06-27* mu4e/mu4e-view.el (mu4e-view-fill-long-lines): New, bind it to M-q.Thierry Volpiatto
2014-06-18Merge remote-tracking branch 'refs/remotes/upstream/master'Thierry Volpiatto
2014-06-18* mu4e/mu4e-compose.el (mu4e~compose-handler): Kill buffer on quit, ↵Thierry Volpiatto
transformed in defun*.
2014-06-16* mu4e: add curl list to mailing listsdjcb
2014-06-16* mu4e/mu4e-main.el (mu4e-main-mode): `revert-buffer-function' should be local.Thierry Volpiatto
2014-06-08* mu4e/mu4e-main.el (mu4e-main-mode): `revert-buffer-function' should be local.Thierry Volpiatto
2014-06-07Merge pull request #439 from dkogan/masterDirk-Jan C. Binnema
* mu4e: mu4e-view-search-narrow now prompts user for input
2014-06-06mu4e-view-search-narrow now prompts user for inputDima Kogan
2014-06-05Merge pull request #435 from davidcsterratt/masterDirk-Jan C. Binnema
* Potential fix for issue #433: make check fails on Scientific Linux 6
2014-06-05Merge pull request #430 from taurgal/masterDirk-Jan C. Binnema
* mu4e: Add revert-buffer support to the mu4e main buffer
2014-06-05Potential fix for issue #433: make check fails on Scientific Linux 6David C Sterratt
2014-06-02* mu4e: make sure there's always an ending newlinedjcb
2014-06-02* mu-guile: add exampledjcb
2014-05-24* mu4e: unbreak address display, removing togglingdjcb
2014-05-24* mu4e: some doc updatesdjcb
2014-05-24Added a missing ";; New" comment.Bosché Aurélien
2014-05-24Automatically insert a date field in the new drafts headers.Bosché Aurélien
So that one can see when a draft was composed when browsing the draft maildir (instead of getting "None" in the Date column). Then one can sort the drafts by date.
2014-05-24Fixed the commented example at the end of the mu4e-main.el file.Bosché Aurélien
Now queuing/unqueuing should work fine in any mu4e mode if one executes those definitions.
2014-05-24Added the forgotten (mu4e-main-mode)Bosché Aurélien
2014-05-22Corrected a small bugBosché Aurélien
2014-05-21Set revert-buffer-function in the right placeBosché Aurélien
2014-05-21revert-buffer support completeBosché Aurélien
2014-05-21MergedBosché Aurélien
2014-05-21Various little changesBosché Aurélien
2014-05-21Various little changesBosché Aurélien
2014-05-20Merge pull request #429 from sabof/default-to-descendingDirk-Jan C. Binnema
* mure: headers sorted by "nil" at first; avoid this.
2014-05-21Avoid sorting by nilsabof
2014-05-14* mu: shell-quote rather than escape with --execdjcb
2014-05-13* Merge branch 'master' of github.com:djcb/mudjcb
2014-05-13Merge pull request #422 from stsquad/remove-ctrl-squash-spaceDirk-Jan C. Binnema
* lib/mu-str.c: squash white space ctrl chars to spaces (#390)
2014-05-06lib/mu-str.c: squash white space ctrl chars to spacesAlex Bennée
When processing multiple lines for a subject line separated by TAB characters we don't want to eliminate the control character totally but replace it with a simple space. I've left the control handling as before for non-white space characters. Signed-off-by: Alex Bennée <alex@bennee.com>
2014-05-04* mu4e: don't add rogue \n where re-editingdjcb
2014-04-27* mu4e: add fallback for `delete-all-overlays'djcb
2014-04-27* make mu4e-view-url-regexp a public variabledjcb
thus, users can more easily experiment with this
2014-04-27* don't mark the mail-header-separator as read-onlydjcb
this seems to cause problems in some cases, where message-mode apparently requires the text to be writable.
2014-04-27* fix unit test after thread-sorting change (fixes #413)djcb
2014-04-14* bump version to 0.9.9.6pre30.9.9.6pre3djcb
2014-04-06* Merge branch 'master' of github.com:djcb/mudjcb
2014-04-06* mu4e: update the contact-rewriting code a bit:djcb
- make the default nil rather than a dummy (identity) function, for speed - don't use 'canonical' but the 'rewrite' which is a bit more general
2014-03-30Merge pull request #406 from thierryvolpiatto/masterDirk-Jan C. Binnema
* mu4e/mu4e-compose.el (mu4e-sent-handler): Honour `message-kill-buffer-...
2014-03-28* mu4e/mu4e-compose.el (mu4e-sent-handler): Honour ↵Thierry Volpiatto
`message-kill-buffer-on-exit'.
2014-03-28fixes #383joost
2014-03-28solves #383joost
2014-03-26Merge pull request #404 from thierryvolpiatto/masterDirk-Jan C. Binnema
* mu4e/mu4e-contrib.el (mu4e-view-bookmark-make-record): Fix, using last...
2014-03-25* mu4e/mu4e-contrib.el (mu4e-view-bookmark-make-record): Fix, using ↵Thierry Volpiatto
last-query doesn't work when the query contain a date query.
2014-03-24Merge pull request #403 from thierryvolpiatto/masterDirk-Jan C. Binnema
* mu4e: format regions quoted with `message-mark-inserted-region'