浏览代码

Also backup the README

Bob Mottram 10 年前
父节点
当前提交
a9a148ac7b
共有 2 个文件被更改,包括 18 次插入2 次删除
  1. 16
    0
      beaglebone.txt
  2. 2
    2
      install-freedombone.sh

+ 16
- 0
beaglebone.txt 查看文件

@@ -3070,6 +3070,22 @@ By default you won't be able to see any folders which you may have created earli
3070 3070
 *Menu*, hover over *Preferences*, select *Account Settings*, select *Server Settings* then click on the *Advanced* button.
3071 3071
 
3072 3072
 Make sure that "*show only subscribed folders*" is not checked.  Then click the *ok* buttons.  Folders will be re-scanned, which may take some time depending upon how much email you have, but your folders will then appear.
3073
+*** Kmail
3074
+Kmail doesn't work very well and so isn't recommended. In particular the inbox doesn't appear to be accessible via IMAP.
3075
+
3076
+When the account assistant screen appears enter your email address and user login.
3077
+
3078
+Account type: Generic IMAP Email Server
3079
+Check /Download all messages for offline use/
3080
+Enter a password for KDE Wallet
3081
+When a certificate error appears click /Continue/ then accept /Forever/
3082
+After "could not authenticate" click /Account settings/
3083
+Select /General/ tab
3084
+Change your account name, username and password
3085
+Select the /Advanced/ tab
3086
+Click on /Serverside Subscription/ and ensure that the relevant folders are checked
3087
+Click /Finish/
3088
+Click /Check Mail/
3073 3089
 ** Create Email folders and rules
3074 3090
 
3075 3091
 #+BEGIN_VERSE

+ 2
- 2
install-freedombone.sh 查看文件

@@ -533,7 +533,7 @@ function create_backup_script {
533 533
       echo "tar -czvf /home/$MY_USERNAME/tempfiles/blog.tar.gz /var/www/$FULLBLOG_DOMAIN_NAME/htdocs" >> /usr/bin/$BACKUP_SCRIPT_NAME
534 534
   fi
535 535
   echo 'echo "Archiving miscellaneous files"' >> /usr/bin/$BACKUP_SCRIPT_NAME
536
-  echo "tar -czvf /home/$MY_USERNAME/tempfiles/miscfiles.tar.gz /home/$MY_USERNAME/.gnupg /home/$MY_USERNAME/.muttrc /home/$MY_USERNAME/.procmailrc /home/$MY_USERNAME/.ssh /home/$MY_USERNAME/personal" >> /usr/bin/$BACKUP_SCRIPT_NAME
536
+  echo "tar -czvf /home/$MY_USERNAME/tempfiles/miscfiles.tar.gz /home/$MY_USERNAME/.gnupg /home/$MY_USERNAME/.muttrc /home/$MY_USERNAME/.procmailrc /home/$MY_USERNAME/.ssh /home/$MY_USERNAME/personal /home/$MY_USERNAME/README" >> /usr/bin/$BACKUP_SCRIPT_NAME
537 537
 
538 538
   echo '' >> /usr/bin/$BACKUP_SCRIPT_NAME
539 539
   echo '# Backup the public mailing list' >> /usr/bin/$BACKUP_SCRIPT_NAME
@@ -807,7 +807,7 @@ function backup_to_friends_servers {
807 807
   if grep -Fxq "install_blog" $COMPLETION_FILE; then
808 808
       echo "tar -czvf /home/$MY_USERNAME/tempfiles/blog.tar.gz /var/www/$FULLBLOG_DOMAIN_NAME/htdocs/data" >> /usr/bin/$BACKUP_TO_FRIENDS_SCRIPT_NAME
809 809
   fi
810
-  echo "tar -czvf /home/$MY_USERNAME/tempfiles/miscfiles.tar.gz /home/$MY_USERNAME/.gnupg /home/$MY_USERNAME/.muttrc /home/$MY_USERNAME/.procmailrc /home/$MY_USERNAME/.ssh /home/$MY_USERNAME/personal" >> /usr/bin/$BACKUP_TO_FRIENDS_SCRIPT_NAME
810
+  echo "tar -czvf /home/$MY_USERNAME/tempfiles/miscfiles.tar.gz /home/$MY_USERNAME/.gnupg /home/$MY_USERNAME/.muttrc /home/$MY_USERNAME/.procmailrc /home/$MY_USERNAME/.ssh /home/$MY_USERNAME/personal /home/$MY_USERNAME/README" >> /usr/bin/$BACKUP_TO_FRIENDS_SCRIPT_NAME
811 811
 
812 812
   echo '' >> /usr/bin/$BACKUP_TO_FRIENDS_SCRIPT_NAME
813 813
   echo 'while read remote_server' >> /usr/bin/$BACKUP_TO_FRIENDS_SCRIPT_NAME