From 7fcb54a749f8b64290a57286decf8ad4aab095f5 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Tue, 4 Aug 2009 12:28:51 +0200 Subject: [PATCH] Manual: Put mailbox shortcuts into table for readability --- ChangeLog | 8 +++++ doc/manual.xml.head | 73 +++++++++++---------------------------------- 2 files changed, 26 insertions(+), 55 deletions(-) diff --git a/ChangeLog b/ChangeLog index 126caaae..5dba9026 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-08-04 12:20 +0200 Rocco Rutte (0257197c8163) + + * doc/manual.xml.head: Manual: Fix docs for push/exec + +2009-08-04 12:08 +0200 Johan D (14bb498c6a1c) + + * mh.c: Fix MH parsing, fixes [0698e8195545]. Closes #3312 + 2009-08-01 15:16 +0200 Rocco Rutte (29727d19634a) * doc/manual.xml.head: Manual: use full names for é and diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 64116b20..c901c266 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5687,61 +5687,24 @@ file or mailbox path or in path-related configuration variables. Note that these only work at the beginning of a string. - - - - -! — refers to your $spoolfile -(incoming) mailbox - - - - - -> — refers to your $mbox file - - - - - -< — refers to your $record file - - - - - -^ — refers to the current mailbox - - - - - -- or !! — refers to the file you've last visited - - - - - -~ — refers to your home directory - - - - - -= or + — refers to your $folder -directory - - - - - -@alias — refers to the default save folder as determined by the -address of the alias - - - - + +Mailbox shortcuts + + +ShortcutRefers to... + + +!your $spoolfile (incoming) mailbox +>your $mbox file +<your $record file +^the current mailbox +- or !!the file you've last visited +~your home directory += or +your $folder directory +@aliasto the default save folder as determined by the address of the alias + + +
For example, to store a copy of outgoing messages in the folder they -- 2.49.0