diff options
Diffstat (limited to '.pinerc')
-rw-r--r-- | .pinerc | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -318,10 +318,10 @@ address-book= global-address-book= # Set by Pine; controls beginning-of-month sent-mail pruning. -last-time-prune-questioned=108.3 +last-time-prune-questioned=119.10 # Set by Pine; controls display of "new version" message. -last-version-used=5.00 +last-version-used=5.10 # This names the path to an alternative program, and any necessary arguments, # to be used in posting mail messages. Example: @@ -584,3 +584,17 @@ wp-state= # WebAlpine preferred width for message display in characters wp-columns= + +# If set, specifies where trash is moved to in Web Alpine. +trash-folder= + +# Defaults to nothing, which is equivalent to US-ASCII. This is used for +# unlabeled incoming messages. It is ok to leave this unset but if you receive +# unlabeled mail that is usually in some known character set, set that here. +unknown-character-set= + +# Location relative to your HOME directory of the directory where your INBOX +# for the maildir format is located. Default value is "Maildir". If your +# inbox is located at "~/Maildir" you do not need to change this value. +# A common value is also ".maildir" +maildir-location= |