list

scripts

Repo containing scripts to be used with dovel, and git hooks that powers our web interface.

git clone https://dovel.email/scripts

fe1b2be

Author: myr (myr@terminal.pink)

Date: Wed Mar 5 13:07:58 2025 -0300

Parent: 010e18f

Adjusted html mail order

Diff

receive-dovel.email

diff --git a/receive-dovel.email b/receive-dovel.email
index 42a98fc..1564720 100755
--- a/receive-dovel.email
+++ b/receive-dovel.email
@@ -127,8 +127,8 @@ save() {
 
 	# create html pages
 	echo "creating html pages"
-	inbox > "$root/mail.html"
 	emails > "$root/mail/$dir.html"
+	inbox > "$root/mail.html"
 }
 
 root="$HOME/dovel.email"