[PATCH] VIM: Automatically refresh folder screen
authorIan Main <imain@stemwinder.org>
Wed, 1 Oct 2014 16:36:07 +0000 (09:36 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:04:49 +0000 (10:04 -0800)
bf/284d316bd14451ce0dab4f563810ae92b44a28 [new file with mode: 0644]

diff --git a/bf/284d316bd14451ce0dab4f563810ae92b44a28 b/bf/284d316bd14451ce0dab4f563810ae92b44a28
new file mode 100644 (file)
index 0000000..54acd20
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <imain@stemwinder.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id CF978431FBC\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Oct 2014 09:36:19 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id caQ9TK-PYMYQ for <notmuch@notmuchmail.org>;\r
+       Wed,  1 Oct 2014 09:36:14 -0700 (PDT)\r
+Received: from cmta18.telus.net (cmta18.telus.net [209.171.16.91])\r
+       by olra.theworths.org (Postfix) with ESMTP id 423F4431FB6\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Oct 2014 09:36:14 -0700 (PDT)\r
+Received: from ovo.mains.priv ([207.102.88.62]) by cmta18.telus.net with TELUS\r
+       id xscC1o0051LiWEf01scCxA; Wed, 01 Oct 2014 10:36:12 -0600\r
+X-Authority-Analysis: v=2.0 cv=cbEMWA/M c=1 sm=2\r
+       a=EcQDfIwDZEqJA1f7rVUV8Q==:17 a=S-IsBHyFrF4A:10 a=tsa3CZZnAAAA:8\r
+       a=hR_Pik59WMxAzTeQCJsA:9 a=EcQDfIwDZEqJA1f7rVUV8Q==:117\r
+X-Telus-Outbound-IP: 207.102.88.62\r
+From: Ian Main <imain@stemwinder.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] VIM: Automatically refresh folder screen\r
+Date: Wed,  1 Oct 2014 09:36:07 -0700\r
+Message-Id: <1412181367-10906-1-git-send-email-imain@stemwinder.org>\r
+X-Mailer: git-send-email 1.9.3\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 01 Oct 2014 16:36:20 -0000\r
+\r
+This patch makes the folder screen refresh each time you 'enter' it.\r
+This way when you read a folder and mark items as read the changes are\r
+reflected immediately when you return to the folder view.\r
+\r
+    Ian\r
+---\r
+ vim/notmuch.vim | 3 +++\r
+ 1 file changed, 3 insertions(+)\r
+\r
+diff --git a/vim/notmuch.vim b/vim/notmuch.vim\r
+index 331e930..eb17d57 100644\r
+--- a/vim/notmuch.vim\r
++++ b/vim/notmuch.vim\r
+@@ -383,6 +383,9 @@ function! s:folders()\r
+       ruby folders_render()\r
+       call s:set_menu_buffer()\r
+       call s:set_map(g:notmuch_folders_maps)\r
++      autocmd BufEnter,WinEnter,BufWinEnter <buffer>\r
++                  \ call s:folders_refresh()\r
++      augroup END\r
+ endfunction\r
\r
+ "" root\r
+-- \r
+1.9.3\r
+\r