Closed Bug 1531591 Opened 5 years ago Closed 5 years ago

WebExtensions API for creating/modifying/deleting folders

Categories

(Thunderbird :: Add-Ons: Extensions API, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 68.0

People

(Reporter: darktrojan, Assigned: darktrojan)

References

Details

Attachments

(1 file)

No description provided.
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Attachment #9056796 - Flags: review?(mkmelin+mozilla)
Comment on attachment 9056796 [details] [diff] [review]
1531591-webext-folders-1.diff

Review of attachment 9056796 [details] [diff] [review]:
-----------------------------------------------------------------

LGTM, r=mkmelin

::: mail/components/extensions/parent/ext-accounts.js
@@ +53,5 @@
>            }
>            return null;
>          },
> +        async createSubfolder({ accountId, path: parentPath }, childName) {
> +          let URI = folderPathToURI(accountId, parentPath);

nit: would keep the name lowercase uri
Attachment #9056796 - Flags: review?(mkmelin+mozilla) → review+

Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/d4d8a011185b
WebExtensions API for creating/modifying/deleting folders; r=mkmelin

Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 68.0
You need to log in before you can comment on or make changes to this bug.