purebred-mua / purebred

A terminal based mail user agent based on notmuch
GNU Affero General Public License v3.0
139 stars 19 forks source link

migrate to brick-1.0 #477

Closed frasertweedale closed 1 year ago

frasertweedale commented 1 year ago
commit 65c588bb19c0e0d803f49d52affb006fb7a24c39
Author: Fraser Tweedale <frase@frase.id.au>
Date:   Wed Aug 10 10:37:43 2022 +1000

    migrate to brick-1.0

commit 47b731e1c50f5f49609a0f7c3d812a5b6ec10286
Author: Fraser Tweedale <frase@frase.id.au>
Date:   Wed Aug 10 11:25:49 2022 +1000

    use listSelectedElementL from Brick

commit 886a1283d0cceb34c1a51e44f11c7090d2009623 (HEAD -> refactor/brick-1.0, origin/refactor/brick-1.0)
Author: Fraser Tweedale <frase@frase.id.au>
Date:   Wed Aug 10 14:50:11 2022 +1000

    remove 'continue' action

    With the brick-1.0 EventM change, actions no longer need to yield
    the new AppState.  The 'continue' action becomes a no-op.  Remove it
    entirely.  This results in a pleasant simplification of many
    keybindings.

Fixes https://github.com/purebred-mua/purebred/issues/464