summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-22 22:28:48 -0500
committerJune McEnroe <june@causal.agency>2019-12-22 22:28:48 -0500
commitdcd2752a4155f3c3476d36795ff301b77ebe09c2 (patch)
treeaf8f5783bd864456dc422f2db57f4e0a3bbc445c
parentQuote user, pass and mailbox (diff)
downloadimbox-dcd2752a4155f3c3476d36795ff301b77ebe09c2.tar.gz
imbox-dcd2752a4155f3c3476d36795ff301b77ebe09c2.zip
Add CAVEAT about expecting plain-text
-rw-r--r--imbox.17
1 files changed, 6 insertions, 1 deletions
diff --git a/imbox.1 b/imbox.1
index f3a5905..3510a74 100644
--- a/imbox.1
+++ b/imbox.1
@@ -1,4 +1,4 @@
-.Dd December 21, 2019
+.Dd December 22, 2019
 .Dt IMBOX 1
 .Os
 .
@@ -130,6 +130,11 @@ imbox -T list@example.org june@causal.agency | git am
 .Sh AUTHORS
 .An June Bug Aq Mt june@causal.agency
 .
+.Sh CAVEATS
+The
+.Nm
+utility only expects to deal with plain-text messages.
+.
 .Sh BUGS
 Send mail to
 .Aq Mt june@causal.agency
href='/scooper/commit/html.c?h=1.3&id=ca9729fe214ee2166659dc4e8ddaf2013358d311&follow=1'>Use nick for color if user is "*" 1.1June McEnroe Not accurate but better than all nicks being the same color in imported logs. 2020-08-23Use DESTDIR in install 1.0June McEnroe 2020-08-23Add catsit example to READMEJune McEnroe 2020-08-23Update litterbox version rangeJune McEnroe 2020-08-19Set a database busy timeoutJune McEnroe 2020-07-29Add Linux supportJune McEnroe Static linking on Linux (even with musl-gcc) is just too much of a pain. People more dedicated than I am can figure it out themselves. Or how to properly sandbox this without a chroot. 2020-07-29Remove unused prevEventJune McEnroe 2020-07-23Rewrite configure scriptJune McEnroe 2020-07-21Add OpenBSD instructionsJune McEnroe 2020-07-21Use a .pc file to configureJune McEnroe 2020-07-19Filter networks with only private contexts from recents as wellJune McEnroe 2020-07-18Specify litterbox version in readmeJune McEnroe 2020-07-18Reverse order of X macro parameters for pages and keysJune McEnroe 2020-07-18Remove kcgi 0.11 compatibilityJune McEnroe 2020-07-17Filter networks with only private contextsJune McEnroe 2020-07-17Add export optionJune McEnroe Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. 2020-07-17Add margin to inputsJune McEnroe Seems that only Safari provides any margins on form elements by default. 2020-07-16Don't write null terminator in stylesheet responseJune McEnroe 2020-07-16Remove sudo from make installJune McEnroe