mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
vim: use much clearer sort constant
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
01859bd7ce
commit
2d583fb17a
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ ruby << EOF
|
|||
$messages.clear
|
||||
$curbuf.render do |b|
|
||||
q = $curbuf.query(get_cur_view)
|
||||
q.sort = 0
|
||||
q.sort = Notmuch::SORT_OLDEST_FIRST
|
||||
msgs = q.search_messages
|
||||
msgs.each do |msg|
|
||||
m = Mail.read(msg.filename)
|
||||
|
|
Loading…
Reference in a new issue