diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-01 16:49:33 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-02-01 16:49:33 +0800 |
commit | 74985a25c0b0cd1818a298bd4e02c41faf4c61f4 (patch) | |
tree | 36791a561c19b139055a1536bbb3cc37dc08a54a | |
parent | 07ee9a89002370a7b0aab586f99883e1821f6a98 (diff) |
Update
-rw-r--r-- | alias | 7 | ||||
-rw-r--r-- | mutt/muttrc.topo | 1 |
2 files changed, 7 insertions, 1 deletions
@@ -64,6 +64,13 @@ ssh.down() { | |||
64 | ssh -t vps rm -rf -i ~/public/"$1" | 64 | ssh -t vps rm -rf -i ~/public/"$1" |
65 | } | 65 | } |
66 | 66 | ||
67 | # imap | ||
68 | curl.save_to_mail() { | ||
69 | curl imaps://mail.topo.tw/INBOX \ | ||
70 | --user pham:`pass mail/pham@mail.topo.tw` \ | ||
71 | -T $1 | ||
72 | } | ||
73 | |||
67 | # Gist | 74 | # Gist |
68 | alias g='gist' | 75 | alias g='gist' |
69 | alias gl='gist last' | 76 | alias gl='gist last' |
diff --git a/mutt/muttrc.topo b/mutt/muttrc.topo index d1a9106..2fb5f35 100644 --- a/mutt/muttrc.topo +++ b/mutt/muttrc.topo | |||
@@ -33,7 +33,6 @@ set mask="!(INBOX|mbox|Sent|Trash|Drafts|DeltaChat|hometeach|osm|arch-general|mu | |||
33 | 33 | ||
34 | # Sidebar | 34 | # Sidebar |
35 | mailboxes +INBOX \ | 35 | mailboxes +INBOX \ |
36 | -label TRIP +trip \ | ||
37 | +mbox \ | 36 | +mbox \ |
38 | -label DC +DeltaChat \ | 37 | -label DC +DeltaChat \ |
39 | "+---- Watch -----" \ | 38 | "+---- Watch -----" \ |