9944a4fd62
mu4e: add custom variable for list of visible flags to display in headers view
2013-02-21 11:46:23 -08:00
55619550e9
mu4e: propertize parens around attachment size in message view
2013-02-21 11:11:03 -08:00
23dd3bb27e
mu4e: propertize the colon in view header keys
2013-02-21 10:52:58 -08:00
4e132ef74c
mu4e: small doc update
2013-02-21 10:47:03 -08:00
6fc99ad495
* mu4e: auto scroll down in the mail fetch window (thanks to chrisklaiber)
2013-02-17 17:32:12 +02:00
332554c2b0
* mu: update unit test (after more eager address matching)
2013-02-12 00:00:40 +02:00
ae28d22c30
* mu4e: make sure to define mu4e-view-mark-for-something (using the macro)
2013-02-11 23:49:39 +02:00
9d7648b9bc
* mu4e: small doc update
2013-02-11 23:40:49 +02:00
564d3a3cd7
* cosmetic
2013-02-11 23:40:26 +02:00
9f72602422
* merge branch 'master' of github.com:djcb/mu
2013-02-11 23:38:57 +02:00
a91b2438b5
* mu4e/mu4e.texi: add the Tips & Tricks chapter contributed by Joost Kremers
2013-02-11 23:38:14 +02:00
a6adde3f30
Merge pull request #137 from codemac/smtp
...
* mu4e: spelling fix for smtp-mail-queue-dir
2013-02-06 12:45:53 -08:00
c24b30984e
Spelling fix for smtp-mail-queue-dir
...
* mu4e/mu4e-main.el (mu4e~main-toggle-mail-sending-mode): correct
error message to say `smtpmail-queue-dir' instead of
`smtp-queue-dir'
Signed-off-by: jmickey <jmickey@netapp.com >
2013-02-06 10:44:55 -08:00
22e8ae76d7
* guile: add msgs-count script
2013-01-27 21:31:26 +02:00
d1a42504b2
* mu4e: surpress compilation warning
2013-01-26 10:58:24 +02:00
6522bbca62
* use mu4e-view-show-images, mu4e-headers-mark-custom
2013-01-26 10:57:53 +02:00
8256a403c5
* mu4e: use mu4e-view-show-images
2013-01-26 10:57:14 +02:00
e9db0df402
mu-sexp-convert: Fix conversion of elisp times.
...
Previously, the first element was used where the second should have been.
In essence, whereas the algorithm is T[0]<<16 & T[1], the code was previously performing T[0]<<16 & T[0].
The timestamp produced was therefore inaccurate by up to about 18 hours.
2013-01-23 17:22:21 -05:00
89c555d047
* minor
2013-01-13 22:50:07 +02:00
bb2b65220a
* for email address foo@bar.com, also save "foo" and "bar.com" so you can
...
search for them
2013-01-13 22:49:49 +02:00
f5f8d6de70
* mu_store_needs_upgrade --> mu_store_versions_match
2013-01-06 15:53:42 +02:00
e8f4f5976d
* some minor updates in mu-store version check
2013-01-06 12:40:49 +02:00
d60fd4bb47
* mu4e: fix mu4e~view-fontify-cited to not search too far ( fixes #127 )
2013-01-05 13:14:08 +02:00
70b20694af
* mu4e: try to go back to some mu4e buffer after message composition
2013-01-04 21:40:12 +02:00
9beed7042b
* mu-store-write.cc: fix handling of str_list fields during indexing (Abdo Roig-Maranges)
2013-01-04 21:10:39 +02:00
459f87d887
* mu4e.texi: add another refiling example
2013-01-03 23:08:57 +02:00
90929f9db8
* mu4e-headers.el: fix typo
2013-01-03 23:08:13 +02:00
c7671cd6f8
* update gitignore
2012-12-28 18:54:02 +02:00
b815f61216
* mu4e-proc: inform user when database needs upgrade
2012-12-28 18:53:45 +02:00
2163a691e9
* mu-find.1: mention the list: field
2012-12-28 15:34:00 +02:00
23f746d714
* mu4e: make mu4e-headers-mark-for-each-if a 'public' function (i.e.., s/mu4e~/mu4e-/)
2012-12-28 15:33:42 +02:00
d38fbccd47
* mu4e-draft.el: hopefully fix the references issue
2012-12-28 14:48:20 +02:00
70356a62f5
* mu-query/mu-msg-iter: when showing related message (--include-related),
...
favor the ones that were in the original set
2012-12-28 14:48:00 +02:00
a0d8d4f5da
* use Abdo's threading improvements
2012-12-28 12:50:29 +02:00
f176c025d3
* add references unit test
2012-12-28 12:50:02 +02:00
deb862a488
* fix broken references: don't comma-separate
2012-12-28 12:49:31 +02:00
8b89ff3c90
* mu4e-headers: fix typo
2012-12-27 20:33:50 +02:00
42879bb8ef
* minor
2012-12-27 20:23:08 +02:00
f7dab936c4
* minor
2012-12-27 16:28:50 +02:00
3d71c260ae
* mu4e: add include-related, skip-headers toggling support mu4e-headers,
...
document it.
2012-12-27 16:27:53 +02:00
e21c9802d5
* configure.ac: bump database schema version to trigger a database --rebuild
2012-12-27 16:00:53 +02:00
12f307c1b3
* mu-query: no need for sorting the first query when we do the sorting later
2012-12-27 16:00:13 +02:00
cfda1932bc
* test-mu-threads: fix unit test (explicitly ask for thread info)
2012-12-27 15:59:38 +02:00
3d875307e2
* mu-msg-iter: temporarily disable skipping duplicates when threading
...
(we need thread-info for all duplicates too, since we do not know which one
will end up in the final result set)
2012-12-27 15:59:15 +02:00
5310930ab8
* make sure tags are store in the database; this prevents reading the message
...
file when getting headers
2012-12-27 15:57:17 +02:00
05b04bdaed
* mu-msg-iter.cc: don't skip dups on when threading
...
(due to sorting, we do not know if the same message are 'dup' or 'original'
in the final results, so we need to calculate threading info for both)
2012-12-27 12:07:43 +02:00
afc1258c10
* updates for MU_QUERY_FLAG_THREADS in mu_query_run users
2012-12-27 11:09:37 +02:00
c6a4e8f9ad
* mu-query: re-introduce MU_QUERY_FLAG_THREADS, and only calculate threads for
...
the _second_ query when doing an --include-related query
2012-12-27 11:09:05 +02:00
99f473945e
* mu-msg-iter: re-introduce MU_MSG_ITER_FLAG_THREADS, and special-case queries
...
with thread support
2012-12-27 11:07:52 +02:00
11f99933b5
* documentation update
2012-12-26 13:04:27 +02:00