Selaa lähdekoodia

Revert "Revert "bdsmail commit and change name of mailtool""

This reverts commit 1e4c768b31102d67858960fbee71f642d9c4dfe6.
Bob Mottram 7 vuotta sitten
vanhempi
commit
68f2b6faad
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3
    3
      src/freedombone-app-bdsmail

+ 3
- 3
src/freedombone-app-bdsmail Näytä tiedosto

@@ -34,7 +34,7 @@ IN_DEFAULT_INSTALL=0
34 34
 SHOW_ON_ABOUT=1
35 35
 
36 36
 BDSMAIL_REPO="https://github.com/majestrate/bdsmail"
37
-BDSMAIL_COMMIT='48838b84adca7a5a89a54b47599f6375ab9dbb68'
37
+BDSMAIL_COMMIT='32f50455ddafafef715917a4458b8a97e99ecd73'
38 38
 BDSMAIL_DIR=/etc/bdsmail
39 39
 I2P_SAM_PORT=7656
40 40
 I2P_SMTP_PORT=2525
@@ -97,7 +97,7 @@ function add_user_bdsmail {
97 97
     fi
98 98
     sed -i "s|username|$new_username|g" /home/$new_username/.mutt/bdsmail
99 99
     bdsmail_configure_users
100
-    $BDSMAIL_DIR/bin/newmail $BDSMAIL_DIR/config.ini $new_username /home/$new_username/Maildir/i2p
100
+    $BDSMAIL_DIR/bin/mailtool $BDSMAIL_DIR/config.ini $new_username /home/$new_username/Maildir/i2p
101 101
     chown -R $new_username:$new_username /home/$new_username/.mutt
102 102
     echo '0'
103 103
 }
@@ -399,7 +399,7 @@ function install_bdsmail {
399 399
 
400 400
     bdsmail_configure_users
401 401
 
402
-    $BDSMAIL_DIR/bin/newmail $BDSMAIL_DIR/config.ini $MY_USERNAME /home/$MY_USERNAME/Maildir/i2p
402
+    $BDSMAIL_DIR/bin/mailtool $BDSMAIL_DIR/config.ini $MY_USERNAME /home/$MY_USERNAME/Maildir/i2p
403 403
 
404 404
     APP_INSTALLED=1
405 405
 }