X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/3324c6858ba6891531d8bb2e3e0d15f5b413c441..c5b192a33a305c26dfc056daa813c9a5d435da43:/debian/patches/features/sensible_browser_position diff --git a/debian/patches/features/sensible_browser_position b/debian/patches/features/sensible_browser_position index cf8cc7b..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 -@@ -853,8 +853,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)) -@@ -1082,6 +1091,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] = ""; -@@ -526,9 +527,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 -@@ -537,8 +542,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; } -@@ -721,7 +740,6 @@ +@@ -731,7 +750,6 @@ #endif ) {