diff -ur pine4.33/pine/init.c pine4.33-patched/pine/init.c
--- pine4.33/pine/init.c	Sat May 26 17:55:42 2001
+++ pine4.33-patched/pine/init.c	Sat May 26 16:54:33 2001
@@ -2307,6 +2307,8 @@
 	 F_ENABLE_JUMP, h_config_enable_jump, PREF_ACMD},
 	{"enable-partial-match-lists",
 	 F_ENABLE_SUB_LISTS, h_config_sub_lists, PREF_ACMD},
+	{"enable-save-after-msg-name-rule",
+	 F_ENABLE_SAVE_MSG_RULE, h_config_enable_save_msg_rule, PREF_ACMD},
 	{"enable-tab-completion",
 	 F_ENABLE_TAB_COMPLETE, h_config_enable_tab_complete, PREF_ACMD},
 	{"enable-unix-pipe-cmd",
diff -ur pine4.33/pine/mailcmd.c pine4.33-patched/pine/mailcmd.c
--- pine4.33/pine/mailcmd.c	Sat May 26 17:55:42 2001
+++ pine4.33-patched/pine/mailcmd.c	Sat May 26 17:57:42 2001
@@ -1892,9 +1892,9 @@
     if(agg && !pseudo_selected(msgmap))
       return;
 
-    if(mn_total_cur(msgmap) <= 1L){
+    if(mn_total_cur(msgmap) <= 1L || F_ON(F_ENABLE_SAVE_MSG_RULE, ps_global) ){
 	sprintf(nmsgs, "Msg #%ld ", mn_get_cur(msgmap));
-	e = mail_fetchstructure(stream, raw, NULL);
+	e = mail_fetchstructure(stream, mn_get_cur(msgmap), NULL);
 	if(!e) {
 	    q_status_message(SM_ORDER | SM_DING, 3, 4,
 			     "Can't save message.  Error accessing folder");
diff -ur pine4.33/pine/pine.h pine4.33-patched/pine/pine.h
--- pine4.33/pine/pine.h	Sat May 26 17:55:42 2001
+++ pine4.33-patched/pine/pine.h	Sat May 26 16:29:42 2001
@@ -959,6 +959,7 @@
 	F_ALLOW_CHANGING_FROM,
 	F_CACHE_REMOTE_PINERC,
 	F_ENABLE_SUB_LISTS,
+	F_ENABLE_SAVE_MSG_RULE,
 	F_ENABLE_LESSTHAN_EXIT,
 	F_ENABLE_FAST_RECENT,
 	F_ENABLE_ROLE_TAKE,
diff -ur pine4.33/pine/pine.hlp pine4.33-patched/pine/pine.hlp
--- pine4.33/pine/pine.hlp	Thu Feb  1 18:32:21 2001
+++ pine4.33-patched/pine/pine.hlp	Sat May 26 18:04:56 2001
@@ -16615,6 +16615,27 @@
 &lt;End of help on this topic&gt;
 </BODY>
 </HTML>
+====== h_config_enable_save_msg_rule =====
+ <HTML>
+<HEAD>
+<TITLE>FEATURE: enable-save-after-msg-name-rule</TITLE>
+</HEAD>
+<BODY>
+<H1>FEATURE: enable-save-after-msg-name-rule</H1>
+ 
+This feature affects the behaviour when Saving.
+If you have selected more than one message, this command allows
+you to save all of the messages after your save-msg-name-rule.
+The first of the selected messages is used to gather the information
+needed for selecting the folder.
+<BR> 
+For example if you select all messages from Joe Doe, pine usually suggests
+to save the messages to [saved-messages]. If this feature is enabled
+your settings for save-msg-name-rule will be applied.
+<P>
+&lt;End of help on this topic&gt;
+</BODY>
+</HTML>
 ====== h_config_enable_full_hdr =====
 <HTML>
 <HEAD>
