Removed unnecessary files, Added autofocus to login form

This commit is contained in:
2021-08-23 12:09:32 +02:00
parent e7d5a4b981
commit 10df9b50dd
8 changed files with 1 additions and 4810 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,2 +0,0 @@
if $message_body contains "DISCARD_THIS_MAIL" and not error_message
then seen finish endif

View File

@@ -1,14 +0,0 @@
all: foot_filter
dev: tags splint foot_filter
.PHONY: splint clean clobber
tags: foot_filter.c
ctags --excmd=number '--regex-c=-/\*[[:blank:]]*tag:[[:blank:]]*([[:alnum:]_]+)-\1-' foot_filter.c
splint:
splint +unixlib -exitarg -initallelements foot_filter.c
foot_filter: foot_filter.c
gcc -Wall -g -o foot_filter foot_filter.c -O3
clean:
-rm tags
clobber: clean
-rm foot_filter
-rm test

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +0,0 @@
#!/bin/bash
#
# mlmmj-footer-receive
#
# Adds the footer to incoming message
#
/usr/bin/foot_filter -P /$1/$2/control/footer-text -H /$1/$2/control/footer-html | /usr/bin/mlmmj-receive -F -L /$1/$2/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

View File

@@ -42,7 +42,7 @@
Username:
</div>
<div id="username_right">
<input type="text" name="login_username" id="username_input">
<input type="text" name="login_username" id="username_input" autofocus>
</div>
</div>
<div id="password">