[Bug 169092] text entered in external editor not passed to composer window

Brian Overstreet brian.overstreet at gmail.com
Tue Mar 10 00:54:46 GMT 2009


https://bugs.kde.org/show_bug.cgi?id=169092


Brian Overstreet <brian.overstreet at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brian.overstreet at gmail.com




--- Comment #7 from Brian Overstreet <brian overstreet gmail com>  2009-03-10 01:54:43 ---
The other solutions did not work for me.  
When the external editor is first opened:

$ lsof -p `pgrep kmail` | grep s18228.tmp
kmail   18228 overstre   35u   REG              253,0        0  1056790
/home/overstre/.kde/tmp-panic/kmails18228.tmp

Now after saving text in the external editor:

$ lsof -p `pgrep kmail` | grep s18228.tmp
kmail   18228 overstre   35u   REG              253,0        0  1056790
/home/overstre/.kde/tmp-panic/kmails18228.tmp~

Kmail no longer has the original file open, but instead the backup file.  Now
when the editor is closed the backup file which is empty gets passed to kmail.
The workaround is to save the original file to backup file before closing the
external editor.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list