Siddharth Dushantha před 5 roky
rodič
revize
a67c6058c7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -195,7 +195,7 @@ list_emails() {
 
         ID=$(echo "$MAIL_DATA" | jq -r ".id")
         FROM=$(echo "$MAIL_DATA" | jq -r ".from")
-    SUBJECT=$(echo "$MAIL_DATA" | jq -r ".subject")
+        SUBJECT=$(echo "$MAIL_DATA" | jq -r ".subject")
 
         # The '||' are used as a divideder for 'column'. 'column' will use this divider as
         # a point of reference to create the division. By default 'column' uses a blank space