Skip to content

Instantly share code, notes, and snippets.

@yeled
Created November 9, 2017 10:51
Show Gist options
  • Save yeled/e85034afae7ad690d7e332a5157aa477 to your computer and use it in GitHub Desktop.
Save yeled/e85034afae7ad690d7e332a5157aa477 to your computer and use it in GitHub Desktop.
use HTML as default in astroid
commit 1553d30965356c68c2fcaac99e2be0ad94d47675
Author: Charlie Allom <[email protected]>
Date: Thu Nov 9 10:42:52 2017 +0000
flip
---
src/chunk.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git src/chunk.hh src/chunk.hh
index 97fee4c..3ee3085 100644
--- src/chunk.hh
+++ src/chunk.hh
@@ -52,7 +52,7 @@ namespace Astroid {
{ "html" , g_mime_content_type_new ("text", "html") }
};
- GMimeContentType * preferred_type = viewable_types["plain"];
+ GMimeContentType * preferred_type = viewable_types["html"];
refptr<Crypto> crypt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment