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.
- {mailfmt-1.0.1.dist-info → mailfmt-1.0.2.dist-info}/METADATA +1 -1
- mailfmt-1.0.2.dist-info/RECORD +6 -0
- mailfmt.py +1 -1
- mailfmt-1.0.1.dist-info/RECORD +0 -6
- {mailfmt-1.0.1.dist-info → mailfmt-1.0.2.dist-info}/WHEEL +0 -0
- {mailfmt-1.0.1.dist-info → mailfmt-1.0.2.dist-info}/entry_points.txt +0 -0
- {mailfmt-1.0.1.dist-info → mailfmt-1.0.2.dist-info}/licenses/LICENSE +0 -0
@@ -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
|
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
|
mailfmt-1.0.1.dist-info/RECORD
DELETED
@@ -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,,
|
File without changes
|
File without changes
|
File without changes
|