~ubuntu-branches/ubuntu/karmic/mew-beta/karmic

« back to all changes in this revision

Viewing changes to mew-thread.el

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2007-11-29 22:05:35 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071129220535-g1s8e3pe8vloobhu
Tags: 5.2.51+0.20071129-1
New upstream release. (CVS trunk on 2007-11-29)

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
                 ;; some broken messages refer themselves
291
291
                 ;; don't register me here so that his parent
292
292
                 ;; will not be found.
293
 
                 (if (string= prnt-id "")
 
293
                 (if (or (string= prnt-id "") (string= my-id prnt-id))
294
294
                     (setq top (cons me top))
295
295
                   (mew-thread-set-prntid me prnt-id)
296
296
                   (setq prnt (symbol-value (intern-soft prnt-id db)))