Hi,
Having the underscores being placed into the generated folder-name(s) [based on the posted Subject line(s)] was driving me crazy. ;) So I put this change in on your testing branch updates: >>>> --- text-massager.cc_orig 2010-08-02 23:06:02 -0500 +++ text-massager.cc 2010-08-02 23:28:04 -0500 @@ -485,13 +485,13 @@ // remove any illegal / annoying characters GRegex *badc =g_regex_new("[\\\\/<>|*?'\"]+", cf0, mf0, NULL); - str1 = g_regex_replace_literal(badc, str2, -1, 0, "_", mf0, NULL); + str1 = g_regex_replace_literal(badc, str2, -1, 0, " ", mf0, NULL); g_free(str2); g_regex_unref(badc); // remove any extraneous whitespace / underscores GRegex *ext =g_regex_new("[\\s_\\.]+", cf0, mf0, NULL); - str2 = g_regex_replace_literal(ext, str1, -1, 0, "_", mf0, NULL); + str2 = g_regex_replace_literal(ext, str1, -1, 0, " ", mf0, NULL); g_free(str1); g_regex_unref(ext); <<<< I hope this is what I meant to change, anyway? … I am also noticing another problem which had been presumably fixed a while back in the gnome repo, I thought. I brought up a 'reply' of your message just now and Pan decided to re-wordwrap some of it despite "Wrap Text" /not/ being in effect on my panel. You can see it below, where GMane's 'footnote' is: GMane has the Pan-users- munged address on a separate line but Pan decided to reverse-wordwrap it as you see now. Things like that are happening in other groups on other servers (GN, AW, etc). … One more lil problem is rather obscure. Quite some time ago, I thought you/someone had fixed the right-most column in the header listing pane so that its column-width settings are 'remembered' such that the column is fully in view and to keep the lower horizontal scroll-bar from opening up. Well, my right-most column is "Bytes" and its setting is never remembered properly -- or rather, I think its width is calculated with the width of the right-hand vertical scroll-bar which is too much when Pan is restarted -- most of the relevant info in that column is hidden and the lower horizontal scroll-bar opens up once again. After starting Pan, I am always having to scroll-right and pull the right-hand Bytes column back over to the left, to see it properly fully and to close the lower horizontal scroll-bar. … I can file bugreports, still, at gnome.org, if we need to. Are we going to continue doing that whatever the outcome of the possible coming "maintainership change"? … Thanks for any help. Pan was already pretty good, now it is even more better. ;) … On Mon, 02 Aug 2010 15:54:05 -0600, "K. Haley" <lost-co...@zianet.com> wrote: > I've just moved some things from testing to master and rebuilt the > testing branch. > > New on master: > support gmime-2.5+ > bug351196: regex support in article search > support realtive newsrc paths > bug609355: save tasks on exit > > Rebuilt testing has: > filtering on all headers for cached articles > some fixes? to text handling in article pane > bug424083: git based info in UA header & about dialog > bug403797: allowing subject line use in save dialog > > Any comments? > > > _______________________________________________ > Pan-users mailing list Pan-users@nongnu.org > http://lists.nongnu.org/mailman/listinfo/pan-users _______________________________________________ Pan-users mailing list Pan-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/pan-users