mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 01:57:02 +00:00
Implement recent mailboxes feature
This commit is contained in:
@@ -49,6 +49,9 @@ func MailboxIndex(w http.ResponseWriter, req *http.Request, ctx *Context) (err e
|
||||
return nil
|
||||
}
|
||||
|
||||
// Remember this mailbox was visited
|
||||
RememberMailbox(ctx, name)
|
||||
|
||||
return RenderTemplate("mailbox/index.html", w, map[string]interface{}{
|
||||
"ctx": ctx,
|
||||
"name": name,
|
||||
|
||||
Reference in New Issue
Block a user