Commit Graph

16 Commits

Author SHA1 Message Date
606f4be74b guile: Fix the mu:body message method
Somewhere along the way, the body-txt and body-html fields were merged
into a single body field. Later, commit 8eac392221 ("guile: re-enable
the guile support") finally removed support for Field::Id::BodyHtml from
mu:c:get-field.

Unfortunately mu.scm and the documentation are still stuck in the past, so
update them. mu:body-txt is now a synonym for mu:body, and mu:body-html
always returns #f.

I wanted to add a mu:body test also for the rfc822.1 message, but there's
currently a bug where its body text is is duplicated (issue #2802), so the
test would fail.
2025-01-04 20:51:14 -03:00
739f020764 Update calls to mu:get-parts after name change
In commit 8e3fbe380e mu:get-parts was renamed to mu:c:get-parts but
get-parts method was not updated. Fix it.
2016-03-05 18:55:14 +01:00
47a63d2e8b * cosmetics 2013-06-09 12:11:32 +03:00
855e81db99 * update copyright years 2013-03-30 11:32:07 +02:00
bc90df6c53 * cosmetics / minor 2012-10-23 20:29:24 +03:00
543f4a1926 * guile: some more improvements 2012-07-15 12:44:52 +03:00
cf9c6ce731 * guile: prevent byte-compilation warnings 2012-07-14 15:51:59 +03:00
8abe211a58 * guile: make sure the examples still work 2012-07-14 12:46:42 +03:00
8e3fbe380e * guile: some general improvements / cleanups in module loading, object
visibilty. turn some integers (such as message priority, log level, contact
  type) into symbols.
2012-07-14 12:32:15 +03:00
be8d97f11e * guile - updates in most guile modules 2012-01-13 00:49:30 +02:00
9d60da9a20 * mu-guile: shuffled functionality around a bit, and fixed a few bugs (WIP) 2012-01-05 00:08:27 +02:00
26a2f17bca minor guile fixes 2012-01-01 22:47:03 +02:00
46e002a4fa * guile cleanup/overhaul (WIP) 2012-01-01 18:17:29 +02:00
4ea353d6da * fix mu-guile installation paths, remove mu-guile-log.* 2011-12-30 15:39:10 +02:00
b5e2f1c14a * guile support cleanup (WIP) 2011-12-30 12:36:59 +02:00
8b39c69c89 * some code re-arrangement: src/guile-> guile, toys/mm -> emacs 2011-12-13 08:03:19 +02:00