GNOME Bugzilla – Bug 88305
Cannot followup on own posts
Last modified: 2006-06-18 04:55:53 UTC
When you hit the 'f' key in pan to followup on your own post, the 'Newsgroups' entry in the windows displays (null).
Created attachment 9893 [details] Screenshot
Could you attach the .msg file of the article that you're replying to? Hit `h' to show the headers, and the message-id will show up in the header block in the text pane. Then, look for a file with that message-id as the filename in ~/.pan/messages/cache/ and add that file as an attachment here. cheers, Charles
Created attachment 9909 [details] pan cache file
Sorry, I added the wrong pan cache file. The one dated 07/16/02 15:35 is from pan 0.11.3 - i compared them to see how they'd differ and uploaded the wrong one! I'm going to correct this in a jiffy DK
Created attachment 9910 [details] pan 0.12.90 cache file
*** Bug 88472 has been marked as a duplicate of this bug. ***
In addition to the changes made before the "try it now" announcement on Pan-users on Saturday, the followup code had a bad memory bug, which is fixed now in 0.12.91.
*** Bug 88390 has been marked as a duplicate of this bug. ***
Looks like there's an additional problem, task_post_run() is stripping out the Newsgroups header when a post is successfully done. d'oh!
The Newsgroups: header no longer gets clobbered after you post: http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=task-post.c&rev1=1.9&rev2=1.10&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=message-window.c&rev1=1.307&rev2=1.308&root=/cvs/gnome So following-up your own post should no longer have an empty "Newsgroups:" header.