Explorar o código

Revert comments

Kevin Cui %!s(int64=5) %!d(string=hai) anos
pai
achega
dbfa39a9ca
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tmpmail

+ 2 - 0
tmpmail

@@ -258,6 +258,8 @@ view_recent_email() {
     #
     # This is done by listing all the received email like you
     # normally see on the terminal when running 'tmpmail'.
+    # We then grab the ID of the most recent  
+    # email, which the first line.
     MAIL_ID=$(list_emails | head -3 | tail -1 | cut -d' ' -f 1)
     view_email "$MAIL_ID"
 }