Rename project to Mail-Graveyard

This commit is contained in:
DonVoo 2026-07-05 22:30:32 +02:00
parent ba53f8bb19
commit bb2bcb0576
20 changed files with 55 additions and 55 deletions

View file

@ -53,7 +53,7 @@ type Account struct {
// total, done, errors, state) im Browser.
func ConnectDB() error {
if Cfg.DBPath == "" {
Cfg.DBPath = "emailforwarder.db"
Cfg.DBPath = "mail-graveyard.db"
}
db, err := sql.Open("sqlite", Cfg.DBPath)
if err != nil {