Bläddra i källkod

Stay on the same page after moving a message

master
Zach DeCook 3 år sedan
committed by Simon Ser
förälder
incheckning
0aff774c5d
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: FDE7BE0E88F5E48
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      plugins/base/routes.go

+ 1
- 1
plugins/base/routes.go Visa fil

@@ -753,7 +753,7 @@ func handleMove(ctx *alps.Context) error {
if path := formOrQueryParam(ctx, "next"); path != "" {
return ctx.Redirect(http.StatusFound, path)
}
return ctx.Redirect(http.StatusFound, fmt.Sprintf("/mailbox/%v", url.PathEscape(to)))
return ctx.Redirect(http.StatusFound, fmt.Sprintf("/mailbox/%v", url.PathEscape(mboxName)))
}

func handleDelete(ctx *alps.Context) error {


Laddar…
Avbryt
Spara