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

more refactors (move some definitions) #474

Closed frasertweedale closed 1 year ago

frasertweedale commented 1 year ago
commit c936d6ec7767045fe48108ecd604b41bcc5faee7 (HEAD -> refactor/moves, origin/refactor/moves)
Author: Fraser Tweedale <frase@frase.id.au>
Date:   Fri Aug 5 00:33:02 2022 +1000

    move getDatabasePath to Purebred.Config

    Let's keep Purebred.Storage.* focused on the database operations
    rather than finding out where the database is, which is a config
    consideration.

commit 3c407e436dccbd44b9293b52fbb0d115254475b2
Author: Fraser Tweedale <frase@frase.id.au>
Date:   Fri Aug 5 00:32:00 2022 +1000

    extract tag management functions to Purebred.Storage.Tags