X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/119885e4cbfc70a0c3a15aca090240cf3ea4b6c6..c5b192a33a305c26dfc056daa813c9a5d435da43:/debian/patches/features/sensible_browser_position diff --git a/debian/patches/features/sensible_browser_position b/debian/patches/features/sensible_browser_position index 26570dc..fe487b1 100644 --- a/debian/patches/features/sensible_browser_position +++ b/debian/patches/features/sensible_browser_position @@ -7,7 +7,7 @@ This is the sensible browser position patch by Haakon Riiser. == END PATCH --- a/menu.c +++ b/menu.c -@@ -859,8 +859,17 @@ +@@ -852,8 +852,17 @@ int mutt_menuLoop (MUTTMENU *menu) { @@ -25,7 +25,7 @@ This is the sensible browser position patch by Haakon Riiser. FOREVER { if (option (OPTMENUCALLER)) -@@ -1088,6 +1097,8 @@ +@@ -1081,6 +1090,8 @@ break; default: @@ -44,7 +44,7 @@ This is the sensible browser position patch by Haakon Riiser. static char LastDir[_POSIX_PATH_MAX] = ""; static char LastDirBackup[_POSIX_PATH_MAX] = ""; -@@ -511,9 +512,13 @@ +@@ -536,9 +537,13 @@ menu->tagged = 0; if (buffy) @@ -58,7 +58,7 @@ This is the sensible browser position patch by Haakon Riiser. strfcpy (path, LastDir, sizeof (path)); mutt_pretty_mailbox (path, sizeof (path)); #ifdef USE_IMAP -@@ -522,8 +527,22 @@ +@@ -547,8 +552,22 @@ path, NONULL (Mask.pattern)); else #endif @@ -83,7 +83,7 @@ This is the sensible browser position patch by Haakon Riiser. } menu->redraw = REDRAW_FULL; } -@@ -706,7 +725,6 @@ +@@ -731,7 +750,6 @@ #endif ) {