Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 410760 Details for
Bug 559336
mail-client/mutt-1.5.23-r5 with sidebar patch incorrectly displays the names of mail folders in UTF-8 console
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix UTF-8 sidebar folder name display
sidebar-utf8-printw.patch (text/plain), 723 bytes, created by
Alexandr Darkman
on 2015-09-01 13:51:39 UTC
(
hide
)
Description:
fix UTF-8 sidebar folder name display
Filename:
MIME Type:
Creator:
Alexandr Darkman
Created:
2015-09-01 13:51:39 UTC
Size:
723 bytes
patch
obsolete
>--- a/sidebar.c 2013-07-16 23:10:27.000000000 +0300 >+++ b/sidebar.c 2013-07-16 23:15:34.124213818 +0300 >@@ -318,7 +318,12 @@ > strncat(sidebar_folder_name, tmp_folder_name, strlen(tmp_folder_name) + sidebar_folder_depth); > } > } >- printw( "%.*s", SidebarWidth - delim_len + 1, >+ /* DO NOT USE this format string - it's incorrect works with multibyte UTF-8 characters. >+ * ad dot darkman at gmail dot com */ >+ /*printw( "%.*s", SidebarWidth - delim_len + 1, >+ make_sidebar_entry(sidebar_folder_name, tmp->msgcount, >+ tmp->msg_unread, tmp->msg_flagged));*/ >+ printw( "%s", > make_sidebar_entry(sidebar_folder_name, tmp->msgcount, > tmp->msg_unread, tmp->msg_flagged)); > if (sidebar_folder_depth > 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 559336
: 410760