|  | @@ -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='32f50455ddafafef715917a4458b8a97e99ecd73'
 | 
	
		
			
			|  | 37 | +BDSMAIL_COMMIT='48838b84adca7a5a89a54b47599f6375ab9dbb68'
 | 
	
		
			
			| 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/mailtool $BDSMAIL_DIR/config.ini $new_username /home/$new_username/Maildir/i2p "$new_user_password"
 | 
	
		
			
			|  | 100 | +    $BDSMAIL_DIR/bin/newmail $BDSMAIL_DIR/config.ini $new_username /home/$new_username/Maildir/i2p "$new_user_password"
 | 
	
		
			
			| 101 | 101 |      chown -R $new_username:$new_username /home/$new_username/.mutt
 | 
	
		
			
			| 102 | 102 |      echo '0'
 | 
	
		
			
			| 103 | 103 |  }
 | 
	
	
		
			
			|  | @@ -420,7 +420,7 @@ function install_bdsmail {
 | 
	
		
			
			| 420 | 420 |  
 | 
	
		
			
			| 421 | 421 |      bdsmail_configure_users
 | 
	
		
			
			| 422 | 422 |  
 | 
	
		
			
			| 423 |  | -    $BDSMAIL_DIR/bin/mailtool $BDSMAIL_DIR/config.ini $MY_USERNAME /home/$MY_USERNAME/Maildir/i2p "$user_account_password"
 | 
	
		
			
			|  | 423 | +    $BDSMAIL_DIR/bin/newmail $BDSMAIL_DIR/config.ini $MY_USERNAME /home/$MY_USERNAME/Maildir/i2p "$user_account_password"
 | 
	
		
			
			| 424 | 424 |      user_account_password=
 | 
	
		
			
			| 425 | 425 |  
 | 
	
		
			
			| 426 | 426 |      APP_INSTALLED=1
 |