Skip to content

Commit 1bbac2a

Browse files
phil-blaingitster
authored andcommitted
git-imap-send.txt: add note about localized Gmail folders
The name of the "Special-Use Mailboxes" in Gmail are localized using the user's localization settings. Add a note to that effect in `git imap-send`'s documentation, to make it easier for users to configure their account. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 08a694b commit 1bbac2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/git-imap-send.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ Using Gmail's IMAP interface:
110110
You might need to instead use: `folder = "[Google Mail]/Drafts"` if you get an error
111111
that the "Folder doesn't exist".
112112

113+
[NOTE]
114+
If your Gmail account is set to another language than English, the name of the "Drafts"
115+
folder will be localized.
116+
113117
Once the commits are ready to be sent, run the following command:
114118

115119
$ git format-patch --cover-letter -M --stdout origin/master | git imap-send

0 commit comments

Comments
 (0)