瀏覽代碼

Stay on the same page after moving a message

master
Zach DeCook 3 年之前
committed by Simon Ser
父節點
當前提交
0aff774c5d
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: FDE7BE0E88F5E48
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      plugins/base/routes.go

+ 1
- 1
plugins/base/routes.go 查看文件

@@ -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…
取消
儲存