diff options
-rw-r--r-- | alias | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -93,7 +93,9 @@ curl.mail.search.subject() { | |||
93 | } | 93 | } |
94 | curl.mail.fetch() { | 94 | curl.mail.fetch() { |
95 | curl "imaps://mail.topo.tw/$1;MAILINDEX=$2" \ | 95 | curl "imaps://mail.topo.tw/$1;MAILINDEX=$2" \ |
96 | --user pham:`pass mail/pham@mail.topo.tw` \ | 96 | --user pham:`pass mail/pham@mail.topo.tw` | \ |
97 | dos2unix | \ | ||
98 | sed -E '0,/^ *$/d' | ||
97 | } | 99 | } |
98 | 100 | ||
99 | # Gist | 101 | # Gist |