-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: take added space into account when wrapping lines
Up until now the folding did not correctly adhere to [RFC5545 3.1](https://datatracker.ietf.org/doc/html/rfc5545#section-3.1).
- Loading branch information
1 parent
e759a8f
commit e455add
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,8 +33,8 @@ ACTION:EMAIL\r | |
ATTENDEE:\"mailto:[email protected]\"\r | ||
SUMMARY:*** REMINDER: SEND AGENDA FOR WEEKLY STAFF MEETING ***\r | ||
DESCRIPTION:A draft agenda needs to be sent out to the attendees to the wee\r | ||
kly managers meeting (MGR-LIST). Attached is a pointer the document templat\r | ||
e for the agenda file.\r | ||
kly managers meeting (MGR-LIST). Attached is a pointer the document templa\r | ||
te for the agenda file.\r | ||
ATTACH;FMTTYPE=application/msword:http://example.com/templates/agenda.doc\r | ||
END:VALARM\r | ||
END:VCALENDAR\r | ||
|