Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions lang/en_GB
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# IMAP folders
set my_drafts="Drafts"
set my_drafts_noquote="Drafts"
set my_sent="Sent<quote-char><space>Items"
set my_sent_noquote="Sent Items"
set my_trash="Deleted<quote-char><space>Items"
set my_trash_noquote="Deleted Items"

# Quotation and date formats
set attribution="The %d, %n wrote:"
set date_format="!%d/%m/%Y %H:%M"

# Hours and dates
set locale="en_US.UTF-8"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now deprecated.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which one ? the date format or locale with encoding ?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The set locale line is deprecated.

You could also set attribution="On %[!%A %-d %B %Y at %H:%M], %n wrote:" if you want to match other clients' behaviour.

set charset="utf-8"
set assumed_charset="utf-8"
set send_charset="utf-8:us-ascii"