Explorar el Código

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

This reverts commit 1e4c768b31102d67858960fbee71f642d9c4dfe6.
Bob Mottram hace 7 años
padre
commit
68f2b6faad
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      src/freedombone-app-bdsmail

+ 3
- 3
src/freedombone-app-bdsmail Ver fichero

34
 SHOW_ON_ABOUT=1
34
 SHOW_ON_ABOUT=1
35
 
35
 
36
 BDSMAIL_REPO="https://github.com/majestrate/bdsmail"
36
 BDSMAIL_REPO="https://github.com/majestrate/bdsmail"
37
-BDSMAIL_COMMIT='48838b84adca7a5a89a54b47599f6375ab9dbb68'
37
+BDSMAIL_COMMIT='32f50455ddafafef715917a4458b8a97e99ecd73'
38
 BDSMAIL_DIR=/etc/bdsmail
38
 BDSMAIL_DIR=/etc/bdsmail
39
 I2P_SAM_PORT=7656
39
 I2P_SAM_PORT=7656
40
 I2P_SMTP_PORT=2525
40
 I2P_SMTP_PORT=2525
97
     fi
97
     fi
98
     sed -i "s|username|$new_username|g" /home/$new_username/.mutt/bdsmail
98
     sed -i "s|username|$new_username|g" /home/$new_username/.mutt/bdsmail
99
     bdsmail_configure_users
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
     chown -R $new_username:$new_username /home/$new_username/.mutt
101
     chown -R $new_username:$new_username /home/$new_username/.mutt
102
     echo '0'
102
     echo '0'
103
 }
103
 }
399
 
399
 
400
     bdsmail_configure_users
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
     APP_INSTALLED=1
404
     APP_INSTALLED=1
405
 }
405
 }