Commit Graph

102 Commits

Author SHA1 Message Date
djcb 257374076c * mu4e: support autocompletion when choosing file/dir for saving attachments 2012-09-18 21:25:28 +03:00
djcb 7cb695b787 * mu4e: cleanup wrapping / hiding citations in view:
- use longlines mode (no need for filladapt, my own functions)
  - make mu4e-view-wrap-lines, mu4e-view-hide-cited obsolete; use a hook
    instead
  - update docs
2012-09-16 22:34:11 +03:00
djcb f41dfd3ba5 * cosmetic 2012-09-16 21:47:02 +03:00
djcb 6956e6e26c * mu4e: mu4e-headers: use purecopy, and mimic tabulated-list-mode a bit more closely 2012-09-16 21:46:47 +03:00
djcb 2a0858b349 * mu4e-headers: improve 'fancy' chars a bit 2012-09-15 23:20:34 +03:00
djcb a5ce16cc64 * mu4e.texi: don't use @var, it spits out uppercase :/ -- use @code 2012-09-15 23:20:10 +03:00
djcb f5ee44fa81 * mu4e: some (micro)optimizations, code cleanups 2012-09-15 21:10:46 +03:00
djcb 5a9b867ca8 * mu4e: support the :size field in headers, message view 2012-09-15 18:24:03 +03:00
djcb 0844984095 * mu4e: improve version checks, startup handling 2012-09-15 18:04:39 +03:00
djcb c724a457ac * mu4e: improve docs 2012-09-13 22:58:13 +03:00
djcb c19b38654b * mu4e: document crypto support 2012-09-13 21:12:38 +03:00
djcb ac1d1b2ed8 * cosmetics 2012-09-13 21:12:12 +03:00
djcb 53cf08baf8 * mu4e/crypto: support mu4e-decryption-policy 2012-09-13 21:10:27 +03:00
djcb f9e14d72b4 * mu4e: only use user-error if it exists (i.e.., emacs trunk); otherwise
user (error..)

  it'd be nice to have something like user-error in emacs 24, 23, i.e., like
  error but without triggering the debugger
2012-09-11 22:47:58 +03:00
djcb 07eb3a7515 * mu4e: docstring improved even more 2012-09-11 12:55:22 +03:00
djcb df0105cc8c * mu4e: improved docstring for mu4e-index-updated-hook 2012-09-11 12:50:59 +03:00
djcb ef3a8f832d * mu4e: add mu4e-index-updated-hook, triggered when the indexing process did
any updates. This can be used e.g. to get some notification when there is
  new mail. It imperfect though; see the docstring and the entry in the mu4e faq.
