Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 374691 - mail-client/mutt-1.5.21-r4: Unnecessary long folder name in sidebar
Summary: mail-client/mutt-1.5.21-r4: Unnecessary long folder name in sidebar
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2011-07-10 12:42 UTC by Max Prohorov
Modified: 2011-07-10 17:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Exclude maildir from name (exclude-maildir.patch,477 bytes, patch)
2011-07-10 12:45 UTC, Max Prohorov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Prohorov 2011-07-10 12:42:15 UTC
Full maildir path got included into the sidebar since tmp_folder_name got wrong offset.
tmp_folder_name += strlen(Maildir) fixes it.

Reproducible: Always

Steps to Reproduce:
1. emerge mutt[sidebar]
2. toggle sidebar
3.
Actual Results:  
sidebar c/p.

INBOX
....
 imap.gmail.com:993/[Gmail]/Important ('imaps://' got cut)
 p.gmail.com:993/mail-lists/Go-nuts   ('imaps://ima' got cut)
....

Expected Results:  
INBOX
....
 Important
 Go-Nuts
....
Comment 1 Max Prohorov 2011-07-10 12:45:01 UTC
Created attachment 279599 [details, diff]
Exclude maildir from name
Comment 2 Fabian Groffen gentoo-dev 2011-07-10 17:49:52 UTC
thanks, this is in -r5.