cmcnulty
2013-10-30 e769a7b588dde028a41cde482995601b63ad87b2
need to reset shift_start on control select

reproduce steps: shift-select some messages, hold down control and
select another message. hold down shift+control and select more
messages - desired behavior, two separate ranges of selected messages.
(consistent with outlook/thunderbird/windows explorer)
1 files modified
4 ■■■ changed files
program/js/list.js 4 ●●● patch | view | raw | blame | history
program/js/list.js
@@ -790,8 +790,10 @@
        break;
      case CONTROL_KEY:
        if (with_mouse)
        if (with_mouse) {
          this.shift_start = id;
          this.highlight_row(id, true);
        }
        break;
      case CONTROL_SHIFT_KEY: