1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

ui: Mark messages as seen after 1.5s for #58

Embolden subject font for unseen messages.
This commit is contained in:
James Hillyerd
2018-04-01 15:16:48 -07:00
parent dc02092cf6
commit c695a2690d
5 changed files with 45 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ export INBUCKET_WEB_TEMPLATECACHE="false"
export INBUCKET_WEB_COOKIEAUTHKEY="not-secret"
export INBUCKET_STORAGE_TYPE="file"
export INBUCKET_STORAGE_PARAMS="path:/tmp/inbucket"
export INBUCKET_STORAGE_RETENTIONPERIOD="5m"
export INBUCKET_STORAGE_RETENTIONPERIOD="15m"
if ! test -x ./inbucket; then
echo "$PWD/inbucket not found/executable!" >&2