]> git.llucax.com Git - software/mutt-debian.git/blobdiff - debian/patches/features/sensible_browser_position
removing patches that were applied usptream into 1.5.21
[software/mutt-debian.git] / debian / patches / features / sensible_browser_position
index cf8cc7b45b0901d731aacb975fe744ac98bfae5b..fe487b1c58522e2968620ed5dcb39ce374bb8164 100644 (file)
@@ -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
            )
          {