Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38388 Details for
Bug 62030
mutt: request for current_shortcut patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add the "current mailbox" shortcut
current_shortcut.patch (text/plain), 968 bytes, created by
Stéphane Gimenez
on 2004-08-28 06:31:26 UTC
(
hide
)
Description:
patch to add the "current mailbox" shortcut
Filename:
MIME Type:
Creator:
Stéphane Gimenez
Created:
2004-08-28 06:31:26 UTC
Size:
968 bytes
patch
obsolete
>--- doc/manual.sgml.head~ Tue Oct 9 20:25:29 2001 >+++ doc/manual.sgml.head Sat Oct 13 07:39:07 2001 >@@ -2023,6 +2023,7 @@ path. > <item>> -- refers to your <ref id="mbox" name="$mbox"> file > <item>< -- refers to your <ref id="record" name="$record"> file > <item>- or !! -- refers to the file you've last visited >+<item>^ -- refers to the current open mailbox if any > <item>˜ -- refers to your home directory > <item>= or + -- refers to your <ref id="folder" name="$folder"> directory > <item>@<em/alias/ -- refers to the <ref id="save-hook" >--- muttlib.c~ Tue Oct 9 20:25:29 2001 >+++ muttlib.c Sat Oct 13 07:42:18 2001 >@@ -441,7 +441,18 @@ char *_mutt_expand_path (char *s, size_t > tail = s + 1; > } > break; >- >+ >+ case '^': >+ { >+ if (Context) >+ { >+ strfcpy (p, Context->path, sizeof (p)); >+ tail = s + 1; >+ break; >+ } >+ } >+ /* Fall through */ >+ > default: > { > *p = '\0';
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62030
: 38388