Commit Graph

3343 Commits

Author SHA1 Message Date
f79170ac6c * cosmetics 2013-12-18 23:51:12 -08:00
f859c443cc Merge pull request #326 from DamienCassou/dialog-to-save-attachments
* better dialog to save attachments.
2013-12-18 23:48:47 -08:00
620d9dc713 Merge pull request #328 from robstewart57/patch-1
* update mu4e.texi for Fedora command
2013-12-18 23:46:21 -08:00
bee1e65efb Update mu4e.texi for Fedora command
The currently pescribed installation for webkitgtk3-devel on Fedora is:

    sudo apt-get install webkitgtk3-devel

Instead, it should be:

    sudo yum install webkitgtk3-devel
2013-12-17 22:40:30 +00:00
66a078b513 * toys/mug: fix compilation with gtk+ 3.10+ 2013-12-16 22:00:04 -08:00
bfda09028b * mu4e: fix byte-compiler warning 2013-12-16 21:59:47 -08:00
3c6b51cadb Merge pull request #312 from jschwab/jws/open-multiple-links
* add ability to specify range of URLs to visit
2013-12-16 21:51:26 -08:00
6e790ba610 Better dialog to save attachments.
This commit replaces the call to `read-directory-name' by a call to
`read-file-name' when asking the user about the target location for
saving an attachment. This new dialog is better suited because:

1/ the user is currently saving a file, not a directory: he might want
   to complete over existing files (e.g., to replace an existing file
   with a new one just received).

2/ the current dialog was asking for a directory but then, if the user
   enters a directory, mu4e proposes him to "override" the directory
   with a file. This is not going to work obviously. In the new dialog,
   it is also possible to enter a directory name instead of a file name.
   In this case, a new file is created under the chosen directory name.
2013-12-10 14:54:42 +01:00
b44be2fcd8 * mu4e: add note about Inconsolata to Tips & Trips (thanks to mistrey) 2013-12-01 21:09:38 +02:00
6645a8a595 * merge branch 'master' of github.com:djcb/mu 2013-12-01 20:43:22 +02:00
e0e0c0c3ac * mu-cmd-server: set default to 500 results (thanks to Frank Terbeck) 2013-12-01 20:40:06 +02:00
3737694000 * mu4e: fix warning 2013-12-01 20:39:21 +02:00
7ea586a59a Merge pull request #322 from uu1101/keep-basename-inside-maildir
* mu-proc: Don't rename when moving inside a Maildir
2013-12-01 10:26:31 -08:00
e7382f9af2 * merge branch 'master' of github.com:djcb/mu 2013-12-01 20:22:03 +02:00
0364433cc1 * minor 2013-12-01 20:21:44 +02:00
4181a2b64b Merge pull request #323 from uu1101/configurable-lispdir
* mu4e/Makefile: allow configuring the lispdir
2013-12-01 10:19:08 -08:00
4eea81b57a * mu-proc: Don't rename when moving inside a Maildir
`mbsync' expects messages moving inside a Maildir (from `new' to `cur',
for example) to mantain its basename.
2013-12-01 01:37:51 +01:00
44cc0bdd27 * mu4e/Makefile: allow configuring the lispdir
`lispdir` is no longer hardcoded in the Makefile.

Users can set the desired `lispdir` at configure time, with `./configure
--with-lispdir='...'`; or at install time with `make lispdir='...' install`.

The default install path is the folder `mu4e/` inside whatever AM_PATH_LISP
finds, which is probably what the original default intended.

This change fixes #320.
2013-12-01 01:36:18 +01:00
4d45b8b54c * mu4e: small doc updates 2013-11-19 07:44:18 +02:00
980f786ae3 Merge pull request #305 from tmalsburg/master
* mu4e: update window stays inside mu4e boundaries
2013-11-16 06:26:41 -08:00
2fb87ed007 Merge pull request #308 from stsquad/more-git-fixes
* add mu4e-action-git-apply-mbox, and improve last-dir handling
2013-11-16 06:22:46 -08:00
2e433ebfb4 Add ability to specify range of URLs to visit
* mu4e/mu4e-view.el (mu4e-view-go-to-url): Add the ability to visit
  multiple URLs by specifying a numeric range.