2012-09-11 11:58:00 +03:00
djcb f3808b26fb * mu4e: update documentation 2012-09-09 13:17:28 +03:00
djcb ca3f491ff6 * mu4e: support '/' as well to choose a maildir from the full set 2012-09-09 13:17:09 +03:00
djcb 66e89e75fe * mu4e: explicitly set value for mail-header-separator (to prevent user misconfiguration) 2012-09-09 13:16:19 +03:00
Ryan C. Thompson 9c955763bc Add and fix up type declarations for custom variables 2012-09-08 01:17:43 -07:00
djcb ab17f384bf * mu4e: give user more info in mu4e-message, but attempt not to disrupt input 2012-09-07 10:46:49 +03:00
djcb e342f9a5c4 * mu4e: use (user-error ..), not (error ..) for user errors 2012-09-06 10:33:53 +03:00
djcb 4508417e34 * mu4e-view.el: be a bit smarter about inline attachments 2012-09-06 10:20:51 +03:00
djcb cf143667e8 * cosmetics 2012-09-05 01:23:00 +03:00
djcb 0bd47871e8 * mu4e: don't require org directly 2012-09-03 11:15:27 +03:00
djcb ace830f284 * mu4e: small fix 2012-09-03 10:29:34 +03:00
djcb 804f2b5cd5 * mu4e: better error when entering invalid attachment number 2012-09-03 00:35:39 +03:00
djcb f61784b4ff * mu4e-vars: add a bit more documentation to `mu4e-compose-complete-only-personal' 2012-09-01 20:06:24 +03:00
djcb 9ff50258cd * mu4e-view: use 'verified', not 'ok' when the signature is verified 2012-09-01 20:05:55 +03:00
djcb c8065a0e1b * mu4e: show 'C' in first line of main page to indicate crypto support 2012-09-01 20:05:17 +03:00
djcb 90290a132c * mu4e: improve mu4e-action-view-in-browser 2012-08-30 12:54:26 +03:00
djcb ed516d54d7 * mu4e: improve `mu4e-compose-pre-hook', document it 2012-08-29 18:00:23 +03:00
djcb c17d3911bd * mu4e: add mu4e-compose-pre-hook (WIP, experimental etc.) 2012-08-28 18:57:31 +03:00
djcb 45ad1c4916 * mu4e-utils: minor 2012-08-28 12:11:34 +03:00
djcb 97196b9c54 * mu4e: s/mu4e-headers-use-fancy-chars/mu4e-use-fancy-chars/ and use it for
the arrows in header mode as well
2012-08-28 12:10:56 +03:00
djcb 75c182f5c9 * mu4e: workaround (hack) for org-mu4e bytecompilation (don't require org-exp) 2012-08-27 22:07:12 +03:00
djcb 7623680a60 * mu4e: set mu4e-get-mail-command to "true" (default), so it will still work
even if users don't have an actual get-mail command.
2012-08-27 19:02:06 +03:00
Dirk-Jan C. Binnema 6924e008d0 Merge pull request #56 from ruediger/passwd
* mu4e: ask for password only when used interactively, detect if buffer is nil
2012-08-27 08:09:04 -07:00
djcb 6f9621ce3f * mu4e: use defsubst for mu4e~proc-eat-sexp-from-buf 2012-08-27 18:06:27 +03:00
djcb f1b1abd334 * cosmetic 2012-08-27 18:05:31 +03:00
djcb 9c493a017a * mu4e: experimental support for fancy (non-ascii) characters for flags and
thread prefixes. Based on idea by Niv Sardi (xaiki)
2012-08-27 18:04:58 +03:00
Rüdiger Sonderfeld 31db80e487 mu4e-utils: In process filter detect if buffer is nil.
If `mu4e-update-mail' is called with BUF set to nil then the messages
should be discarded.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2012-08-27 13:48:25 +02:00
Rüdiger Sonderfeld 0897246cf6 mu4e-utils: Only ask for pwd if the update process is called interactively.
Adds a new optional parameter INTERACTIVE to `mu4e-update-mail' which
is passed as a process property (`process-put') to the filter
function.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2012-08-27 13:43:42 +02:00
Dirk-Jan C. Binnema 354f77e41d Merge pull request #53 from ruediger/passwd
* mu4e-utils: detect if update process asks for a password, and let user provide it
2012-08-26 14:17:58 -07:00
djcb 6f19449856 * mu4e: always put images (inline or attachment) in the list of attachments 2012-08-26 23:51:31 +03:00
djcb a2b57b32d2 * mu4e: much faster mu4e-get-maildirs 2012-08-26 22:07:09 +03:00
djcb f1c1fc15e3 * mu4e-view: fix mu4e-view-wrap-lines, mu4e-view-hide-cited 2012-08-26 12:22:29 +03:00
Rüdiger Sonderfeld b116c64fb8 mu4e-utils: Password query string as variable.
Added `mu4e~get-mail-ask-password' instead of a simply "Password: "
prompt.

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2012-08-25 13:16:54 +02:00
djcb 905a84b13a * mu4e: add `mu4e~get-dirs', to speed up getting a list of maildirs 2012-08-25 12:37:59 +03:00