diff options
-rw-r--r-- | alias | 7 | ||||
-rw-r--r-- | muttrc | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -455,7 +455,12 @@ up() { | |||
455 | #curl -F "file=@${1}" https://api.anonfiles.com/upload | 455 | #curl -F "file=@${1}" https://api.anonfiles.com/upload |
456 | } | 456 | } |
457 | ssh.up() { | 457 | ssh.up() { |
458 | scp "$1" topo:~/public | 458 | scp "$1" topo:~/public/"$2" |
459 | } | ||
460 | ssh.up.today() { | ||
461 | DATE=$(date --iso-8601) | ||
462 | ssh topo mkdir ~/public/$DATE | ||
463 | ssh.up "$1" $DATE | ||
459 | } | 464 | } |
460 | ssh.down() { | 465 | ssh.down() { |
461 | ssh topo rm ~/public/"$1" | 466 | ssh topo rm ~/public/"$1" |
@@ -68,8 +68,6 @@ macro index <Return> ":exec sync-mailbox sidebar-open\n" "Sync Mailbox" | |||
68 | # Sidebar | 68 | # Sidebar |
69 | mailboxes =INBOX =mbox =pay =Sent =Trash =Drafts =talk-tw =service =keep | 69 | mailboxes =INBOX =mbox =pay =Sent =Trash =Drafts =talk-tw =service =keep |
70 | set mail_check_stats | 70 | set mail_check_stats |
71 | set imap_check_subscribed = yes | ||
72 | set imap_list_subscribed = yes | ||
73 | set sidebar_visible = yes | 71 | set sidebar_visible = yes |
74 | set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S' | 72 | set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S' |
75 | set sidebar_short_path = yes | 73 | set sidebar_short_path = yes |