* mu4e/mu4e.texi (The message view: Keybindings): Document ability to
  visit multiple URLs.

`mu4e-view-go-to-url' now behaves like `mu4e-view-save-attachment'. You
can specify multiple URLs to visit at once by prefixing the visit
command by <C-u>; so C-u g asks you for a range of URLs to visit (for
example, 1 3-6 8). The range "‘a’" is a shortcut for all URLs.
2013-11-13 18:22:01 -08:00
c03c14d52d mu4e-actions.el: add mu4e-action-git-apply-mbox example
Apply patch is useful when you might want to change the patch. However
for reviews you may well just want stuff applied directly to the
commit history.
2013-10-25 12:09:26 +01:00
64d348c07e mu4e-actions.el: better last dir handling for mu4e-action-git-apply-patch
add-to-list does pre-pend an element to a list by default, but only if
it isn't in there already. This change ensures the path we have just
added is always the first in the list. This makes sense when applying
a series of patches by hand.
2013-10-25 12:08:00 +01:00
162619f6c9 * mu4e: don't error out on parts without mime-type 2013-10-23 21:34:10 +03:00
44e92305e3 * mu4e: make sure the sent-hook is only defined as *local* in mu4e-compose 2013-10-22 20:34:43 +03:00
86aafa7fe0 * mu4e: don't error out if no empty lines are found 2013-10-21 23:17:35 +03:00
447a15e9bf mu4e: update window stays inside mu4e boundaries 2013-10-21 11:04:52 +02:00
9ddb7510b9 * mu: initialize randomness in mu-cmd-server 2013-10-20 16:57:00 +03:00
c171a61827 * mu4e: run mu4e-view-mode only when the marked-as-read message is received 2013-10-20 16:55:36 +03:00
9c8101d949 * mu4e: centralize some of the fontification code; cleanup signature support 2013-10-20 15:41:47 +03:00
55d6057dac * mu4e: some more work on the updating process 2013-10-19 16:36:17 +03:00
1fca0be451 * mu4e: some improvements in the update-mail window behaviour (wip) 2013-10-19 13:32:01 +03:00
a92bc970c8 * mu4e: fix faces in the mu4e-main 2013-10-19 13:26:09 +03:00
2df31c8a71 * mu4e: restore the old update-buffer behaviour 2013-10-19 12:39:40 +03:00
33b5844568 Merge pull request #300 from thierryvolpiatto/master
* fix empty buffer when replying and prevent user calling a new update when one is already running.
2013-10-19 02:12:30 -07:00
b6dee495f4 * mu4e-draft: small faces update 2013-10-19 12:07:37 +03:00
8669fd86a7 * mu4e: small improvement in mu4e-headers-found-hook defcustom 2013-10-19 12:06:04 +03:00
b53d2ec0c2 * mu4e: make the faces a bit more generic 2013-10-19 12:05:05 +03:00
852ac46789 * mu4e: allow mu4e-html2text-command to be a function (thanks to tmalsburg) 2013-10-19 11:45:30 +03:00
aa7592d1c3 * mu4e/mu4e-compose.el (mu4e~compose-handler): Wait buffer setup before calling mu4e-compose-mode. 2013-10-17 15:15:14 +02:00
78ffccfb2d * mu4e/mu4e-utils.el (mu4e-update-mail-and-index): Don't run a new process if one is already running. 2013-10-16 15:08:12 +02:00
0e1efc8f5d Merge remote-tracking branch 'refs/remotes/upstream/master'
Conflicts:
	mu4e/mu4e-headers.el
2013-10-16 08:29:15 +02:00
65fd009636 * mu4e/mu4e-headers.el (mu4e-headers-mode): Fix typo. 2013-10-15 15:08:11 +02:00
e1a6461522 * mu4e: fix typo 2013-10-14 22:51:24 +03:00
feec45a670 * minor 2013-10-14 22:44:28 +03:00
dd83c235cb guile: minor updates 2013-10-14 22:44:11 +03:00
020a13dbd4 * cosmetics 2013-10-14 22:43:56 +03:00
cf4c658223 * mu4e: don't list footers as attachments 2013-10-14 22:42:58 +03:00
b92e2d20fd * mu4e: fix some minor things in the main page 2013-10-14 22:30:29 +03:00