[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-12-26 Thread Dmitry Kurochkin
On Fri, 23 Dec 2011 22:46:19 -0500, Austin Clements wrote: > Quoth Dmitry Kurochkin on Dec 10 at 3:43 pm: > > On Fri, 9 Dec 2011 14:54:27 -0500, Austin Clements > > wrote: > > > This function matches how we number parts for the --part argument to > > > show. It will allow us to jump directly

Re: [PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-12-25 Thread Dmitry Kurochkin
On Fri, 23 Dec 2011 22:46:19 -0500, Austin Clements amdra...@mit.edu wrote: Quoth Dmitry Kurochkin on Dec 10 at 3:43 pm: On Fri, 9 Dec 2011 14:54:27 -0500, Austin Clements amdra...@mit.edu wrote: This function matches how we number parts for the --part argument to show. It will

[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-12-23 Thread Austin Clements
Quoth Dmitry Kurochkin on Dec 10 at 3:43 pm: > On Fri, 9 Dec 2011 14:54:27 -0500, Austin Clements > wrote: > > This function matches how we number parts for the --part argument to > > show. It will allow us to jump directly to the desired part, rather > > than traversing the entire tree and

Re: [PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-12-23 Thread Austin Clements
Quoth Dmitry Kurochkin on Dec 10 at 3:43 pm: On Fri, 9 Dec 2011 14:54:27 -0500, Austin Clements amdra...@mit.edu wrote: This function matches how we number parts for the --part argument to show. It will allow us to jump directly to the desired part, rather than traversing the entire tree

[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-12-10 Thread Dmitry Kurochkin
On Fri, 9 Dec 2011 14:54:27 -0500, Austin Clements wrote: > This function matches how we number parts for the --part argument to > show. It will allow us to jump directly to the desired part, rather > than traversing the entire tree and carefully tracking whether or not > we're "in the zone". >

[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-12-09 Thread Austin Clements
This function matches how we number parts for the --part argument to show. It will allow us to jump directly to the desired part, rather than traversing the entire tree and carefully tracking whether or not we're "in the zone". --- mime-node.c | 25 +

[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-12-09 Thread Austin Clements
This function matches how we number parts for the --part argument to show. It will allow us to jump directly to the desired part, rather than traversing the entire tree and carefully tracking whether or not we're in the zone. --- mime-node.c | 25 +

[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-12-04 Thread Austin Clements
This function matches how we number parts for the --part argument to show. It will allow us to jump directly to the desired part, rather than traversing the entire tree and carefully tracking whether or not we're "in the zone". --- mime-node.c | 25 +

[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-12-04 Thread Austin Clements
This function matches how we number parts for the --part argument to show. It will allow us to jump directly to the desired part, rather than traversing the entire tree and carefully tracking whether or not we're in the zone. --- mime-node.c | 25 +

[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-11-27 Thread Austin Clements
This function matches how we number parts for the --part argument to show. It will allow us to jump directly to the desired part, rather than traversing the entire tree and carefully tracking whether or not we're "in the zone". --- mime-node.c | 25 +

[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

2011-11-27 Thread Austin Clements
This function matches how we number parts for the --part argument to show. It will allow us to jump directly to the desired part, rather than traversing the entire tree and carefully tracking whether or not we're in the zone. --- mime-node.c | 25 +