mailfmt 1.0.1__py3-none-any.whl → 1.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mailfmt
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Heuristic plain text email formatter.
5
5
  Project-URL: Repository, https://git.sr.ht/~ficd/mailfmt
6
6
  Author-email: Daniel Fichtinger <daniel@ficd.ca>
@@ -0,0 +1,6 @@
1
+ mailfmt.py,sha256=tPALWYRR2q9K1xvLRNct4pzxDiEXZuu7u8evWf4UHqw,6545
2
+ mailfmt-1.0.2.dist-info/METADATA,sha256=KBavzBC9PGnX8YVec1TzB_TvnAeD3iOFEzwSqNryIro,6272
3
+ mailfmt-1.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ mailfmt-1.0.2.dist-info/entry_points.txt,sha256=eFkLVHtmLEdRnOOzT4d2pAy7mBkjESW_8VQgUfAWvk4,41
5
+ mailfmt-1.0.2.dist-info/licenses/LICENSE,sha256=M8EhEEXHuRQsNgdRFtF2Ty6P62p8vgDanib1C-Zqkqc,749
6
+ mailfmt-1.0.2.dist-info/RECORD,,
mailfmt.py CHANGED
@@ -75,7 +75,7 @@ def main() -> None:
75
75
  if not signoff_cache and 1 <= n <= 5 and line[-1] == ",":
76
76
  return True
77
77
  # second potential line
78
- elif signoff_cache and 1 <= n <= 5 and line[-1].isalpha():
78
+ elif signoff_cache and 1 <= n <= 5:
79
79
  for w in words:
80
80
  if not w[0].isupper():
81
81
  return False
@@ -1,6 +0,0 @@
1
- mailfmt.py,sha256=Wl1maUKnbhwVdglHZxuTt4YApYP5lv3FUUJ0gWOrz_M,6568
2
- mailfmt-1.0.1.dist-info/METADATA,sha256=blXENNntFVAEvOOGGRsBaSf19ptrD9kVK1HGsvYW_9c,6272
3
- mailfmt-1.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
- mailfmt-1.0.1.dist-info/entry_points.txt,sha256=eFkLVHtmLEdRnOOzT4d2pAy7mBkjESW_8VQgUfAWvk4,41
5
- mailfmt-1.0.1.dist-info/licenses/LICENSE,sha256=M8EhEEXHuRQsNgdRFtF2Ty6P62p8vgDanib1C-Zqkqc,749
6
- mailfmt-1.0.1.dist-info/RECORD,,