tm 7.104.
[elisp/tm.git] / gnus / tm-gd3.el
index 3bee1d2..9ed7ff0 100644 (file)
@@ -8,7 +8,7 @@
 ;;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Created: 1995/05/23 (obsolete tm-ognus.el)
 ;;; Version:
-;;;    $Id: tm-gd3.el,v 7.5 1995/11/21 02:49:25 morioka Exp $
+;;;    $Id: tm-gd3.el,v 7.6 1996/03/27 19:27:04 morioka Exp $
 ;;; Keywords: news, MIME, multimedia, multilingual, encoded-word
 ;;;
 ;;; This file is part of tm (Tools for MIME).
@@ -26,6 +26,8 @@
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with This program.  If not, write to the Free Software
 ;;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;;;
+;;; Code:
 
 (require 'tm-ew-d)
 
@@ -53,9 +55,8 @@ If you don't like it, define your own gnus-article-set-mode-line."
                  gnus-newsgroup-name
                  (if gnus-current-article
                      (format "/%d" gnus-current-article) "")
-                 (rightful-boundary-short-string subject
-                                                 (min (string-width subject)
-                                                      maxlen))
+                 (truncate-string subject
+                                  (min (string-width subject) maxlen))
                  (if (> (string-width subject) maxlen) "..." "")
                  (make-string (max 0 (- 17 (string-width subject))) ? )
                  )))
@@ -80,3 +81,5 @@ If you don't like it, define your own gnus-article-set-mode-line."
 ;;;
 
 (provide 'tm-gd3)
+
+;;; tm-gd3.el ends here