LukeSmithxyz / mutt-wizard

A system for automatically configuring mutt and isync with a simple interface and safe passwords
GNU General Public License v3.0
2.41k stars 383 forks source link

fix: the content from 'From' seems a bit mess #912

Closed Shane-XB-Qian closed 1 year ago

Shane-XB-Qian commented 1 year ago

// solution: just get whole content from/after 'From:' one line

Shane-XB-Qian commented 1 year ago

what happened? why you just closed it.. // i verified at my local, seems this is an acceptable solution.

LukeSmithxyz commented 1 year ago

Well it isn't because it literally just undid the decoding I restored in the last commit.

Shane-XB-Qian commented 1 year ago

your last commit for 'subject' seems good, but just the 'from' was not very correct which made irrelevant chars included in 'from' too, so i just simplify the content just from '^From: ' i thought it should be good enough.

LukeSmithxyz commented 1 year ago

🤦