diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-06 07:30:00 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-08 12:25:15 +0800 |
commit | 64388b6b828c49827dad1159dac1482cc9840650 (patch) | |
tree | e6f6bc3e6bc0238516dec52caa293accd295c51a /doc | |
parent | c5313b3614bbcb912b4a81a1ffe75911b60ad580 (diff) | |
download | gsoc2013-evolution-64388b6b828c49827dad1159dac1482cc9840650.tar.gz gsoc2013-evolution-64388b6b828c49827dad1159dac1482cc9840650.tar.zst gsoc2013-evolution-64388b6b828c49827dad1159dac1482cc9840650.zip |
Add e_mail_part_headers_ref_print_model().
Returns a GtkTreeModel of header names and values and visibility flags,
built from the CamelMimeMessage. The tree model rows can be reordered
and toggled prior to printing.
Also add e_mail_part_headers_is_default() as a handy helper.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt b/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt index 2d2957e246..2d344cf9aa 100644 --- a/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt +++ b/doc/reference/evolution-mail-formatter/evolution-mail-formatter-sections.txt @@ -326,9 +326,12 @@ EMailPartAttachmentBarPrivate <TITLE>EMailPartHeaders</TITLE> E_MAIL_PART_HEADERS_MIME_TYPE EMailPartHeaders +EMailPartHeadersPrintModelColumns e_mail_part_headers_new e_mail_part_headers_dup_default_headers e_mail_part_headers_set_default_headers +e_mail_part_headers_is_default +e_mail_part_headers_ref_print_model <SUBSECTION Standard> E_MAIL_PART_HEADERS E_IS_MAIL_PART_HEADERS |