Stay on the same page after moving a message
This commit is contained in:
parent
1f9fe0b169
commit
0aff774c5d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue