Commit Graph

3005 Commits

Author SHA1 Message Date
djcb 9489370eb9 * mu: mu-config: fix small leak 2013-04-17 00:07:53 +03:00
djcb 8c0b7eb92a * mu-msg-part: don't free wrapper, we don't own it 2013-04-17 00:07:05 +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 2f680b79d0 * update NEWS 2013-04-09 22:01:49 +03:00
djcb 7c53aa327c * mu: handle addresses thay go beyond xapian's max term length (fixes issue #183)
(we truncate them)
2013-04-09 22:01:36 +03:00
djcb 3dc98724b3 * mu: provide fake-msgids for messages without; this fixes the problem where e.g. draft messages
were not visible when using --include-related
2013-04-09 21:20:25 +03:00
djcb 21a216acd2 * cosmetic 2013-04-07 16:05:10 +03:00
djcb 26b184c710 * mu-store-priv: when rebuilding, remove the contacts-cache file, too 2013-04-07 16:04:49 +03:00
djcb f19500a1eb * mu-str: fix potential leak 2013-04-07 16:04:20 +03:00
djcb a8489dc048 * mu-msg: initialize potentially uninitialized var 2013-04-07 16:04:00 +03:00
djcb 4cfeb201af * mu-contacts: convert the domain part of ascii-domains to lowercase 2013-04-07 16:03:25 +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 bde5f78091 * update webpage 2013-03-30 14:16:38 +02:00
djcb e95ad28f38 * update NEWS 2013-03-30 11:51:21 +02:00
djcb 1f24e224a9 * more more copyright year updates 2013-03-30 11:38:01 +02:00
djcb 855e81db99 * update copyright years 2013-03-30 11:32:07 +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 6c464473d9 * guile: cmd-script: advertize --verbose 2013-03-30 11:09:22 +02:00
djcb 5f6c8566f7 * mu4e: add small note to mu4e-lists.el 2013-03-22 22:22:05 +02:00
djcb f3c6bb8985 * merge branch 'master' of github.com:djcb/mu 2013-03-22 08:02:50 +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
Dirk-Jan C. Binnema 0f7938083f Merge pull request #171 from pygatea/master
* allow passing extra options to gnuplot in mu:plot-histogram
2013-03-19 11:10:36 -07:00
djcb 811712e1ef * mu-script: use <muhome>/scripts for user-scripts, not <muhome>/scripts/stats 2013-03-19 20:03:21 +02:00
D. LoBraico dc640728a3 * mu-guile: resets default term to wxt (accidentally changed to qt) 2013-03-18 17:46:21 -05:00
D. LoBraico 931a144387 * mu-guile: allow passing extra options to gnuplot in mu:plot-histogram 2013-03-18 17:45:11 -05:00
Dirk-Jan C. Binnema 85f0064fea Merge pull request #169 from tmalsburg/master
* fix for issue #153 where flagging messages cause message view to open when it shouldn't.
2013-03-17 13:11:18 -07: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 fdcd9bde24 * small updates for mu.1 manpage 2013-03-17 19:46:40 +02: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
djcb 1abb497104 * toys/mug: remove gtk2 compat code, small cleanups 2013-03-17 16:38:16 +02:00
djcb 06e5559b19 * toys/mug: mu-msg-header-view: use GtkGrid instead of GtkTable 2013-03-17 16:25:10 +02:00
djcb 8c55858499 * toys/mug: mu-msg-view: add separator 2013-03-17 16:24:38 +02:00
djcb 32e3facd93 * mug.c: remove gtk2 compat code 2013-03-17 16:23:15 +02:00
djcb 4098fe5268 * minor 2013-03-17 16:22:54 +02:00
djcb cfb4db1a9b * configure.ac: remove gtk+2 support (only gtk+3) 2013-03-17 16:19:53 +02:00
Nicolas Avrutin 97a67c7ac8 Merge branch 'recursive_maildirs' of https://github.com/nicolasavru/mu into recursive_maildirs
rebase to master
2013-03-17 09:35:25 -04:00
Nicolas Avrutin 0fa6a92bb3 support recursive maildirs 2013-03-17 09:34:48 -04:00
djcb 84477bc88a * configure.ac: fix gtk2/3 test 2013-03-17 14:08:47 +02:00
djcb 22a30bf30b * mu: allow for searching the mailing-list field (list:/v:) 2013-03-17 12:20:10 +02: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