ソースを参照

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 {


読み込み中…
キャンセル
保存