Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 62030
Collapse All | Expand All

(-)doc/manual.sgml.head~ (+1 lines)
Lines 2023-2028 path. Link Here
2023
<item>&gt; -- refers to your <ref id="mbox" name="&dollar;mbox"> file
2023
<item>&gt; -- refers to your <ref id="mbox" name="&dollar;mbox"> file
2024
<item>&lt; -- refers to your <ref id="record" name="&dollar;record"> file
2024
<item>&lt; -- refers to your <ref id="record" name="&dollar;record"> file
2025
<item>- or !! -- refers to the file you've last visited
2025
<item>- or !! -- refers to the file you've last visited
2026
<item>^ -- refers to the current open mailbox if any
2026
<item>&tilde; -- refers to your home directory
2027
<item>&tilde; -- refers to your home directory
2027
<item>= or + -- refers to your <ref id="folder" name="&dollar;folder"> directory
2028
<item>= or + -- refers to your <ref id="folder" name="&dollar;folder"> directory
2028
<item>@<em/alias/ -- refers to the <ref id="save-hook" 
2029
<item>@<em/alias/ -- refers to the <ref id="save-hook" 
(-)muttlib.c~ (-1 / +12 lines)
Lines 441-447 char *_mutt_expand_path (char *s, size_t Link Here
441
	tail = s + 1;
441
	tail = s + 1;
442
      }
442
      }
443
      break;
443
      break;
444
      
444
445
      case '^':        
446
      {
447
	if (Context)
448
	{
449
	  strfcpy (p, Context->path, sizeof (p));
450
	  tail = s + 1;
451
	  break;
452
	}
453
      }
454
      /* Fall through */
455
445
      default:
456
      default:
446
      {
457
      {
447
	*p = '\0';
458
	*p = '\0';

Return to bug 62030