Rename project to Mail-Graveyard
This commit is contained in:
parent
ba53f8bb19
commit
bb2bcb0576
20 changed files with 55 additions and 55 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue