debian/0000755000000000000000000000000012217737611007175 5ustar debian/control0000644000000000000000000000153712217736747010617 0ustar Source: muttprofile Section: mail Priority: optional Maintainer: Jari Aalto Build-Depends-Indep: perl Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/muttprofile.git Vcs-Git: git://anonscm.debian.org/collab-maint/muttprofile.git Package: muttprofile Architecture: all Depends: ${misc:Depends}, perl (>= 5.8.1-1), mutt Description: utility to choose profiles in Mutt A profile in Mutt is simply a specific subset of the configuration. You may have a personal and a work profile, each of which uses the same base configuration and then overrides specific configuration items like the email address. . muttprofile gives an easy way to switch between such profiles from within a running instance of Mutt. Quite simple and quite beautiful, and implemented in perl. debian/watch0000644000000000000000000000006212217737513010225 0ustar # Nothing to watch, see debian/copyright::Comment debian/source/0000755000000000000000000000000012217734001010463 5ustar debian/source/format0000644000000000000000000000001412217734001011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000254612217734001011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: muttprofile Upstream-Contact: Martti Rahkila Source: None (dead project) X-Upstream-Comment: Author's homepage that never moves http://www.iki.fi/martti.rahkila 2012-04-21 no longer http://www.acoustics.hut.fi/~mara/mutt/muttprofile.html Files: * Copyright: 2000-2003 Martti Rahkila , License: GPL-2+ Files: debian/* Copyright: 2012 Jari Aalto 2003, 2004, 2006 Martin F. Krafft License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". debian/muttprofile.lintian-overrides0000644000000000000000000000017412217734001015117 0ustar # This is not documentation but original devel page muttprofile binary: possible-documentation-but-no-doc-base-registration debian/rules0000755000000000000000000000066012217734001010245 0ustar #!/usr/bin/make -f PACKAGE = muttprofile man: cp -a $(PACKAGE).1 $(PACKAGE).1.orig pod2man $(PACKAGE) > $(PACKAGE).1 override_dh_auto_install: man install -D -m 0755 $(PACKAGE) \ $(CURDIR)/debian/$(PACKAGE)/usr/bin/$(PACKAGE) mv $(PACKAGE).1.orig $(PACKAGE).1 override_dh_installchangelogs: # extract from devel page muttprofile.html dh_installchangelogs debian/upstream.changelog %: dh $@ .PHONY: man # End of file debian/upstream.changelog0000644000000000000000000000072512217734001012700 0ustar Version history 1.0.0 2000-05-10 First public release Note! (2003-01-11) It seems that muttprofile is not working correctly in RedHat 8 (with Perl 5.8). Thanks for Marco Fioretti for informing me. The problem seems to be related to 'stty' and the Perl module 'Term::Complete' which is using it for changing terminal characteristics. I'll try to fix it, but at the moment, I don't have too much spare time, nor a working rh8 at my disposal... debian/patches/0000755000000000000000000000000012217736766010636 5ustar debian/patches/20-manpage-update.patch0000644000000000000000000000206712217736722014763 0ustar From: Martin F. Krafft From: Jari Aalto Subject: [martin] Corrct profile_regexp [jari] Add missing POD(=) directives. Last-Update: 2013-09-23 --- muttprofile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- a/muttprofile +++ b/muttprofile @@ -21,7 +21,7 @@ ### defaults my $mutt_path = "~/.mutt"; # directory for mutt files, change with option -d my $active_profile = "profile.active"; # symlink to the real profile, change with option -a -my $profile_regexp = "/^profile.*[^\~]\$/"; # default is "profilesomething, change with option -p +my $profile_regexp = "/^profile.*[^\~]\$/"; # default is "profilesomething" (/^profile.*[^\~]\$/), change with option -p ### initialize @@ -380,6 +380,8 @@ ### documentation __END__ +=pod + =head1 NAME muttprofile - Choose a Mutt Profile @@ -485,6 +487,8 @@ =head1 VERSION HISTORY +=over 4 + =item 1.0.1 (current) Two bugfixes, details can be found from @@ -502,6 +506,8 @@ 2000-05-10 Martti Rahkila +=back + =head1 AUTHOR Martti Rahkila debian/patches/series0000644000000000000000000000005512217736772012050 0ustar 10-docs-update.patch 20-manpage-update.patch debian/patches/10-docs-update.patch0000644000000000000000000005636612217734001014301 0ustar From: martin f. krafft Subject: No description. diff -urNad trunk~/muttprofile.html trunk/muttprofile.html --- trunk~/muttprofile.html 2003-01-15 01:24:16.000000000 +0100 +++ trunk/muttprofile.html 2006-07-12 00:50:46.302138933 +0200 @@ -5,10 +5,6 @@ Muttprofile - - - - @@ -24,8 +20,8 @@

