Commit Graph

1606 Commits

Author SHA1 Message Date
djcb c344fe2356 * mm: support limited search 's' and full search 'S' 2011-12-07 08:50:03 +02:00
djcb 50ff744d36 * guile: export functions from stats.scm 2011-12-07 08:21:14 +02:00
djcb e847ab9ca2 * mm-view.el: fix saving of attachments 2011-12-07 08:19:33 +02:00
djcb 7fafc5288f * mm.el: move main view stuff to mm-main.nl, add defvar for search limit 2011-12-07 08:18:47 +02:00
djcb 8bc4d3c113 * <many>: add possibility to limit max number of search results 2011-12-07 08:15:48 +02:00
djcb df35498e13 * split main view into mm-mail.el 2011-12-04 23:49:15 +02:00
djcb 8823edeed7 * mm: update main view, added bookmark support 2011-12-03 14:22:30 +02:00
djcb fe3449cec5 * add missing scheme file 2011-12-01 21:33:13 +02:00
djcb 5b1c00d330 * misc changes 2011-12-01 21:32:48 +02:00
djcb f79ca6c89a * update gitignore 2011-12-01 21:30:26 +02:00
djcb ce332dad25 * update build system 2011-12-01 21:30:16 +02:00
djcb c93700a568 * update documentation 2011-12-01 21:30:02 +02:00
djcb b4680817d8 * add support for mime:, file: and embed: searches 2011-12-01 21:23:13 +02:00
djcb 5834c62d32 * mm: add org-contacts support and some documentation 2011-12-01 21:21:29 +02:00
djcb 57e3ae19d8 * add unit tests for the mime, attachment contents searching; they even pass 2011-12-01 21:18:56 +02:00
djcb 6b417bc947 * remove the mua toy emacs ui -- the action now happens in 'mm' 2011-12-01 21:18:11 +02:00
djcb 1a3fc04e17 * move guile bindings from libmuguile, toys to src/guile:
- don't build a special 'muile' binary anymore, but build as module for
    normal guile
  - remove toys muile / procmule (latter may return at some time)
  - bug fixes
  - however, this is still WIP
2011-12-01 21:17:23 +02:00
djcb c52dfccd7c * cosmetics 2011-11-27 16:24:55 +02:00
djcb 2b5b2f8262 * mu-query.cc: fix behaviour of empty queries 2011-11-27 16:23:46 +02:00
djcb ce686d76d2 * mm: add pipe-message support, inspect-with-guile support (WIP) 2011-11-27 16:23:14 +02:00
djcb 372a819d8a * mu-stats.scm: add beginning of gnuplot support 2011-11-27 16:22:16 +02:00
djcb dce908cf93 * cosmetics 2011-11-27 16:21:49 +02:00
djcb ebb3df2e2b * tests/Makefile.am: add new test e-mails to makefile 2011-11-27 16:21:20 +02:00
djcb 2d799d8b60 * up mu-msg-fields.c -- update the Maildir type to *not* be boolean, so
wildcards work
2011-11-27 16:20:57 +02:00
djcb ab4ef80ecb * update test cases 2011-11-27 16:19:50 +02:00
djcb 30bfeb2f6c * update mm 2011-11-24 00:15:34 +02:00
djcb 88dac0fc62 * update test cases 2011-11-24 00:15:21 +02:00
djcb ab0a1f4b82 * doc updates 2011-11-24 00:15:01 +02:00
djcb a5a9b995e0 * mu-cmd-server.c: code cleanup for make cc10/line33 2011-11-24 00:14:46 +02:00
djcb 7956bafbe8 * mu-msg-priv.h: export some function dealing with mime parts 2011-11-24 00:13:17 +02:00
djcb c9f72ba3c7 * fix searching for strings with spaces (e.g. maildir:"sent items") 2011-11-24 00:12:29 +02:00
djcb cc6738c195 * add indexing/searching for text-based mime parts 2011-11-24 00:11:45 +02:00
djcb 5ac9693681 * mu-msg-fields.[ch]: add fields for searching text attachments (attach:), and
MIME content types (mime:); searching for attachment file names now goes
  with file:.
2011-11-24 00:10:37 +02:00
djcb 69ee855b88 * mm: add raw view 2011-11-20 10:31:38 +02:00
djcb 9c7d990422 * mu-config.c: expand --maildir arguments 2011-11-20 01:26:32 +02:00
djcb 7efb577279 * improve thread information, allow for better display in mm 2011-11-20 01:20:38 +02:00
djcb 838044dfad * mm-hdrs.el: store thread info when adding headers, so it can be retrieved
with (:update ...) messages
2011-11-20 01:19:07 +02:00
djcb e0ed00f8e0 * mm-view.el, mm.el: view attachment size in view buffer, re-factor display size 2011-11-20 01:18:12 +02:00
djcb dc7b713c48 * mu extract: display size of mime parts
(updates in mu-cmd-extract.c, mu-msg-part.[ch])
2011-11-18 12:20:42 +02:00
djcb ff4ca20a6f * cosmetics 2011-11-13 12:49:24 +02:00
djcb 9e2b8a69aa * mu-msg-file.c: attachment handling cleanup + fix for content-disposition in UPPERCASE 2011-11-13 12:48:40 +02:00
djcb c6685a9d8c * mu-str.c: minor cleanup 2011-11-13 12:47:28 +02:00
djcb 1f0517429b * add test cases for RFC822 attachments, maildirs with spaces in name (do not
pass...)
2011-11-13 12:46:55 +02:00
djcb b4c32a53b7 * mm updates 2011-11-13 12:44:54 +02:00
djcb 38bd3e5fce * update date in mu-add, mu-remove manpages 2011-11-13 12:44:38 +02:00
djcb d93186e0e3 * <many> add support for searching attachment mime-types
- updated manpages
  - some cleanups

  Note, requires a --rebuild
2011-11-11 09:13:35 +02:00
djcb 0abe2e307a * mm-hdrs.el: show target folder using overlay 2011-11-10 19:29:15 +02:00
djcb 7a4ad0bc0b * mm updates 2011-11-09 08:55:39 +02:00
djcb bebcf53d3b * mm updates 2011-11-09 08:35:24 +02:00
djcb b684dbc06c * mm: version check (WIP) 2011-11-09 08:35:10 +02:00