VM

Issue when redefining vm-summary-arrow

Bug #1186778 reported by Anthony Mallet
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
VM
Triaged
Medium
Arik

Bug Description

I use (setq vm-summary-arrow "") to save some horizontal space in my summary window.
I found that the code dealing with thread folding does not take this setting very much into accound and messes up the display a little bit:

--- lisp/vm-summary.el 2013-01-02 21:38:39 +0000
+++ lisp/vm-summary.el 2013-05-31 20:36:31 +0000
@@ -560,11 +561,6 @@
                  (setq e (vm-su-end-of m))
                  (setq i (get-text-property (+ s 2) 'invisible))
                  (delete-region (point) (1- (vm-su-end-of m)))
- (if (not selected)
- (insert (concat (or indicator " ") " "))
- (if indicator
- (insert (concat indicator ">"))
- (insert vm-summary-=>)))
                  (vm-tokenized-summary-insert m (vm-su-summary m))
                  (delete-char 1) ; delete "z"
                  (run-hooks 'vm-summary-update-hook)

Revision history for this message
Uday Reddy (reddyuday) wrote :

At the moment, it is not possible to reduce the character length of the vm-summary-arrow. The documentation needs to be changed to reflect that.

Changed in vm:
status: New → Triaged
importance: Undecided → Medium
assignee: nobody → Uday Reddy (reddyuday)
milestone: none → 8.2.0b2
assignee: Uday Reddy (reddyuday) → Arik (akwm)
Uday Reddy (reddyuday)
Changed in vm:
milestone: 8.3.2a → 8.2.1a
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.