Muttprofile

-Muttprofile is a utility to choose profiles with the -Mutt email client. It is useful at least in the following +Muttprofile is a utility to choose profiles with the +Mutt email client. It is useful at least in the following cases:

    @@ -41,44 +37,67 @@ distributed under GNU General Public Licence (same as Mutt itself). -

    Note! (2003-01-11)

    +

    Latest news

    -It seems that muttprofile is not working correctly in RedHat 8 (with Perl 5.8). -Thanks for Marco Fioretti for informing me. The problem seems to be related -to 'stty' and the Perl module 'Term::Complete' which is using it for changing -terminal characteristics. I'll try to fix it, but at the moment, I don't have -too much spare time, nor a working rh8 at my disposal... - +(2003-11-18) Version 1.0.1 has been released. It includes a couple of +bugfixes. +

    Version history

    - +
    - - - + + + + + + + + + +
    1.0.02000-05-10First public release1.0.1 (current)2000-11-20Two bugfixes, details can be found from
    +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=218957
    +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=218960
    + +

    Additional bugfix regarding a case when active profile +exist but is a file instead of symlink.

    +
    1.0.02000-05-10First public release

    Requirements

      -
    • Perl version 5.x or later +
    • Mutt (obviously :-) +
    • Perl version 5.x or later
    • Perl module Term::Complete, comes with Perl5 distributions
    • Perl module Getopt::Long, comes with Perl5 distributions
    +

    Please note that the Term::Complete module in Perl 5.8.0 +may produce an error. This has been fixed in Perl 5.8.1. +If you are stuck with perl 5.8.0, I have a +separate page explaining +the problem and how to fix it. +

    +

    Muttprofile is a somewhat Unix-oriented tool in its command-line operation. It also makes use of symbolic links. I don't know if it works under other operating systems. +

    +

    Download

    -Download muttprofile! +Download muttprofile version 1.0.1 (14 kB) +

    -Alternatively, you can go with Rikard Florin's version of muttprofile. He has rewritten muttprofile to include a graphical user interface using the Term::ANSIScreen and Term::ReadKey modules. +Debian package
    +

    +

    Installation

    @@ -132,7 +151,7 @@

    For convenience, you can find the corresponding man page here: -Muttprofile man page +muttprofile(1)

    Short summary:
    @@ -146,28 +165,32 @@

    At the moment, muttprofile is what it is and stays that way. If necessary (propably not) I'll try to keep it functional with -new versions of Mutt. +new versions of Mutt and Perl. +

    + +

    Acknowledgments

    -It is possible (though very unlikely) that I add some or all of -the following features some day: +Martin F. Krafft maintains a Debian package of muttprofile. Ha has also helped and encouraged me a lot. +

    -
      -
    • profile creating/editing functionality (calls for complete rewrite and -more object-oriented approach with profile prototypes etc.) -
    • automatic installation to muttrc (requires some parsing of muttrc) -
    +

    +Martin Schulze found two bugs in muttprofile and provided fixes as well. +For details, see the + +Debian Bug Reoprt logs. These fixes are now included in the 1.0.1 release. +

    -

    Acknowledgments

    -Matti Airas helped me a lot with muttprofile: for example he suggested +Matti Airas helped me a lot when first writing muttprofile: for example he suggested the idea of using symlinks and to use NAME and DESC keys in the profiles. He also introduced me to Mutt :-)

    -Rikard Florin for continuing work with muttprofile. He has rewritten -muttprofile to include a graphical user interface. His version -is available here. +Rikard Florin continued work with muttprofile. He rewrote +muttprofile to include a graphical user interface. Unfortunately, +his version seems to be no longer available. It used to be +here.

    The people in the mutt-users mailing list gave me valuable help @@ -175,12 +198,12 @@

    See also

    -Information on (Sender) profiles with Mutt
    -Martti Rahkila's Mutt Resources +Information on (Sender) profiles with Mutt
    +Martti Rahkila's Mutt Resources


    URL: http://www.iki.fi/martti.rahkila/mutt/muttprofile.html
    -Last update: 2003-01-11
    +Last update: 2003-11-20
    Author: Martti Rahkila
    diff -urNad trunk~/muttprofile_perl580.html trunk/muttprofile_perl580.html --- trunk~/muttprofile_perl580.html 1970-01-01 01:00:00.000000000 +0100 +++ trunk/muttprofile_perl580.html 2006-07-12 00:50:46.298138963 +0200 @@ -0,0 +1,141 @@ + + + + + +Muttprofile and Perl 5.8.0 + + + + + + + + + +

    +

    + +

    Muttprofile and Perl 5.8.0

    +
    + +

    +Muttprofile was developed using Perl version 5.005 and it also runs nicely with +Perl 5.6.0 and Perl 5.6.1. However, I got some bug reports that muttprofile +does not work with Perl 5.8.0. So, I investigated the problem and here's what +I found and how to fix it. Please note that the problem is now history: muttprofile +works fine with Perl 5.8.1! +

    + +

    Symptons

    + +

    +The symptons are that muttprofile gives a nasty looking error message (similar to the one below) +and messes up the terminal by loosing the line breaks. +

    + +

    + + + + +
    +/bin/stty: invalid argument `2d00:5:bf:8a3b:3:1c:7f:15:4:0:1:0:11:13:1a:ff:12:f:17:16:ff:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0
    +                                                                         '
    +                                                                          Try `/bin/stty --help' for more information.
    +
    +
    +
    +

    + +

    +It turned out that the problem was related to Perl-module Term::Complete +which comes with all Perl5 distributions. Muttprofile uses this module for +taking care of the interactive selection of profiles. However, +muttprofile actually works despite the error! +

    + +

    Solution

    + +

    +I managed to find the bug in Term::Complete and, luckily, it was easy to fix. +I contacted the Perl maintainers with a fixed version and it +was included in the Perl development tree. Fixed version is now available with +perl 5.8.1 and later. +

    + +

    How can I get it to work?

    + +

    +You have at least three options for making muttprofile work with Perl 5.8.0: +

    + +

    +Option 1:
    +Look for Perl 5.8.1 and install it. It includes a new version of the Term::Complete module +which does not have the stty-problem anymore. +

    + +

    +Option 2:
    +If you're stuck with 5.8.0 for some reason, you may use the following quick-and-dirty +workaround: +

    + +

    +In your macro for calling muttprofile, add the command 'stty -raw echo' +after the muttprofile command. This will get the line breaks back. +If you want to get rid of the stty error too, redirect stderr to +/dev/null when calling muttprofile. +In other words use macro defition such as this: +

    + +

    + + + + +
    +macro   index   <F9>     "<enter-command>set wait_key\n!~/bin/muttprofile 2> /dev/null;stty -raw echo\n:source ~/.mutt/profile.active\n<enter-command>unset wait_key\n" "Call muttprofile without stty error"
    +
    +
    +

    + +

    +Option 3:
    +Upgrade the Term::Complete-module manually. The fixed version is available here. Remember to make a backup of the original version, just in case. +

    + +

    +I have tested these solutions with Debian but I see no reason why they wouldn't work +on RedHat 8 or other unix systems with perl 5.8.0. +

    + +

    Acknowledgments

    +

    +Thanks to Marco Fioretti of the RULE Project +for informing me about the problem and noticing the typo on my quick'n'dirty fix :-) +

    + +

    +Jarkko Hietaniemi deserves credit for helping out with the fix as well as +his huge contributions to the Perl community. +

    + +

    Back to muttprofile

    +

    + +


    +URL: http://www.iki.fi/martti.rahkila/mutt/muttprofile_perl580.html
    +Last update: 2003-11-20
    +Author: Martti Rahkila
    + + + + + + + + + diff -urNad trunk~/profiles.html trunk/profiles.html --- trunk~/profiles.html 1970-01-01 01:00:00.000000000 +0100 +++ trunk/profiles.html 2006-07-12 00:50:46.298138963 +0200 @@ -0,0 +1,319 @@ + + + + + +(Sender) Profiles with Mutt + + + + + + + + + + + + + +

    +

    + +

    (Sender) Profiles with Mutt

    +
    +

    +This document discusses the idea of grouping parameters into profiles and using +them with the Mutt email client. + +

    What is a profile?

    +

    +The profile concept is a form of customizing software to meet the user's +preferences. Simply, a profile is a group of parameters or user settings. + +

    +Even though this document focuses on sender profiles, profiles +in general are not restricted to sending email or even the Mutt email client. +As a matter of fact the profile concept can be applied to customizing any desired +desired property/ies provided that the particular software includes a mechanism +for profiles to be used. + +

    +An example of the profile concept is the Netscape WWW-browser and its "User Profiles" +that allow several users to use the same browser software in a same computer. +However, whereas Netscape's User Profiles are predefined, profiles with Mutt +are not restricted in any way. In fact, a profile with Mutt is only a way to +think of groups of parameters in muttrc, not a builtin feature or mechanism. +Profile examples could be different color-schemes or sender profiles, described +next. + +

    What is a sender profile?

    +

    +A sender profile is a collection of sender-oriented parameters. A simple example would +be the address to send replies to or perhaps the signature containing your contact information etc. +An advanced sender profile could contain the PGP signing key to be used when sending emails, +the filename for writing a copy of the sent message, a specialized header to be used for +automatically filtering incoming email or even the address where the message is sent from. + +

    +So what. Are they any useful for me? you may ask. +The sender profiles are useful for anyone who needs or wants to send email +with different sender charateristics. If you have multiple jobs or positions like +IT administrator, webmaster etc. the benefits are obvious. But sender profiles +can be useful for others too: For instance, do you think it is really necessary +to have a company signature in an email addressed to your girlfriend ;-) + +

    Creating a profile

    +

    +First of all, you need to have Mutt working and configured properly. +If you are using PGP, make sure it is working as well. + +

    +Secondly, you need to define which parameters you want to include in +your profile. Consult the Mutt manual +if/when needed... Save these settings in a separate file and remove/ +comment out from the muttrc file. (Note! the status_format was wrapped +for convenience. It's all one big line) + +

    +A simple example: + + + + +
    +# Mutt sender profile: default
    +
    +# Signature file
    +set signature='~/.signature' 
    +
    +# Customized headers
    +unmy_hdr *                      # remove all extra headers first.
    +
    +my_hdr From: Your Name <your.name@some.domain>
    +my_hdr Reply-To: Your Name <your.name@some.domain>
    +
    +# Include the profile name in the status line
    +set status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? 
    +Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b? %?l? %l?]---(%s/%S)-default-%>-(%P)---"
    +
    +
    + +

    +Another profile to be used together with the previous one: + + + + +
    +# Mutt sender profile: personal
    +
    +# Signature file
    +set signature='~/.signature-personal' 
    +
    +# Customized headers
    +unmy_hdr *                      # remove all extra headers first.
    +
    +my_hdr From: Your Name <your.name@some.other.domain>
    +my_hdr Reply-To: Your Name <your.name@some.other.domain>
    +
    +# Include the profile name in the status line
    +set status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? 
    +Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b? %?l? %l?]---(%s/%S)-personal-%>-(%P)---"
    +
    +
    + +

    +A more complex example: + + + + +
    +# Mutt sender profile: default
    +# From, Reply-To, Fcc, Pgp sign-key, attribution, signature etc.
    +#
    +# The following definitions are used by muttprofile
    +# NAME: name for your profile
    +# DESC: description for you profile, optional
    +
    +set locale=""                   # system default locale ("C")
    +set signature='~/.signature'    # signature file
    +set indent_string="> "          # Quoting mails with this string.
    +set attribution='On %{%a, %d %b %Y}, %n wrote:\n'
    +set post_indent_string=""       # Footer (after quotes, before signature).
    +set status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? 
    +Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b? %?l? %l?]---(%s/%S)-default-%>-(%P)---"
    +
    +# Pretty Good Privacy (PGP):
    +set pgp_sign_as="0x00000000"    # UserID/KeyID for signing
    +
    +# Customized headers
    +unmy_hdr *                      # remove all extra headers first.
    +
    +my_hdr From: Your Name <your.name@some.domain>
    +my_hdr Reply-To: Your Name <your.name@some.domain>
    +#my_hdr Bcc: username@domain.com
    +#my_hdr Organization: org
    +
    +set nopgp_autoencrypt           # Default (no enc)
    +set nopgp_autosign              # Default (sign)
    +
    +fcc-hook . "=sent"              # the file to copy sent messages
    +
    +
    + +

    Important!

    +

    +All sender profiles should contain the same parameters or commands, even if their +values would be the same! This is to avoid problems when switching between +profiles. If you load a profile, and after that, another one with only partially +same parameters, the values for the parameters that were not included in the new +profile, would not be affected. For instance in the examples above, the unmy_hdr +command is given to ensure customized headers are reseted for the new profile. +BTW: the same can be true for send-hooks as well. + +

    +Once you are ready, save the profiles in separate files. The filename doesn't +matter, but a logical place would be under the mutt directory (~/.mutt). + +

    Using profiles

    +

    +In order to use your new profiles, you need to load one right before you +start a new message. This can be done easily with some Mutt macros. + +

    Macros

    +

    +The macro definitions go to your muttrc file. First you need to load +a default profile. + + + + + +
    +# default
    +source ~/.mutt/profile.default
    +
    +# macros to invoke a profile
    +macro   index   <F10>    ":source ~/.mutt/profile.default\n" "Load default profile"
    +macro   index   <F11>    ":source ~/.mutt/profile.personal\n" "Load profile: personal"
    +
    +
    + +

    +These settings will allow you to load the default profile by pressing <F10>-key +and personal profile with <F11>. If you set the status_format parameter in the +profile, you can get the name of the active profile in the status line. + +

    +You can also make macros like this: + + + + +
    +macro   index   <F10>    ":source ~/.mutt/profile.default\nm" "New message with default profile"
    +macro   index   <F11>    ":source ~/.mutt/profile.default\n^fm" "New message with default profile (forget-passphrase)"
    +
    +
    + +

    +These settings allow you to load a profile, (forget PGP passphrase) and start a new message all in one key. + +

    Using muttprofile

    +

    +Muttprofile is a small utility to help choosing the profile. Once set up, +you can assing only one macro to call muttprofile, load the chosen profile +and start a new message. + + + + + +
    +# default
    +source ~/.mutt/profile.default
    +
    +# macro to invoke muttprofile, load the chosen profile and start a new message
    +macro	index	<F10>	"!muttprofile\n:source ~/.mutt/profile.active\nm" "New message with profile"
    +
    +
    + +Please see the muttprofile page for more examples, details +of operation and download. + +

    Profiles and send-hooks

    +

    +Send-hooks are one of the very powerful features of Mutt. With send-hooks +you can make settings that will be applied when a message is sent to +certain address/es. + +

    +Sender profiles can also be used with send-hooks. Adding something like this +in your muttrc makes sure the profile "personal" is loaded every time +you are sending a message to your girlfriend. + + + + + +
    +send-hook (my.girlfriend@some.domain)$ \
    +        "source ~/.mutt/profile.personal\n"
    +
    +
    + +

    +This is very handy with mailing lists: + + + + +
    +# mutt-users mailing list
    +send-hook (mutt-users)$ \
    +        "source ~/.mutt/profile.mutt\n"
    +
    +
    + +

    PGP passphrase

    +

    +Mutt has a feature that it remembers the passphrase for the PGP signing +key for a certain period of time (pgp_timeout) after it has been used once. If you load +another profile with another signing key, you will get a "bad passphrase" +error when trying to send a message. In order to avoid that, you need +to "forget" the passphrase before sending a message. The easiest way to +do this is by first pressing "^f" (defaul keybinding for the mutt command +forget-passphrase) and then trying again. + +

    +At least when writing this, there is no (easy) way to automatically determine +when it would be necessary to forget the passphrase. However, I have noticed +that in practice this is not such a big problem. Pressing "^f" and trying +again works really fine. Note also that automatic passphrase forgetting is +not necessarily a blessing: if you frequently switch between profiles, +you might not want to type passphrase every time you send a signed message. + +

    Notes

    +

    +The settings described in this document, have been tested only with +Mutt versions 1.0i, 1.1.11i and 1.2i on Linux 2.2.x (RedHat 6.x). + +

    Acknowledgments

    +

    +The people in the mutt-users mailing list gave me valuable help +with the profiles and mutt configuration. + +Special thanks to Charles Curley and Matti Airas for encouragement. + +

    +Martti Rahkila's Mutt Resources + +


    +URL: http://www.iki.fi/martti.rahkila/mutt/profiles.html
    +Last update: 2000-05-15
    +Author: Martti Rahkila
    + + debian/manpages0000644000000000000000000000000412217734001010673 0ustar *.1 debian/docs0000644000000000000000000000007012217734001010033 0ustar muttprofile.html profiles.html muttprofile_perl580.html debian/compat0000644000000000000000000000000212217734001010361 0ustar 9 debian/changelog0000644000000000000000000000572512217737536011066 0ustar muttprofile (1.0.1-5) unstable; urgency=low * debian/control - (Standards-Version): Update to 3.9.4. - (Vcs-*): Update to anonscm.debian.org. * debian/patches - (10): Rename *.html docs package from 90. - (20): Rename muttprofile patch from 90. Add missing =directives to POD (FTBFS; Closes: #724099). * debian/watch - New file. -- Jari Aalto Mon, 23 Sep 2013 07:11:10 +0300 muttprofile (1.0.1-4) unstable; urgency=low * New maintainer (closes: #537141). * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt" (Closes: #669897). * debian/control - (Build-Depends): Update to debhelper to 9. - (Description): Fix description-synopsis-starts-with-article. - (Standards-Version): Update to 3.9.3. - (Vcs-*): New headers. * debian/{manpages,muttprofile.lintian-overrides,upstream.changelog} - New files. * debian/rules - Upgrade to dh(1). * debian/copyright - Update to format 1.0 -- Jari Aalto Mon, 23 Apr 2012 18:39:57 +0300 muttprofile (1.0.1-3) unstable; urgency=low * Document standard profile regexp (closes: #307738). * Include additional documentation and fix links (closes: #311266). * Pushed DH compatibility to 5. * Pushed standards version to 3.7.2; no changes required. * Migrated package to dpatch. * Moved build dependency of dpatch and debhelper to arch-specific. -- martin f. krafft Wed, 12 Jul 2006 00:55:36 +0200 muttprofile (1.0.1-2) unstable; urgency=low * Pushed versioned build dependency on debhelper up to 4. -- martin f. krafft Fri, 30 Jul 2004 21:03:43 +0200 muttprofile (1.0.1-1) unstable; urgency=low * New upstream release. -- martin f. krafft Thu, 20 Nov 2003 19:35:54 +0100 muttprofile (1.0.0-4) unstable; urgency=low * Included a patch by to sort list of available profiles (closes: Bug#218960). Thanks, Joey! * Included a patch by to deal better with the situation when only the active link is found, but no other profiles (closes: Bug#218957). Thanks, Joey! -- martin f. krafft Mon, 17 Nov 2003 22:26:14 +0100 muttprofile (1.0.0-3) unstable; urgency=low * Fixed dependency on perl. closes: Bug#177935, Bug#211084 -- martin f. krafft Mon, 29 Sep 2003 22:09:42 +0200 muttprofile (1.0.0-2) unstable; urgency=low * Changed the dependency on perl to conflict with 5.8.0 or greater because of an upstream problem (closes: Bug#177010). * Changed Architecture: to all. The dork that I am forgot that on the initial build (closes: Bug#177026). * Fixed copyright file to remove dh_make boilerplate. -- martin f. krafft Thu, 16 Jan 2003 19:46:57 +0100 muttprofile (1.0.0-1) unstable; urgency=low * Initial Release (closes: Bug#112958). -- martin f. krafft Wed, 15 Jan 2003 01:20:06 +0100 debian/README.Debian0000644000000000000000000000070112217734001011222 0ustar muttprofile for Debian ---------------------- muttprofile is now maintained with SVN as part of Alioth's collab-maint project. Get the source from anonymous: svn://svn.debian.org/svn/collab-maint/deb-maint/muttprofile/trunk developer: svn+ssh://@svn.debian.org/svn/collab-maint/deb-maint/muttprofile/trunk It is designed to be used with svn-buildpackage. -- martin f. krafft Tue, 11 Jul 2006 21:55:37 +0200 debian/dirs0000644000000000000000000000001012217734001010036 0ustar usr/bin