]> git.madduck.net Git - etc/neomutt.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

max-width on mail body
authormartin f. krafft <madduck@madduck.net>
Thu, 21 Dec 2023 13:03:19 +0000 (14:03 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 21 Dec 2023 13:03:19 +0000 (14:03 +0100)
.config/neomutt/htmlmail.css

index 75f8b2ab03218895e5e39347e67fd01ea089de60..f9d57f85e18c43f26be1f37c8a4b634207f1b37f 100644 (file)
@@ -1,4 +1,7 @@
-body, .signature, #signature { font-family: Lato, Calibri, Tahoma, sans-serif; }
+body, .signature, #signature {
+    font-family: Lato, Calibri, Tahoma, sans-serif;
+    max-width: 32em;
+}
 
 #signature .sig_separator, .hidden { display: none; }
 
@@ -13,9 +16,6 @@ body, .signature, #signature { font-family: Lato, Calibri, Tahoma, sans-serif; }
     font-size: smaller;
 }
 
-.admonition.quote {
-}
-
 .admonition p.admonition-title {
     background-color: #eee;
     box-shadow: 0 0.2em 0.5em #999, 0 0 0.0625em #999;