index
:
mu.git
master
release/1.10
release/1.12
release/1.4.x
release/1.6
release/1.8
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
mu-msg.c
Age
Commit message (
Expand
)
Author
2019-02-18
mu: don't include text attachments as part of body
djcb
2017-07-30
Support gmime 3.0
Yuri D'Elia
2017-06-24
mu: fix some compiler warnings
djcb
2017-01-31
Respect format=flowed and delsp=yes for viewing plain-text messages
Stig Brautaset
2017-01-14
mu: add 'tickle' command, for renaming messages
djcb
2016-12-11
mu: fix some compiler warnings
djcb
2016-11-15
mu: include text-part attachments in body
djcb
2015-12-15
mu: decode mailing-list headers
djcb
2015-04-22
mu: don't use __FUNCTION__, use __func__
djcb
2013-06-24
* cosmetics
djcb
2013-05-25
* lib: make renaming messages upon moving them optional
djcb
2013-05-22
* typo
djcb
2013-05-13
* some cleanups
djcb
2013-04-18
* mu: fix some valgrind reports
djcb
2013-04-07
* mu-msg: initialize potentially uninitialized var
djcb
2013-03-30
* update copyright years
djcb
2012-12-28
* fix broken references: don't comma-separate
djcb
2012-12-27
* make sure tags are store in the database; this prevents reading the message
djcb
2012-12-20
* lib/: add support for getting mailing lists
djcb
2012-09-19
* lib: for sorting dates, use the strings as recorded in Xapian, rather than
djcb
2012-09-17
* cosmetics
djcb
2012-09-12
* mu-msg.c: return NULL rather than "" if there is no body (get_body)
djcb
2012-08-11
* fix leak in mu_msg_get_header
djcb
2012-08-11
* fix leak in mu-msg-doc
djcb
2012-08-09
* lib: cleanup mu_msg_get_body_(html|text) (WIP)
djcb
2012-08-08
* lib: cleanups: remove mu-msg-cache (WIP)
djcb
2012-08-01
* updates for mu-msg-part changes
djcb
2012-07-27
* crypto: implement automagic decryption when so requested
djcb
2012-07-16
* refactor mu_msg_(un)load_msg_file from various versions
djcb
2012-07-10
* guile: add mu:timestamp accessor to <mu:message>, implement it
djcb
2012-06-15
* mu-msg.c: improved case-insensitive sorting function
djcb
2012-06-13
* cosmetic
djcb
2012-06-01
* optionally ignore invalid (unknown) message flag letters, update callers
djcb
2012-05-21
* refactoring: split src/ into mu/ and lib/
djcb